Nik Cherednik

Results 4 comments of Nik Cherednik

Ok, look: First of all, I had found `__webpack_public_path__` and then I saw many rows, that contain the next: > node_modules/svg-sprite-loader/lib/runtime-generator.js ![image](https://user-images.githubusercontent.com/32453685/62861585-d4b2c200-bcb8-11e9-8640-cf3c79cb683b.png) I think that the problem in this: ![image](https://user-images.githubusercontent.com/32453685/62861629-f3b15400-bcb8-11e9-891f-eb730b6b943c.png)...

this is what i've done in `Jenny.properties` file and it worked for me: ![image](https://github.com/sschmid/Entitas/assets/32453685/59d94d08-c035-4b1a-851e-e226ed203fce) with such project structure: ![image](https://github.com/sschmid/Entitas/assets/32453685/07143e99-9760-406e-a6a6-976aa0fc4168)

thus, dependency graph would be nice to have too then! but it's not that much important as validation, I agree

Referring to the [docs](https://docs.medusajs.com/development/fundamentals/local-development#medusas-dev-cli-tool): Switch yarn to v1: ```sh yarn set version classic ``` (Re-)install packages by running: ```sh yarn install ``` Run: ```sh medusa-dev ``` _It might seem as...