gpt4 book ai didi

jquery - 无法使用 grunt 构建 jquery - 子模块错误

转载 作者:行者123 更新时间:2023-12-01 03:45:11 24 4
gpt4 key购买 nike

我没有运气使用 grunt 构建 jQuery (git)。

一切都很顺利,直到实际的 grunt 命令输出如下:

grunt --config Gruntfile.js 

Running "update_submodules" task

TypeError: Cannot call method 'spawn' of undefined
at Object.<anonymous> (/Users/maciejbodek/Dropbox/Htdocs/git/jquery/node_modules/grunt-update-submodules/tasks/update-submodules.js:7:14)
at Object.task.registerTask.thisTask.fn (/usr/local/lib/node_modules/grunt/lib/grunt/task.js:58:16)
at Task.<anonymous> (/usr/local/lib/node_modules/grunt/lib/util/task.js:343:36)
at Task.start (/usr/local/lib/node_modules/grunt/lib/util/task.js:359:5)
at Object.grunt.tasks (/usr/local/lib/node_modules/grunt/lib/grunt.js:143:8)
at Object.module.exports [as cli] (/usr/local/lib/node_modules/grunt/lib/grunt/cli.js:36:9)
at Object.<anonymous> (/usr/local/lib/node_modules/grunt/bin/grunt:19:14)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)

任何提示表示赞赏。安装所有需要的 npm 依赖项等等。只是构建过程最终被中止。

最佳答案

您需要运行最新的开发版本的 grunt,您可以使用 npm install grunt@master

还要确保您已卸载旧的全局 grunt npm uninstall -g grunt 并全局安装 grunt-cli npm install -g grunt-cli

参见Upgrading from 0.3 to 0.4

关于jquery - 无法使用 grunt 构建 jquery - 子模块错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14254967/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com