Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Production mode npm start:prod #28

Open
bobstarbird opened this issue Jul 5, 2019 · 0 comments
Open

Production mode npm start:prod #28

bobstarbird opened this issue Jul 5, 2019 · 0 comments

Comments

@bobstarbird
Copy link

bobstarbird commented Jul 5, 2019

Following instructions like:

npm start:prod
or
NODE_ENV=production npm start:prod
results in errors
Usage: npm

Workaround:
npm run-script start:prod

package.json contains
"scripts": {

"start:prod": "cross-env-shell NODE_ENV=production GROVE_UI_BUILD_PATH=../ui/build npm run middleTier:prod",

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant