ngUpgraders / ng-forward

The default solution for those that want to write Angular 2.x style code in Angular 1.x
410 stars 36 forks source link

npm install ng-forward@latest breaking due to reactivex/rxjs not found #149

Closed shripalsoni04 closed 8 years ago

shripalsoni04 commented 8 years ago

npm install ng-forward@latest --save is breaking because of reactivex/rxjs dependency not found. Please check the below log.

npm WARN package.json grunt-contrib-htmlmin@0.1.3 No README data
npm WARN package.json karma-phantomjs-launcher@0.1.4 No README data
npm WARN package.json angular-jsdoc@0.1.1 No repository field.
npm ERR! 404 Not Found
npm ERR! 404
npm ERR! 404 'reactivex/rxjs' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it
npm ERR! 404 It was specified as a dependency of 'ng-forward'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, or http url, or git url.

...........................................

shripalsoni04 commented 8 years ago

I solved this issue by upgrading my nodejs to 4.3.0 and npm to 2.14.12 and it is working now.

This issue was coming because of scoped rxjs package on npm. I guess scoped packages are not working on older version of npm.