npm
Posted 维尼-winnie
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm相关的知识,希望对你有一定的参考价值。
下载npm,请在node.js中文网中去下载。链接地址: http://nodejs.cn/download/
下载淘宝镜像 : npm install -g cnpm --registry=https://registry.npm.taobao.org
将本地镜像替换成淘宝镜像 : npm config set registry http
:
/
/registry.npm.taobao.org/
推荐看 j 哥 博客 :http://xuejichang.cn/blog?id=109
更新node版本
首先清除缓存 (cache) : sudo npm cache clean -f
安装n模块: sudo npm install -g n
更新:sudo n stable
最暴力的方法:去官网重新下载
更新npm :npm install npm -g
以上是关于npm的主要内容,如果未能解决你的问题,请参考以下文章
Error: Python executable “H:devpython3.10python.EXE“ is v3.10.0, which is not supported by gyp.(代码片段