7
7
7rulnik2014-05-19 00:34:01
npm
7rulnik, 2014-05-19 00:34:01

Error while compiling Bootstrap

Recently started twist-twirl Bootstrap. I decided to build it myself from the sources using Grunt.
As a result, when grunting , I get this error.
If I understand correctly, then this does not affect the compilation in any way, but the error simply an eyesore to me, and I would like to understand what it is, why and why.

Terminal
Running "exec:npmShrinkWrap" (exec) task
>> npm
>> 
>> ERR!
>> Error: Problems were encountered
>> npm
>> ERR! Please correct and try again.
>> npm ERR!
>> missing: [email protected]~0.3.9, required by [email protected]
>> npm
>> ERR! extraneous: [email protected] /Users/v7rulnik/bootstrap/node_modules/shrinkwrap
>> npm ERR! missing: [email protected]~0.3.9, required by [email protected]
>> npm ERR!
>> at shrinkwrap_ (/usr/local/lib/node_modules/npm/lib/shrinkwrap.js:30:15)
>> npm ERR!     at /usr/local/lib/node_modules/npm/lib/shrinkwrap.js:24:5
>> npm ERR!     at /usr/local/lib/node_modules/npm/lib/ls.js:44:30
>> npm
>> ERR!     at /usr/local/lib/node_modules/npm/node_modules/read-installed/read-installed.js:130:5
>> npm
>> ERR!     at /usr/local/lib/node_modules/npm/node_modules/read-installed/read-installed.js:258:14
>> npm ERR!
>> at cb (/usr/local/lib/node_modules/npm/node_modules/slide/lib/async-map.js:48:11)
>> npm ERR!     at /usr/local/lib/node_modules/npm/node_modules/read-installed/read-installed.js:258:14
>> npm ERR!     at cb (/usr/local/lib/node_modules/npm/node_modules/slide/lib/async-map.js:48:11)
>> npm
>> ERR!     at /usr/local/lib/node_modules/npm/node_modules/read-installed/read-installed.js:258:14
>> npm
>> ERR!     at cb (/usr/local/lib/node_modules/npm/node_modules/slide/lib/async-map.js:48:11)
>> npm
>> ERR! If you need help, you may report this entire log,
>> npm ERR! including the npm and node versions, at:
>> npm ERR!
>> <http://github.com/npm/npm/issues>
>> npm ERR!
>> System Darwin 13.2.0
>> npm
>> ERR! command "node" "/usr/local/bin/npm" "shrinkwrap" "--dev"
>> npm ERR! cwd /Users/v7rulnik/bootstrap
>> npm ERR!
>> node -v v0.10.28
>> npm ERR!
>> npm -v 1.4.9
>> npm ERR!
>> npm ERR!
>> Additional logging details can be found in:
>> npm
>> 
>> ERR!     /Users/v7rulnik/bootstrap/npm-debug.log
>> npm ERR! not ok code 0
>> Exited with code: 1.
Warning: Task "exec:npmShrinkWrap" failed. Use --force to continue.

Logs
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'shrinkwrap', '--dev' ]
2 info using [email protected]
3 info using [email protected]
4 error Error: Problems were encountered
4 error Please correct and try again.
4 error missing: [email protected]~0.3.9, required by [email protected]
4 error extraneous: [email protected] /Users/v7rulnik/bootstrap/node_modules/shrinkwrap
4 error missing: [email protected]~0.3.9, required by [email protected]
4 error     at shrinkwrap_ (/usr/local/lib/node_modules/npm/lib/shrinkwrap.js:30:15)
4 error     at /usr/local/lib/node_modules/npm/lib/shrinkwrap.js:24:5
4 error     at /usr/local/lib/node_modules/npm/lib/ls.js:44:30
4 error     at /usr/local/lib/node_modules/npm/node_modules/read-installed/read-installed.js:130:5
4 error     at /usr/local/lib/node_modules/npm/node_modules/read-installed/read-installed.js:258:14
4 error     at cb (/usr/local/lib/node_modules/npm/node_modules/slide/lib/async-map.js:48:11)
4 error     at /usr/local/lib/node_modules/npm/node_modules/read-installed/read-installed.js:258:14
4 error     at cb (/usr/local/lib/node_modules/npm/node_modules/slide/lib/async-map.js:48:11)
4 error     at /usr/local/lib/node_modules/npm/node_modules/read-installed/read-installed.js:258:14
4 error     at cb (/usr/local/lib/node_modules/npm/node_modules/slide/lib/async-map.js:48:11)
5 error If you need help, you may report this *entire* log,
5 error including the npm and node versions, at:
5 error     <http://github.com/npm/npm/issues>
6 error System Darwin 13.2.0
7 error command "node" "/usr/local/bin/npm" "shrinkwrap" "--dev"
8 error cwd /Users/v7rulnik/bootstrap
9 error node -v v0.10.28
10 error npm -v 1.4.9
11 verbose exit [ 1, true ]

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Konstantin Velichko, 2014-05-19
@Zoxon

Try manually installing npm-shrinkwrap
npm i npm-shrinkwrap

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question