报错内容 :第一个报错
gyp ERR! configure error
gyp ERR! stack Error: Can’t find Python executable “python”, you can set the PYTHON env variable.
gyp ERR! stack at PythonFinder.failNoPython
在这里插入图片描述

报错内容第二个

Starting installation…
Please restart this script from an administrative PowerShell!
The build tools cannot be installed without administrative rights.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! windows-build-tools@5.2.2 postinstall: node ./dist/index.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the windows-build-tools@5.2.2 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\gao13\AppData\Roaming\npm-cache_logs\2021-07-14T06_58_50_061Z-debug.log

在这里插入图片描述

解决方案

输入 npm install --global --production windows-build-tools

1 安装python2.7,然后添加到环境变量

在这里插入图片描述

在这里插入图片描述

2 运行 npm install -g node-gyp

3 运行 npm install --global --production windows-build-tools 可以自动安装跨平台的编译器

4重新执行 npm install即可

第三个报错:
vue执行npm run servr 报错:ERROR in ./xxx/xxx.vue?vue&type=style&index=0&lang=css

解决第一步: npm i node-sass --S
不成功的话第二步:npm install sass-loader --save-dev
还是同样的报错的话试一下删除依赖和package-lock.json
然后从新安装依赖按照正常启动顺序启动项目

突然发现第四个报错问题 :postcss-html报错

解决方案:package.Json 加上 “postcss-html”: “^0.36.0”,在这里插入图片描述然后删除nodemoudles 和 package-lock.json 重新安装

看上面有点乱 简单来讲就是以管理员身份运行cmd然后:npm install --global --production windows-build-tools
打开项目运行
运行 npm install -g node-gyp
运行 npm install --global --production windows-build-tools 可以自动安装跨平台的编译器
重新执行 npm install即可

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐