安装nodejs环境(npm,pnpm)的过程,亲测有效
1.安装npm:
npm install -g pnpm
2.转换成国内镜像:
npm config set registry https://registry.npm.taobao.pnpmorg
3.查看当前镜像:
npm config get registry
4.安装pnpm环境:
pnpm install
5.运行项目:
npm run dev
安装nodejs环境(npm,pnpm)的过程,亲测有效
1.安装npm:
npm install -g pnpm
2.转换成国内镜像:
npm config set registry https://registry.npm.taobao.pnpmorg
3.查看当前镜像:
npm config get registry
4.安装pnpm环境:
pnpm install
5.运行项目:
npm run dev
2024-08-27 09:08:17
2024-05-09 11:05:34
2024-06-06 10:06:47
2024-04-22 09:04:34
2024-03-29 15:03:20
2024-04-20 17:04:38
2024-05-10 08:05:15
2024-10-30 21:10:12