node.js - Installing bootstrap with npm is failing -
node.js - Installing bootstrap with npm is failing -
i attempting install bootstrap (less) npm on debian keeps failing.
this doing:
git clone https://github.com/twbs/bootstrap.git npm install
the error killed
.
running npm install
in verbose not error:
npm verb readdependencies using package.json deps npm http https://registry.npmjs.org/postcss/-/postcss-2.2.5.tgz npm info retry fetch effort 1 @ 01:00:50 npm verb fetch to= /tmp/npm-3690-rr0nzsrk/registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000010.tgz npm info postinstall ansi-regex@0.2.1 killed
you can low downwards memory consumption "npm config set jobs 1", did work me ;) link: https://community.c9.io/t/npm-install-is-killed/847
node.js twitter-bootstrap npm
Comments
Post a Comment