grunt-contrib-build' 不在 npm 注册表中

2024-04-15

当我尝试安装时出现以下错误npm install grunt-contrib-build --save-dev在我的 Windows 7 系统上使用命令提示符。

C:\css-base>npm install grunt-contrib-build --save-dev
npm WARN package.json [email protected] /cdn-cgi/l/email-protection No README.md file found!
npm http GET https://registry.npmjs.org/grunt-contrib-build
npm http 404 https://registry.npmjs.org/grunt-contrib-build
npm ERR! 404 'grunt-contrib-build' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, or http url, or git url.

npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nod
ejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "grunt-contrib-build" "--save
-dev"
npm ERR! cwd C:\css-base
npm ERR! node -v v0.10.3
npm ERR! npm -v 1.2.17
npm ERR! code E404
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     C:\css-base\npm-debug.log
npm ERR! not ok code 0

如果有人在尝试安装此插件时发现此内容:

grunt-contrib-build

现在被称为

grunt-usemin

但新插件中的任务可能不支持,请检查https://github.com/yeoman/grunt-usemin/issues/3 https://github.com/yeoman/grunt-usemin/issues/3了解更多信息。

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

grunt-contrib-build' 不在 npm 注册表中 的相关文章

随机推荐