-
-
Notifications
You must be signed in to change notification settings - Fork 611
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
Sub depencency probably removed. Install fails. #311
Comments
Can you print the entire stack trace which is not (if) confidential? |
Can you print full error log or maybe link the repo? It is unclear from this what is happening. |
Sure, hang on! |
Post your package.json as well please |
Not needed, stack trace is enough |
2.0.9 does not exists, neither 2.0.10. |
It's just the git tags missing, not the packages I assume? |
GitHub tags don't matter. The latest version (2.0.10) is published on npm registry 4 days ago. That's the source from where npm/yarn picks up packages. |
I am however stuck on this now:
Something is fishy Our network is probably shaky. If it works for you guys it's definitely just a problem here. So if someone can confirm that it works, they can close this. |
It would be very convenient to debug if you can make a small zip with minimal things or list steps to reproduce this issue. |
It doesn't work for my colleague either. So I guess it's our network and/or artifactory. I've tried against both registry.npmjs.org with proxy and our internal artifactory without proxy. I have installed a lot of other modules. Might be a coincident that it was this package that fails. I'll let you guys now as soon as I get home so I can try it outside of the company network. |
You can try switching to mirrors of npm registry and see which works for you. |
Edit:
2.0.9
|
Make sure you're using public mirrors. Use the ones listed in the official npm docs and not any other private ones which might need authorization. Double check which is currently active You can always do If all of this doesn't work then most likely there's some issue specific to your network which might be blocking it. Can you confirm if this is only happening with |
It's seems rather random. I'll go ahead and close this. It's obviously our network. Probably a coincidence that it pointed to webpack-cli. |
@ev1stensberg
And with yarn: |
So I guess the upgrade to 2.0.10 was the issue after all: |
@JonWallsten I'm not sure if this would help but can you add Seems like this issue is happening only when behind a proxy, and we might need to publish the fork on npm separately or remove the fork entirely. Related issue #161 |
I actually solved it a few moments ago. |
Interesting. What did you set in Also, can you please close this issue for now? We're already discussing the proxy and fork issue at #161. |
Our corporate proxy servers. I'm just baffled it didn't work with both .npmrc and git config already using them. They are also set under my LAN settings. Still I had to set as system variables. Seems a bit redundant! |
I'm getting a similar error today (error that wasn't there last week), how can I check the availability of a package@version in a mirror by hand (without npm) to check if the error is in my end somehow? |
Could you link the stack trace you're getting? |
Ok, I'm on Windows 8.1, just reinstalled the latest nodejs from the official site.
This happens for any package, and also for the "install" command. At first I was trying to install webpack-cli. |
I don't think this is related to webpack-cli. We don't have a dependency named |
I'm trying to update webpack-cli from 2.0.9 -> 2.0.10.
PS C:\Users\me\repo\web-app-angular> npm install webpack webpack-cli
npm ERR! code E404
npm ERR! 404 Not Found: @sindresorhus/is@^0.7.0
npm i @sindresorhus/is
npm ERR! code E404
npm ERR! 404 Not Found: @sindresorhus/is@latest
Can someone else check if it's actually missing or if "it doesn't work on my machine"
The text was updated successfully, but these errors were encountered: