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使用及错误解决的主要内容,如果未能解决你的问题,请参考以下文章