-
Notifications
You must be signed in to change notification settings - Fork 181
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
Getting "Cannot find module 'zone.js/dist/zone-node'" when deploying on production server #330
Comments
Hi, |
Hi Samuel, I ended up performing yarn install on server to have the package installed on server. |
Hi, Error: Invalid provider for undefined. useClass cannot be undefined. Node Version: 9.11.0 Please help us to resolve the above issue. Thanks. |
Hi All, I got a fix for the above-mentioned issue. I have added below lines in webpak.config.ts "module": { |
@nagarajukmenlo unfortunately your solution did not help. we get still the same error |
I have the same problem. The problem started when i was trying to fix another problem . My universal app kept failing during build but doing the following in
Did you guys find a solution? are you still working on it? |
Hi there,
Thank you for the great starter template!
I have been using it to create application and when i'm about to deploy to production server i get "Cannot find module 'zone.js/dist/zone-node'. The steps that i did was:
node dist/server.js
The fuill stacktrace is as below
Error: Cannot find module 'zone.js/dist/zone-node'
at Function.Module._resolveFilename (module.js:476:15)
at Function.Module._load (module.js:424:25)
at Module.require (module.js:504:17)
at require (internal/module.js:20:19)
at Object.zone.js/dist/zone-node (/var/.../myapp/dist/server.js:9138:18)
at webpack_require (/var/.../myapp/dist/server.js:20:30)
at Object. (/var/.../myapp/dist/server.js:8647:130)
at Object../src/server.ts (/var/.../myapp/dist/server.js:8711:30)
at webpack_require (/var/.../myapp/dist/server.js:20:30)
at /var/.../myapp/dist/server.js:63:18
I can run it on the generated server.js in local but not on server. Any help will be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: