-
Notifications
You must be signed in to change notification settings - Fork 553
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
'npm run build' ERROR in chunk vendor when using node 6.x #93
Comments
Uh, weird. I will try with a fresh build. |
What node & npm are you using? Works for me. |
|
So I just double check with a fresh project and yes there is an exact issue I described above when using
Also FYI I am on Win 10. |
I heard that node 6.x is giving issues, but I will check. |
this happened for me, because I changed the nodevars.bat to load node and start in "c:/work". If I changed that to to "C:/work" it builds fine. Apparently node 6 is treating C:\foo and c:\foo as different places or something. so you have to be careful if you're ever explicitly using windows drive letter somewhere |
I had this issue with |
I have Node 6.4.0 and have this issue. Was anyone able to resolve it? |
I'm not using this project, but this. However, I'm getting this same issue. How do you guys solve it? |
@michaeljota just do not use |
getting error when running
npm run build
The text was updated successfully, but these errors were encountered: