Closed andrste closed 2 years ago
hey, did you figure out how to solve this?
Nope I think this git is dead... no support at all...
@andrste @delocos Hi there. Please run npm install
first. You can find more info here: https://stackoverflow.com/questions/50355263/local-package-json-exists-but-node-modules-missing
Kind of sad that this repo appears to be ignored, and using npm install
absolutely does not fix the problem. I tried running both of these commands, and dashboard and storefront are still completely dead for me:
$ docker-compose run --rm dashboard npm install
$ docker-compose run --rm storefront npm install
This is a pretty serious roadblock for adopting Saleor for us, since we need to be able to run it locally if we're going to be able to develop against it, and this feels like something that should be relatively simple to fix for those familiar with the stack.
Has anyone found a workaround for this problem that actually works?
After banging our heads against this issue for a while, we finally found a fix: increase Docker available memory to 6 GB. The install stuff appears to be a red herring; the build process is simply running out of memory and dying instead.
@onecrayon I resolve this issue by increasing Docker's available memory. Thanks!!
Great platform, but I can't get it run... the main issue that it can't find cross-env & webpack-dev-server... how to solve this?
OS version:
macOS X Catalina 10.15.7
Docker version
Docker compose version
Log fragment