1

I tried to update my package.json with the latest angularjs2 RC 0, but is not working:

npm ERR! version not found: [email protected]

How can I include in my package the latest version of angularjs2?

Thanks

1 Answer 1

4

All of the dependency names have been changed to be grouped under the @angular scope.

The changes are:

  • angular2/core > @angular/core
  • angular2/compiler > @angular/compiler
  • angular2/common > @angular/common
  • angular2/platform/browser > @angular/platform-browser and @angular/platform-browser-dynamic
  • angular2/platform/server > @angular/platform-server
  • angular2/testing > @angular/core/testing
  • angular2/upgrade > @angular/upgrade
  • angular2/http > @angular/http
  • angular2/router > @angular/router-deprecated (Replaced with the newer @angular/router package, which has breaking changes).
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.