npm小记

时间:2024-07-19 19:49:59

1.清除 NPM 的配置,然后重新设置 registry 到一个可靠的源。运行以下命令:
npm config delete registry
npm config set registry https://registry.npmmirror.com/
2.安装cl
npm install -g @angular/cli

查看版本:
ng --version

项目自适应node版本设置
https://docs.volta.sh/guide/getting-started

启动项目一般需要
npm install

windows托管开发选项需设置
从任意源 安装应用