npm使用及错误解决

Posted boreguo

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm使用及错误解决相关的知识,希望对你有一定的参考价值。

1、版本修改

命令: npm install [email protected]版本号 -g

2、安装淘宝镜像

npm install -g cnpm --registry=https://registry.npm.taobao.org

3、node-sass安装失败

主要是windows平台缺少编译环境。 命令: npm install -g node-gyp 安装好环境后npm install

4、

技术分享图片

解决:1)删除package.lock.json

           2)清除cache:npm cache clean --force

 

以上是关于npm使用及错误解决的主要内容,如果未能解决你的问题,请参考以下文章

解决npm安装node-sass太慢及编译错误问题

智能合约编译步骤及错误解决

npm install时报错 npm ERR!Windows_NT 6.1.7601

npm下载错误解决办法

当我运行任何关于 npm 的命令时如何解决问题它显示错误

为啥我在使用 npm 时收到此错误,我该如何解决?