有勇气的牛排博客

node.js安装使用

有勇气的牛排 1044 前端 2021-11-21 23:54:06

文章目录

1 安装

下载
https://nodejs.org/dist/v16.3.0

2 使用

常规

npm install [name]

修改为淘宝NPM镜像
清空缓存

npm cache clean --force
npm install -g cnpm --registry=https://registry.npmmirror.com npm config set registry https://registry.npmmirror.com
npm config list

重构项目依赖:

npm rebuild node-sass npm update

留言

专栏
文章
加入群聊