报npm ERR! fetch failed https://registry.npmjs.org/grunt-contrib-uglify/-/grunt-c错误

时间:2015-03-27 23:50:16   收藏:0   阅读:3285

D:\grunttest>npm install
npm WARN package.json demo@0.1.0 No repository field.
npm WARN package.json demo@0.1.0 No README data
npm ERR! fetch failed https://registry.npmjs.org/grunt-contrib-uglify/-/grunt-c
ntrib-uglify-0.2.7.tgz
npm ERR! fetch failed https://registry.npmjs.org/console-browserify/-/console-b
owserify-0.1.6.tgz
^C终止批处理操作吗(Y/N)? ^Y
终止批处理操作吗(Y/N)? y

D:\grunttest>npm config set registry http://registry.npmjs.org/

D:\grunttest>npm install
npm WARN package.json demo@0.1.0 No repository field.
npm WARN package.json demo@0.1.0 No README data

D:\grunttest>grunt
Running "uglify:build" (uglify) task
>> Destination (dest/zepto.min.js) not written because src files were empty.

Done, without errors.

原文:http://www.cnblogs.com/nimoer/p/4373063.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!