标签:shel 环境 rip 无法 rem nod class 提示 ISE
1.从官网下载 http://nodejs.cn/download/
2.傻瓜是“下一步”安装
3.安装完成
npm install vue
npm install -g @vue/cli
遇到问题:
创建Vue项目出错,提示vue : 无法加载文件C:\Users\xxx\AppData\Roaming\npm\vue.ps1,因为在此系统上禁止运行脚本。
1. 以管理员身份运行PowerShell
2. 执行:get-ExecutionPolicy,回复Restricted,表示状态是禁止的
3.执行:set-ExecutionPolicy RemoteSigned
4.选择Y
5.还不行就以管理员身份运行PowerShell ISE 重复 2,3,4
标签:shel 环境 rip 无法 rem nod class 提示 ISE
原文地址:https://www.cnblogs.com/jtaosblog/p/13052212.html