参考
步骤
- 管理员身份打开
PowerShell
。 - 执行命令:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
- 安装
fnm
:choco install fnm
fnm env --use-on-cd | Out-String | Invoke-Expression
- 安装
npm
, 参考官网的命令:fnm use --install-if-missing 20
- 更新:
npm install -g npm
文档信息
- 本文作者:zhupite
- 本文链接:https://zhupite.com/program/install-npm.html
- 版权声明:自由转载-非商用-非衍生-保持署名(创意共享3.0许可证)