vue npm ERR! errno -4058
npm ERR! code ENOENTnpm ERR! errno -4058npm ERR! syscall accessnpm ERR! enoent ENOENT: no such file or directory, access2、通过config命令npm config set registry https://registry.npm.taobao.org...
·
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
然后再安装就好了
更多推荐
已为社区贡献3条内容
所有评论(0)