无法使用npm安装grunt-contrib-testem

时间:2016-01-29 18:07:50

标签: gruntjs

我正在尝试安装节点包' grunt-contrib-testem'并得到以下错误。这个包不再受支持吗?

npm install grunt-contrib-testem --save-dev
npm WARN package.json testproject@1.0.0 No description
npm WARN package.json testproject@1.0.0 No repository field.
npm WARN package.json testproject@1.0.0 No README data
npm ERR! Darwin 13.4.0
npm ERR! argv "node" "/Users/user1/usr/local/bin/npm" "install" "grunt-contrib-testem" "--save-dev"
npm ERR! node v0.10.31
npm ERR! npm  v2.10.1
npm ERR! code E404

npm ERR! 404 Registry returned 404 for GET on http://registry.npmjs.org/grunt-contrib-testem
npm ERR! 404 
npm ERR! 404 'grunt-contrib-testem' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'testproject'
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

如果在registry.npmjs.org中不再支持,我想我必须得到tar球并安装它。

在我的浏览器中,我可以访问网址http://registry.npmjs.org/grunt-contrib-testem !!

由于

1 个答案:

答案 0 :(得分:0)

他们将这个包的名称改为grunt-testem-mincer,我和你一样惊喜。