安装 npm 后,我输入:
npm install -g mup
它返回:
/Users/RyanCassutt/.node/bin/mup -> /Users/RyanCassutt/.node/lib/node_modules/mup/bin/mup
mup@0.11.1 /Users/RyanCassutt/.node/lib/node_modules/mup
├── colors@0.6.2
├── underscore@1.7.0
├── uuid@1.4.2
├── async@0.9.2
├── rimraf@2.4.2 (glob@5.0.14)
├── archiver@0.14.4 (buffer-crc32@0.2.5, lazystream@0.1.0, readable-stream@1.0.33, tar-stream@1.1.5, glob@4.3.5, zip-stream@0.5.2, lodash@3.2.0)
├── nodemiral@1.1.0 (debug@0.7.4, progress@1.1.5, async@0.9.0, underscore@1.8.3, ejs@0.8.8, ssh2@0.4.6)
└── cjson@0.3.1 (jsonlint@1.6.0)
然后我尝试创建一个新项目:
mup init
但它返回:
-bash: mup: command not found
是 mup 安装不正确还是出现某种错误?谢谢你。