You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
yarn universal
copy dist/ and dll/ folder to server
Runnode 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!