window powerShell node.js npm很多命令无法使用,如yarn vue
Author:zhoulujun Date:
yarn : 无法加载文件 C:\Users\L\AppData\Roaming\npm\yarn.ps1,因为在此系统上禁止运行脚本
公司管理包也无法使用
tnpm : File C:\Users\andyljzhou\AppData\Roaming\npm\tnpm.ps1 cannot be loaded because running scripts is disabled on
this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:1
+ tnpm -v
+ ~~~~
+ CategoryInfo : SecurityError: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
解决办法:如果安装yarn也出现了同安装npm类似的问题,则是用户权限问题,需要找Administrator管理员在powershell里放开权限
管理员方式运行powershell
set-ExecutionPolicy RemoteSigned
还有就是在powershell 有nodejs tnpm yarn等,但是cmd 没有,我卸载了nodejs ,装了nvm。就是反过来,cmd有,powershell没有。
用上面的方法就可以解决cm的与powershell都有的问题。
参考文章:
如何在Windows 10上安装nodejs, npm 和 yarn (如果不显示版本号怎么办?) https://zhuanlan.zhihu.com/p/511509101
记录一个window10电脑使用yarn 报异常 https://juejin.cn/post/6955746643782139941
转载本站文章《window powerShell node.js npm很多命令无法使用,如yarn vue》,
请注明出处:https://www.zhoulujun.cn/html/webfront/ECMAScript/nodejs/8944.html