我是学习 React 和 Node.js 的初学者。当我在服务器中运行 touch 'index.js' 命令时,它显示 'touch :无法加载文件 C:\Users\sandu\AppData\Roaming\npm\touch.ps1,因为在此系统上禁用了运行脚本。欲了解更多信息,请参阅
about_Execution_Policies 位于 https://go.microsoft.com/fwlink/?LinkID=135170。 在行:1 字符:1
+ CategoryInfo : SecurityError: (:) [], PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess'
我想知道发生这种情况的原因。
Sanduni 似乎您需要在 Powershell 上将执行策略设置为
RemoteSigned
。只需在 powershell 上运行以下命令即可。