It can not running after execute npm start #804
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It can execute "npm run build" and prompt it is correct. But it can not running "npm start". It prompt information as follow:
"ERROR in Error encountered resolving symbol values statically. Could not resolve ng2-file-upload relative to C:/Dev/workspace/ng/ng2-file-upload/demo/src/app/app.module.ts., resolving symbol AppModule in C:/Dev/workspace/ng/ng2-file-upload/demo/src/app/app.module.ts, resolving symbol AppModule in C:/Dev/workspace/ng/ng2-file-upload/demo/src/app/app.module.ts
ERROR in ./demo/src/main.ts
Module not found: Error: Can't resolve './$$_gendir/app/app.module.ngfactory' in 'C:\Dev\workspace\ng\ng2-file-upload\demo\src'
@ ./demo/src/main.ts 5:0-74
@ multi webpack-dev-server/client?http://localhost:4200 ./demo/src/main.ts
"
I had the same issue and fixed it like this:
Fix founded here
After this you should be able to start command npm start properly.