-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Unable to install on npm 5.0.0 #1745
Comments
Similar problems have been reported to npm: npm/npm#16830 (comment) |
Something like mapbox/mapbox-gl-js@v0.22.1...etpinard:v0.22.1-for-npm5.0.0 should do the trick. |
- so that plotly.js install properly on npm@5 - more info on: #1745
Update: this is still an issue with |
I have the same issue here |
This should be alright as of |
Thanks so much @zkat 🎉
Thank you for your hard work 👍 So, to anyone having issue installing plotly.js with |
I have the exact same error using npm 5.5.1. Is this a known problem or anything I can do to fix this? |
@v1r0x would you mind giving a bit more info? I was able to |
@etpinard Sorry, forgot to mention that it's the same as OP. But here is my output: me@bowmore:/home/me$ LANG=C npm i plotly.js
npm WARN deprecated [email protected]: Project renamed to HSLuv
npm WARN deprecated [email protected]: This package has been merged into the 'mapbox-gl-style-spec' package
npm WARN deprecated [email protected]: This package has been merged with the 'mapbox-gl-style-spec' package
npm WARN deprecated [email protected]: This module has moved: please install @mapbox/point-geometry instead
npm WARN deprecated [email protected]: This module is now under the @mapbox namespace: install @mapbox/shelf-pack instead
npm WARN deprecated [email protected]: This module has moved: switch to @mapbox/unitbezier
npm WARN deprecated [email protected]: This module has moved: please install @mapbox/vector-tile instead
npm WARN deprecated [email protected]: This module is now under the @mapbox namespace: install @mapbox/whoots-js instead
npm ERR! code 128
npm ERR! Command failed: /usr/bin/git clone --depth=1 -q -b 22/head git://github.com/mapbox/mapbox-gl-shaders.git /home/me/.npm/_cacache/tmp/git-clone-36b47657
npm ERR! warning: templates not found /tmp/pacote-git-template-tmp/git-clone-ca33ed2f
npm ERR! warning: Could not find remote branch 22/head to clone.
npm ERR! fatal: Remote branch 22/head not found in upstream origin
npm ERR!
npm ERR! A complete log of this run can be found in:
npm ERR! /home/me/.npm/_logs/2017-11-17T15_18_14_989Z-debug.log Edit: I also tried to install it in a fresh |
@v1r0x have you looked into #2104 (comment) ? |
I updated npm to 5.0.0 and am now unable to install plotly.js.
I do not have this issue with npm 4.6.1
The relevant section of the log file looks like:
The text was updated successfully, but these errors were encountered: