-
Notifications
You must be signed in to change notification settings - Fork 3k
error Invalid name: "@types/selenium-webdriver" #13986
Comments
I pulled down the Angular 2 example included in the report, and was unable to reproduce with |
Well, it might be working, but common, don't we have any better solution than reinstalling node & npm ? I didn't upgrade npm as I'm using n to manage node&npm versions. |
The reason you need to delete and then reinstall Node.js / npm is that this happens due to the fact that the Node.js installer (and potentially |
It works with |
same for me ... npm http 404 https://registry.npmjs.org/types/selenium-webdriver npm ERR! System Linux 3.13.0-108-generic |
@PabloEzequiel |
https://github.com/angular/angular-seed On OSX Yosemite: npm cache clear
Reverted to node 6.10 / npm 3.10.10
|
As Forest said up there, try completely uninstalling and reinstalling |
We're closing this support issue as it has gone three days without activity. The npm CLI team itself does not provide support via this issue tracker, but we are happy when users help each other here. In our experience once a support issue goes dormant it's unlikely to get further activity. If you're still having problems, you may be better served by joining package.community and asking your question there. For more information about our new issue aging policies and why we've instituted them please see our blog post. |
Import from Will make you pull hair out if you happen to never look up tot he import paths. |
I'm opening this issue because:
What's going wrong?
I'm trying to install dependencies in the project https://github.com/AngularClass/angular2-webpack-starter and I get an errors:
How can the CLI team reproduce the problem?
supporting information:
npm -v
prints: 3.10.3node -v
prints: v6.6.0npm config get registry
prints: https://registry.npmjs.org/I'm using n to manage node and npm versions, so npm version is something I get from n.
The text was updated successfully, but these errors were encountered: