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
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
All of the dependency names have been changed to be grouped under the @angular scope.
The changes are:
angular2/core > @angular/coreangular2/compiler > @angular/compilerangular2/common > @angular/commonangular2/platform/browser > @angular/platform-browser and @angular/platform-browser-dynamicangular2/platform/server > @angular/platform-serverangular2/testing > @angular/core/testingangular2/upgrade > @angular/upgradeangular2/http > @angular/httpangular2/router > @angular/router-deprecated (Replaced with the newer @angular/router package, which has breaking changes).