This repository has been archived by the owner on Apr 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 404
npm start fails on Windows #305
Labels
Comments
Also I found related issue in npm npm/npm#2800 |
That issue on npm is the solution. I'll get this implemented soon. Thanks -Kent C. Dodds On Thu, May 21, 2015 at 2:39 PM, Denis Bendrikov notifications@github.com
|
Tested, doesn't work for me. See PR for more info. |
benoror
added a commit
to benoror/angular-formly
that referenced
this issue
Jun 12, 2015
benoror
added a commit
to benoror/angular-formly
that referenced
this issue
Jun 15, 2015
benoror
added a commit
to benoror/angular-formly
that referenced
this issue
Jun 15, 2015
benoror
added a commit
to benoror/angular-formly
that referenced
this issue
Jun 15, 2015
This is now fixed :-) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I running
npm start
command I see thisThis is basically because of the difference between unix and windows shell commands.
This line for windows will look like
Also consider that I put && right after the value (without the extra space after the NODE_ENV variable).
This is because otherwise the space symbol will apper in
process.env === 'development '
.The text was updated successfully, but these errors were encountered: