win7で最新のブートストラップバージョンを作ろうとしています。これを行うには、http://thomassileo.com/blog/2012/04/21/using-bootstrap-as-a-git-submodule/の指示に従います。nodeJS と NPM がインストールされています。実行しようとすると:
npm install uglify-js -g
私は得る:
$ npm -g install uglify-js
npm http GET https://registry.npmjs.org/uglify-js
npm http 304 https://registry.npmjs.org/uglify-js
npm http GET https://registry.npmjs.org/optimist
npm http GET https://registry.npmjs.org/source-map
npm http 304 https://registry.npmjs.org/optimist
npm http GET https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz
npm http 304 https://registry.npmjs.org/source-map
npm ERR! error installing uglify-js@2.2.5
npm ERR! Error: No compatible version found: source-map@'>=0.1.7- <0.2.0-'
npm ERR! Valid install targets:
npm ERR! ["0.0.0","0.1.0","0.1.1","0.1.2","0.1.3"]
npm ERR! at installTargetsError (c:\Program Files (x86)\nodejs\node_modules\
npm\lib\cache.js:488:10)
npm ERR! at next_ (c:\Program Files (x86)\nodejs\node_modules\npm\lib\cache.
js:438:17)
npm ERR! at next (c:\Program Files (x86)\nodejs\node_modules\npm\lib\cache.j
s:415:44)
次に何をすべきかについてのアイデアはありますか?
ありがとう、
明細書