PowerShell中出现“禁止执行脚本”的解决方法
1、 搜索PowerShell,使用管理员权限打开它。
2、 键入set-executionpolicy remotesigned ,然后键入Y回车
好,这样就可以安装脚本了。
使用脚手架创建项目时速度特别慢
如果使用npm安装脚手架的话,推荐使用淘宝镜像,下面就是安装命令,在命令行键入命令即可。
npm install -g cnpm --registry=https://registry.npm.taobao.org
下载完淘宝镜像你还需要这样做,配置后可通过下面方式来验证是否成功。
npm config set registry https://registry.npm.taobao.org
更多内容请见原文,原文转载自:https://blog.csdn.net/weixin_44519496/article/details/119906470