mgechev / angular-seed

🌱 [Deprecated] Extensible, reliable, modular, PWA ready starter project for Angular (2 and beyond) with statically typed build and AoT compilation
https://mgechev.github.io/angular-seed
MIT License
4.57k stars 1.45k forks source link

node_modules/@nguniversal/express-engine/tokens.js 404 (Not Found) #2454

Closed techtic30naitik closed 4 years ago

techtic30naitik commented 4 years ago

I'm submitting a ... (check one with "x")

(SystemJS) XHR error (404 Not Found) loading http://localhost:5555/node_modules/@nguniversal/express-engine/tokens.js
    Error: XHR error (404 Not Found) loading http://localhost:5555/node_modules/@nguniversal/express-engine/tokens.js
        at XMLHttpRequest.wrapFn (http://localhost:5555/node_modules/zone.js/dist/zone.js?1577360859619:1281:39)
        at ZoneDelegate.invokeTask (http://localhost:5555/node_modules/zone.js/dist/zone.js?1577360859619:423:31)
        at Zone.runTask (http://localhost:5555/node_modules/zone.js/dist/zone.js?1577360859619:195:47)
        at ZoneTask.invokeTask [as invoke] (http://localhost:5555/node_modules/zone.js/dist/zone.js?1577360859619:498:34)
        at invokeTask (http://localhost:5555/node_modules/zone.js/dist/zone.js?1577360859619:1693:14)

While i'm run npm start command it successfully build.When i run the url in browser it gives above errors. I was installed @nguniversal/express-engine.Still getting same error and my project was not loaded.

mgechev commented 4 years ago

Angular Seed is deprecated. I'd recommend you to look at the official Angular CLI.