Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm install errors #4

Closed
jessejohnson opened this issue Jun 12, 2015 · 4 comments
Closed

npm install errors #4

jessejohnson opened this issue Jun 12, 2015 · 4 comments

Comments

@jessejohnson
Copy link

I get these errors when I run npm install

npm WARN package.json rx@2.5.3 No README data npm WARN package.json angular2@2.0.0-alpha.26 No repository field. npm WARN package.json rtts_assert@2.0.0-alpha.26 No repository field. npm WARN unmet dependency /home/odette/Dropbox/Apps/ng2/angular2-the-new-horizon-sample/node_modules/angular2 requires rx@'2.5.1' but will load npm WARN unmet dependency /home/odette/Dropbox/Apps/ng2/angular2-the-new-horizon-sample/node_modules/rx, npm WARN unmet dependency which is version 2.5.3 npm WARN unmet dependency /home/odette/Dropbox/Apps/ng2/angular2-the-new-horizon-sample/node_modules/angular2 requires zone.js@'0.5.0' but will load npm WARN unmet dependency /home/odette/Dropbox/Apps/ng2/angular2-the-new-horizon-sample/node_modules/zone.js, npm WARN unmet dependency which is version 0.5.1

I'm new to this. What am I doing wrong?

@mgonto
Copy link
Contributor

mgonto commented Jun 12, 2015

They're all just warnings I think. I see no error. Right?

@jessejohnson
Copy link
Author

Ah yes...but then the packages don't get installed.

@mgonto
Copy link
Contributor

mgonto commented Jun 12, 2015

Hmmm, for me it's working OK. Nothing gets installed on node_modules?

@jessejohnson
Copy link
Author

There's a bunch of folders in node_modules.
I deleted the folder and run npm install again.
Works fine now.

Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants