You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm install
npm ERR! code 128
npm ERR! Command failed: /usr/bin/git clone -q git://github.com/mapbox/mapbox-gl-shaders.git /root/.npm/_cacache/tmp/git-clone-d8de79a2
npm ERR! fatal: could not create leading directories of '/root/.npm/_cacache/tmp/git-clone-d8de79a2': Permission denied
npm ERR!
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2017-08-29T20_24_01_459Z-debug.log
root@stage-streambed-fl6p:/var/www/streambed# rm -r /root/.npm
root@stage-streambed-fl6p:/var/www/streambed# npm install
npm ERR! code 128
npm ERR! Command failed: /usr/bin/git clone -q git://github.com/mapbox/mapbox-gl-shaders.git /root/.npm/_cacache/tmp/git-clone-146d42f8
npm ERR! fatal: could not create leading directories of '/root/.npm/_cacache/tmp/git-clone-146d42f8': Permission denied
npm ERR!
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2017-08-29T20_24_15_797Z-debug.log
Activity
etpinard commentedon Jun 26, 2017
Actually, node@8 (with npm@5) isn't available on CircleCI's preinstalled images yet. See
https://circleci.com/docs/1.0/build-image-trusty/#nodejs
for most up-to-date list.
etpinard commentedon Jul 11, 2017
While doing this, it might be worth migrating to CircleCI 2.0:
https://circleci.com/docs/2.0/migrating-from-1-2/
etpinard commentedon Aug 29, 2017
cc https://github.com/plotly/streambed/pull/9973
bpostlethwaite commentedon Aug 29, 2017
fyi node-usb/node-usb#193 (comment)
and I'm seeing these errors building plotly.js
bpostlethwaite commentedon Aug 29, 2017
sorry npm issue link here: npm/npm#16898
etpinard commentedon Aug 29, 2017
#1745 (comment)
Bumping to
npm@5.0.3
should solve this.bpostlethwaite commentedon Aug 29, 2017
bpostlethwaite commentedon Aug 29, 2017
tried obliterating
/root/.npm
but having the same error. Will post here once I find some workaroundetpinard commentedon Sep 22, 2017
Some preliminary work on branch:
https://github.com/plotly/plotly.js/compare/circle2
Docker handlers have change significantly from Circle 1 to 2.0, so I think I'll wait for #1972 to be completed before giving this another shot.
etpinard commentedon Oct 11, 2017
Brutal:
etpinard commentedon Nov 1, 2017
Ping. Node 8.x is now LTS.