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
I cant start a new project in angular-cli, I get some errors while giving the command "ng new xyz-app"
FYI I uninstalled and re-installed angular-cli using the -f handle, after going through other threads describing a similar issue. That did not help. I also reinstalled node (was on npm 4.0.5 earlier, now on 3.10.10). Error on starting new project is:
Package Install failed, see above.
If I anyway cd into the xyz directory and run npm serve, I get-
You seem to not be dependending on "@angular/core". This is an error.
I just had a look at installation log, it is full of errors.
mukeshkmr776, NitendraTripathi, Srikanth105 and Vipisanan