-
Notifications
You must be signed in to change notification settings - Fork 19
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
Issues with npm run build #105
Comments
Also have the same issue with npm start |
what error do you get on an npm start? |
I can't see anything obvious wrong. It's worth deleting node_modules and doing a clean npm install. |
Thanks @simonmcmanus Changed package.json from this
to this
As you can see above, all that I did was to pre-pend the command node to each script instruction. Works like a charm now. Cheers. |
What os? |
Windows 10 /Ricardo
|
And how did you install? Installer, nvm or something similar? Helps us
|
Windows doesn't understand the #!/usr/bin/env node at the top of the scripts its running. If you want to make a pull request we will get that merged in right away. Thanks Ricardo On 31 January 2016 at 18:56, Ricardo Quintas notifications@github.com
Simon McManus DotJS Ltd - Node Consultancy |
@lnugbot I have installed using installer @simonmcmanus I see. So I can't use the shebang line I guess, when using Windows.
what do you suggest @simonmcmanus ? |
Adding the node to the start of the commands like in your example should be Let me know if you have any questions Sent from my iPhone On 31 Jan 2016, at 20:56, Ricardo Quintas notifications@github.com wrote: @lnugbot https://github.com/lnugbot I have installed using installer @simonmcmanus https://github.com/simonmcmanus I see. So I can't use the node bin/server what do you suggest @simonmcmanus https://github.com/simonmcmanus ? — |
This issue can be closed. |
Hi guys,
I'm struggling to build this app on my machine, and getting some build errors.
Can anyone help me, please.
This is what I have installed
node v5.5.0
npm v3.6.0
Not sure if I'm doing anything wrong.
See attached npm-debug.log
npm-debug.log.txt
Cheers
The text was updated successfully, but these errors were encountered: