1、以管理员身份打开powerShell2、输入命令:set-ExecutionPolicyRemoteSigned,回车;输入Y ,回车; 3、返回执行npx …命令,发现可以了。 nodemon 被禁用的解决方案 1.管理员身份打开powerShell2.输入set-ExecutionPolicyRemoteSigned3.选择Y或者Aset-ExecutionPolicyRemoteSigned按enter键让你进行选择 这个时候输入Y 按键盘enter...
Scripts built somewhere other than your local computer should not be inherently trusted. This is why PowerShell provides theRemoteSignedexecution policy. TheRemoteSignedexecution policy enforces that all scripts are written somewhere other than your local computer to be cryptographically-signed. You can o...