前端开发

第一步:开发环境搭建

安装步骤借鉴 https://www.cnblogs.com/jiajia123/p/6132265.html

安装中出现提示,借鉴 https://www.jianshu.com/p/dc087bf01475

问题:

 1、vue : 无法加载文件 D:\Coding\Myself\npm-global\vue.ps1。未对文件 D:\Coding\Myself\npm-global\vue.ps1 进行数字签名。无法在当前系统上运行该脚本。有关运行脚本和设置执行策略的详细信息,请参阅 https:/go.microsoft.com/fwl 

       ink/?LinkID=135170 中的 about_Execution_Policies。
       所在位置 行:1 字符: 1

 解决办法:打开windows的power shell ,输入set-ExecutionPolicy RemoteSigned  ,再输入a;
2、组建别名不能有横杠(-);

3、Can't find Python executable "python", you can set the PYTHON env variable:
      npm install --global --production windows-build-tools

posted on 2019-07-30 20:28  胖子略显瘦  阅读(143)  评论(0编辑  收藏  举报