npm ERR! code ENOENT
npm ERR! errno -4058
npm ERR! syscall access
npm ERR! enoent ENOENT: no such file or directory, access

 

2、通过config命令

npm config set registry https://registry.npm.taobao.org


npm info underscore (如果上面配置正确这个命令会有字符串response)

3、命令行指定

npm --registry https://registry.npm.taobao.org info underscore

然后再安装就好了

Logo

前往低代码交流专区

更多推荐