I get this error when using "init npm" command in a newly installed Node.js
在新安装的Node.js中使用“init npm”命令时,会出现这个错误
Error: ENOENT, stat 'C:\Users\Ali\AppData\Roaming\npm'
错误:ENOENT,统计“C:\ \阿里\ AppData \漫游用户\ npm '
1 个解决方案
#1
0
ENOENT means the file does not exist. See http://nikhilm.github.io/uvbook/basics.html#error-handling
ENOENT表示文件不存在。看到http://nikhilm.github.io/uvbook/basics.html错误处理
#1
0
ENOENT means the file does not exist. See http://nikhilm.github.io/uvbook/basics.html#error-handling
ENOENT表示文件不存在。看到http://nikhilm.github.io/uvbook/basics.html错误处理