-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Prod build error on loading @angular/core.js #831
Comments
You may need to:
|
Thanks Nathan, however the same error results. I'm using Node v6.1.0, NPM v3.8.8 on Windows 7. |
This may be a specific version issue with Windows. @d3viant0ne Do you happen to have a Windows setup to help test this out? |
I also encountered the same problem Unhandled rejection Error on fetch for @angular/core.js at file:///D:/angular2-seed/node_modules/@angular/core.js
Loading dist/tmp/main.js
Error: ENOENT: no such file or directory, open 'D:\angular2-seed\node_modules\@angular\core.js'
at Error (native) |
I am also facing the same issue with the prod build. The error i get is as below:
|
Also receiving the prob build error. Receiving the same error as mentioned by @kambojankit and @Shyam-Chen. |
I will fix this tomorrow. Most likely wrong system builder config. |
Thanks mgechev. In my case: Windows 10, Node v6.0.0, npm 3.8.6 |
@mgechev I was able to test the fix out with VirtualBox... You were right, system builder config just needed |
facing same issue |
Upon building the production version
gulp build.prod
an error is caused in thebuild.bundles.app
task which stops the build.[14:01:36] Starting 'build.bundles.app'...
Unhandled rejection Error on fetch for @angular/core.js at file:///C:/Dev/angula
r2-seed/node_modules/@angular/core.js
Loading dist/tmp/main.js
Error: ENOENT: no such file or directory, open 'C:\Dev\angular2-seed\nod
e_modules@angular\core.js'
at Error (native)
The text was updated successfully, but these errors were encountered: