关于网友提出的“ cnmp安装失败,报错npm ERR! enoent ENOENT: no such file or directory,”问题疑问,本网通过在网上对“ cnmp安装失败,报错npm ERR! enoent ENOENT: no such file or directory,”有关的相关答案进行了整理,供用户进行参考,详细问题解答如下:
问题: cnmp安装失败,报错npm ERR! enoent ENOENT: no such file or directory,
描述:1.cnmp安装失败
2.提示如下:
bogon:node_modules liangjingming$ sudo npm install cnpm -g --registry=https://registry.npm.taobao.org
Password:
/usr/local/lib
└── (empty)
npm ERR! Darwin 16.4.0
npm ERR! argv "/usr/local/Cellar/node/7.8.0/bin/node" "/usr/local/bin/npm" "install" "cnpm" "-g" "--registry=https://registry.npm.taobao.org"
npm ERR! node v7.8.0
npm ERR! npm v4.2.0
npm ERR! path /usr/local/lib/node_modules/.staging/abbrev-cf0db83f
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall rename
npm ERR! enoent ENOENT: no such file or directory, rename '/usr/local/lib/node_modules/.staging/abbrev-cf0db83f' -> '/usr/local/lib/node_modules/cnpm/node_modules/npm/node_modules/abbrev'
npm ERR! enoent ENOENT: no such file or directory, rename '/usr/local/lib/node_modules/.staging/abbrev-cf0db83f' -> '/usr/local/lib/node_modules/cnpm/node_modules/npm/node_modules/abbrev'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! Please include the following file with any support request:
npm ERR! /Users/liangjingming/.npm/_logs/2017-04-06T06_54_02_572Z-debug.log
3.请问该怎么解决?不胜感激!
解决方案1:清空 /usr/local/lib/node_modules/.staging
下所有文件,然后重新安装应该就好了。
解决方案2:请问你的这个问题解决了吗 我也是一样的问题
以上介绍了“ cnmp安装失败,报错npm ERR! enoent ENOENT: no such file or directory,”的问题解答,希望对有需要的网友有所帮助。
本文网址链接:http://www.codes51.com/itwd/4292531.html