I'm getting several 404 errors displayed my chrome devtools Console when I 
try to run my .NET website with Angular 2. Most of the console errors seem 
to have the following root cause: 

Not found: package "@angular/src"

Here's 1 url returned in the console that returns the error:

https://npmcdn.com/@angular/src/common_directives

I did a text search in my app and no results are returned for 
"common_directives" so I'm guessing that this is reference is probably made 
as a dependency from some other reference. Have you seen this error before? 
 Any idea how to debug?

I tried:

npm i @angular/src --save

However this returns the following error:

'@angular/src' is not in the npm registry

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to