mern-cli安装失败

时间:2017-06-18 06:21:35

标签: node.js macos npm mern

我按照mern.io中的说明在Macbook Pro上安装mern-cli:

sudo npm install -g mern-cli

但是我收到了以下错误:

npm ERR! code 128
npm ERR! Command failed: /usr/bin/git clone --depth=1 -q -b 0.0.2 git://github.com/timoxley/next-tick.git /var/root/.npm/_cacache/tmp/git-clone-5e86851e
npm ERR! fatal: could not create leading directories of '/var/root/.npm/_cacache/tmp/git-clone-5e86851e': Permission denied
npm ERR! 

npm ERR! A complete log of this run can be found in:
npm ERR!     /var/root/.npm/_logs/2017-06-18T06_17_12_022Z-debug.log

有什么想法吗?

1 个答案:

答案 0 :(得分:0)

这似乎是mern-cli本身的一个问题,因为我尝试使用mean-cli在我的计算机上完美运行。