Nik Cherednik
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  I think that the problem in this: ...
this is what i've done in `Jenny.properties` file and it worked for me:  with such project structure: 
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...