Hi there, I'm trying to install saleor on my Ubuntu local machine. I'm experiencing errors with npm with command npm run build-assets.
It's giving me like npm run build-assets is missing script.
Why?
@gComet
First do npm install , after that npm run build , not npm run build-assets and wait.
It will be done after couple of minutes.
It seems that the installation instructions are not updated yet.
To summarize, the current master branch (saleor) contains the backend. There's a separate repo for the storefront and dashboard.
Please refer to the following issue for more details:
https://github.com/mirumee/saleor/issues/5104
By default, the docs refer to the 2.9.0 version of Saleor where this command is still available. Docs for the pre-release version (master) can be found here: https://docs.getsaleor.com/docs/next/index.html.