Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build:devserver and start:devserver fail to launch on windows after upgrading to 0.3.0 #11

Closed
IBwWG opened this issue Dec 31, 2016 · 1 comment

Comments

@IBwWG
Copy link

IBwWG commented 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:

> 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! feathers-starter-react-redux-login-roles@0.3.0 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.

@IBwWG 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
@eddyystop
Copy link
Owner

npm run win:build:devserver should be used on Windows.

README and FAQ updated in 0.3.1.

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

No branches or pull requests

2 participants