C:\Users\Administrator>npm -v
npm ERR! path C:\Program Files\nodejs\node.exe
npm ERR! code ENOENT
npm ERR! errno ENOENT
npm ERR! syscall spawn C:\Program Files\nodejs\node.exe
npm ERR! enoent spawn C:\Program Files\nodejs\node.exe ENOENT
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! Callback called more than once.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Administrator\AppData\Roaming\npm-cache_logs\2018-11-28T08_02_36_124Z-debug.log
6.4.1
输入npm任何命令都会报错
C:\Program Files\nodejs\node.exe文件存在
已经重装nodejs过N次!
相关问题
- Failed at the electron@1.8.2 postinstall script
- Webpack getting started, import error
- No member named ForceSet
- AWS Elastic BeanStalk nodejs Deployment error
- node local dependency installs as shortcut and nes
相关文章
- 在Leetcode上面遇到一个题---求一维组的动态和导致内存溢出
- >>" markdown 引用语法" href="https://www.manongdao.com/article-2318498.html" > 有没有办法让 markdown-it 支持 ">>>" markdown 引用语法
- @angular-cli install fails with deprecated request
- Create React App not installing, showing an error
- new field false in Package.json
- npm : Postinstall not running in docker
- Babel CLI is extremely slow
- Docker and npm - gyp ERR! not ok
看看这个文件里这么说:C:\Users\Administrator\AppData\Roaming\npm-cache_logs\2018-11-28T08_02_36_124Z-debug.log
完全卸载nodejs后,改用低版本nodejs 7.10.1解决