切换深色或浅色模式
安装Nodejs | Nodejs
- 按下
Windows徽标+X - 点击弹出窗口中的
终端管理员 - 输入并回车:
shell
winget install OpenJS.NodeJS.LTS修改PowerShell执行策略
shell
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force检查安装是否成功
shell
node -v
npm -v卸载Nodejs
shell
winget uninstall "OpenJS.NodeJS.LTS"
Set-ExecutionPolicy Undefined -Scope CurrentUser -Force