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
once i save any file after running yarn start, it shows this
Failed to compile.
./src/app/app.module.ngfactory.js
Module not found: Error: Can't resolve '@angular/router.ngfactory' in 'C:\xampp\htdocs\WebAPPSEngine\src\app'
Expected behavior
i expect the app to reload and show the new updated change
Minimal reproduction of the problem with instructions
lauch a new app, running the latest cli and yarn, create the new app and install any new npm package say, angularfire2, firebase and classlist.js, change any file, and the issue will just begin
Environment
- generator version: X.Y.Z
- node version: X.Y.Z <!-- run `node --version` -->
- npm version: X.Y.Z <!-- run `npm --version` -->
- OS: <!-- Mac, Linux, Windows -->
Others:
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
once i save any file after running yarn start, it shows this
Failed to compile.
./src/app/app.module.ngfactory.js
Module not found: Error: Can't resolve '@angular/router.ngfactory' in 'C:\xampp\htdocs\WebAPPSEngine\src\app'
Expected behavior
i expect the app to reload and show the new updated change
Minimal reproduction of the problem with instructions
lauch a new app, running the latest cli and yarn, create the new app and install any new npm package say, angularfire2, firebase and classlist.js, change any file, and the issue will just begin
Environment
Others:
The text was updated successfully, but these errors were encountered: