报错:npm : 无法加载文件 D:\nodejs\npm.ps1,因为在此系统上禁止运行脚本。
原因:PowerShell 的执行策略限制导致的
解决:win+S,搜索powershell,管理员打开,执行命令
set-ExecutionPolicy RemoteSigned
输入y确认即可