You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.
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",
The text was updated successfully, but these errors were encountered: