0
我正在嘗試安裝節點包'grunt-contrib-testem'並且收到以下錯誤。這個包不再被支持?無法使用npm安裝grunt-contrib-testem
npm install grunt-contrib-testem --save-dev
npm WARN package.json [email protected] No description
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] 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支持,我想我已經得到的焦油球和安裝。
從我的瀏覽器我可以訪問的URL http://registry.npmjs.org/grunt-contrib-testem!
感謝