Vue报错:command failed: npm install --loglevel error --registry=https://registry.npm.taobao.org

首先确保所用到的vue-cli,npm,node等,版本要高一些。然后尝试以下方法:
1.npm install chromedriver --chromedriver_cdnurl=http://cdn.npm.taobao.org/dist/chromedriver
2.npm cache clean --force 清除npm的缓存

原文:https://blog.csdn.net/weixin_42476786/article/details/85167193

你可能感兴趣的:(Vue报错:command failed: npm install --loglevel error --registry=https://registry.npm.taobao.org)