求助mac安装karma时,贴代码如下,后面还有希望这些代码能说明问题,

发布于 2022-09-01 07:23:18 字数 938 浏览 44 评论 0

oukokudongdeMBP:~ wangguodong$ sudo npm install -g karma
Password:
npm WARN engine karma@0.12.31: wanted: {"node":"~0.8 || ~0.10"} (current: {"node":"0.12.2","npm":"2.7.4"})

fsevents@0.3.6 install /usr/local/lib/node_modules/karma/node_modules/chokidar/node_modules/fsevents
node-gyp rebuild

gyp WARN install got an error, rolling back install
gyp ERR! configure error
gyp ERR! stack Error: EPERM, utime '/Users/wangguodong/.node-gyp/0.12.2'
gyp ERR! stack at Error (native)
gyp ERR! System Darwin 14.1.0
gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /usr/local/lib/node_modules/karma/node_modules/chokidar/node_modules/fsevents
gyp ERR! node -v v0.12.2
gyp ERR! node-gyp -v v1.0.3
gyp ERR! not ok
npm WARN optional dep failed, continuing fsevents@0.3.6

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

瀞厅☆埖开 2022-09-08 07:23:18

这句话的意思是你的node版本与karma不匹配。

karma希望你的配置是: wanted: {"node":"~0.8 || ~0.10"}

而你当前的是:(current: {"node":"0.12.2","npm":"2.7.4"})

解决办法:装个切换node版本的模块,比如 n

静谧幽蓝 2022-09-08 07:23:18

用node升级下就好了。

sudo npm cache clean -f
sudo npm install -g n
sudo n stable
node -v
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文