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
This is separate from trying to run production, which is still broken, but was before 0.3.0 as well: #7 (comment)
npm run build:devserverhad been working before 0.3.0 (whatever was current yesterday morning worked.) Now it gives this:
> NODE_ENV=devserver webpack-dev-server --config webpack.devserver.config.js --c
ontent-base public/dist/ | grep -v "\[built\]"
'NODE_ENV' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\
node_modules\\npm\\bin\\npm-cli.js" "run" "build:devserver"
npm ERR! node v7.3.0
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! [email protected] build:devserver: `NODE_E
NV=devserver webpack-dev-server --config webpack.devserver.config.js --content-b
ase public/dist/ | grep -v "\[built\]"`
npm ERR! Exit status 255
I get similar results trying to run npm run start:devserver, which also had been working prior to 0.3.0.
The text was updated successfully, but these errors were encountered:
IBwWG
changed the title
build:devserver fails to launch on windows after upgrading to 0.3.0
build:devserver and start:devserver fail to launch on windows after upgrading to 0.3.0
Dec 31, 2016
This is separate from trying to run production, which is still broken, but was before 0.3.0 as well: #7 (comment)
npm run build:devserver
had been working before 0.3.0 (whatever was current yesterday morning worked.) Now it gives this:I get similar results trying to run
npm run start:devserver
, which also had been working prior to 0.3.0.The text was updated successfully, but these errors were encountered: