今天新启动一个项目,在 npm install 安装依赖项时出现报错。

ERR! code 1
npm ERR! path C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\node-sass
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node scripts/build.js
npm ERR! Building: C:\Program Files\nodejs\node.exe C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\node-gyp\bin\node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp verb cli [
npm ERR! gyp verb cli   'C:\\Program Files\\nodejs\\node.exe',
npm ERR! gyp verb cli   'C:\\Users\\Administrator\\Desktop\\14531\\mall-admin-web\\node_modules\\node-gyp\\bin\\node-gyp.js',
npm ERR! gyp verb cli   'rebuild',
npm ERR! gyp verb cli   '--verbose',
npm ERR! gyp verb cli   '--libsass_ext=',
npm ERR! gyp verb cli   '--libsass_cflags=',
npm ERR! gyp verb cli   '--libsass_ldflags=',
npm ERR! gyp verb cli   '--libsass_library='
npm ERR! gyp verb cli ]
npm ERR! gyp info using node-gyp@3.8.0
npm ERR! gyp info using node@14.16.0 | win32 | x64
npm ERR! gyp verb command rebuild []
npm ERR! gyp verb command clean []
npm ERR! gyp verb clean removing "build" directory
npm ERR! gyp verb command configure []
npm ERR! gyp verb check python checking for Python executable "python2" in the PATH
npm ERR! gyp verb `which` failed Error: not found: python2
npm ERR! gyp verb `which` failed     at getNotFoundError (C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:13:12)
npm ERR! gyp verb `which` failed     at F (C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:68:19)
npm ERR! gyp verb `which` failed     at E (C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:80:29)
npm ERR! gyp verb `which` failed     at C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:89:16
npm ERR! gyp verb `which` failed     at C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\isexe\index.js:42:5
npm ERR! gyp verb `which` failed     at C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\isexe\windows.js:36:5
npm ERR! gyp verb `which` failed     at FSReqCallback.oncomplete (fs.js:183:21)
npm ERR! gyp verb `which` failed  python2 Error: not found: python2
npm ERR! gyp verb `which` failed     at getNotFoundError (C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:13:12)
npm ERR! gyp verb `which` failed     at F (C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:68:19)
npm ERR! gyp verb `which` failed     at E (C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:80:29)
npm ERR! gyp verb `which` failed     at C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:89:16
npm ERR! gyp verb `which` failed     at C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\isexe\index.js:42:5
npm ERR! gyp verb `which` failed     at C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\isexe\windows.js:36:5
npm ERR! gyp verb `which` failed     at FSReqCallback.oncomplete (fs.js:183:21) {
npm ERR! gyp verb `which` failed   code: 'ENOENT'
npm ERR! gyp verb `which` failed }
npm ERR! gyp verb check python checking for Python executable "python" in the PATH
npm ERR! gyp verb `which` failed Error: not found: python
npm ERR! gyp verb `which` failed     at getNotFoundError (C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:13:12)
npm ERR! gyp verb `which` failed     at F (C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:68:19)
npm ERR! gyp verb `which` failed     at E (C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:80:29)
npm ERR! gyp verb `which` failed     at C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:89:16
npm ERR! gyp verb `which` failed     at C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\isexe\index.js:42:5
npm ERR! gyp verb `which` failed     at C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\isexe\windows.js:36:5
npm ERR! gyp verb `which` failed     at FSReqCallback.oncomplete (fs.js:183:21)
npm ERR! gyp verb `which` failed  python Error: not found: python
npm ERR! gyp verb `which` failed     at getNotFoundError (C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:13:12)
npm ERR! gyp verb `which` failed     at F (C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:68:19)
npm ERR! gyp verb `which` failed     at E (C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:80:29)
npm ERR! gyp verb `which` failed     at C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:89:16
npm ERR! gyp verb `which` failed     at C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\isexe\index.js:42:5
npm ERR! gyp verb `which` failed     at C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\isexe\windows.js:36:5
npm ERR! gyp verb `which` failed     at FSReqCallback.oncomplete (fs.js:183:21) {
npm ERR! gyp verb `which` failed   code: 'ENOENT'
npm ERR! gyp verb `which` failed }
npm ERR! gyp verb could not find "python". checking python launcher
npm ERR! gyp verb could not find "python". guessing location
npm ERR! gyp verb ensuring that file exists: C:\Python27\python.exe
npm ERR! gyp ERR! configure error
npm ERR! gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
npm ERR! gyp ERR! stack     at PythonFinder.failNoPython (C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\node-gyp\lib\configure.js:484:19)
npm ERR! gyp ERR! stack     at PythonFinder.<anonymous> (C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\node-gyp\lib\configure.js:509:16)
npm ERR! gyp ERR! stack     at C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\graceful-fs\polyfills.js:284:29
npm ERR! gyp ERR! stack     at FSReqCallback.oncomplete (fs.js:183:21)
npm ERR! gyp ERR! System Windows_NT 10.0.19041
npm ERR! gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Administrator\\Desktop\\14531\\mall-admin-web\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
npm ERR! gyp ERR! cwd C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\node-sass
npm ERR! gyp ERR! node -v v14.16.0
npm ERR! gyp ERR! node-gyp -v v3.8.0
npm ERR! gyp ERR! not ok
npm ERR! Build failed with error code: 1npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Administrator\AppData\Local\npm-cache\_logs\2021-04-06T07_35_56_176Z-debug.log
PS C:\Users\Administrator\Desktop\14531\mall-admin-web> npm install npm -gremoved 218 packages, and changed 3 packages in 7s
PS C:\Users\Administrator\Desktop\14531\mall-admin-web> npm install
npm ERR! code 1
npm ERR! path C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\node-sass
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node scripts/build.js
npm ERR! Building: C:\Program Files\nodejs\node.exe C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\node-gyp\bin\node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp verb cli [
npm ERR! gyp verb cli   'C:\\Program Files\\nodejs\\node.exe',
npm ERR! gyp verb cli   'C:\\Users\\Administrator\\Desktop\\14531\\mall-admin-web\\node_modules\\node-gyp\\bin\\node-gyp.js',
npm ERR! gyp verb cli   'rebuild',
npm ERR! gyp verb cli   '--verbose',
npm ERR! gyp verb cli   '--libsass_ext=',
npm ERR! gyp verb cli   '--libsass_cflags=',
npm ERR! gyp verb cli   '--libsass_ldflags=',
npm ERR! gyp verb cli   '--libsass_library='
npm ERR! gyp verb cli ]
npm ERR! gyp info using node-gyp@3.8.0
npm ERR! gyp info using node@14.16.0 | win32 | x64
npm ERR! gyp verb command rebuild []
npm ERR! gyp verb command clean []
npm ERR! gyp verb clean removing "build" directory
npm ERR! gyp verb command configure []
npm ERR! gyp verb check python checking for Python executable "python2" in the PATH
npm ERR! gyp verb `which` failed Error: not found: python2
npm ERR! gyp verb `which` failed     at getNotFoundError (C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:13:12)
npm ERR! gyp verb `which` failed     at F (C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:68:19)
npm ERR! gyp verb `which` failed     at E (C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:80:29)
npm ERR! gyp verb `which` failed     at C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:89:16
npm ERR! gyp verb `which` failed     at C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\isexe\index.js:42:5
npm ERR! gyp verb `which` failed     at C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\isexe\windows.js:36:5
npm ERR! gyp verb `which` failed     at FSReqCallback.oncomplete (fs.js:183:21)
npm ERR! gyp verb `which` failed  python2 Error: not found: python2
npm ERR! gyp verb `which` failed     at getNotFoundError (C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:13:12)
npm ERR! gyp verb `which` failed     at F (C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:68:19)
npm ERR! gyp verb `which` failed     at E (C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:80:29)
npm ERR! gyp verb `which` failed     at C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:89:16
npm ERR! gyp verb `which` failed     at C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\isexe\index.js:42:5
npm ERR! gyp verb `which` failed     at C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\isexe\windows.js:36:5
npm ERR! gyp verb `which` failed     at FSReqCallback.oncomplete (fs.js:183:21) {
npm ERR! gyp verb `which` failed   code: 'ENOENT'
npm ERR! gyp verb `which` failed }
npm ERR! gyp verb check python checking for Python executable "python" in the PATH
npm ERR! gyp verb `which` failed Error: not found: python
npm ERR! gyp verb `which` failed     at getNotFoundError (C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:13:12)
npm ERR! gyp verb `which` failed     at F (C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:68:19)
npm ERR! gyp verb `which` failed     at E (C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:80:29)
npm ERR! gyp verb `which` failed     at C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:89:16
npm ERR! gyp verb `which` failed     at C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\isexe\index.js:42:5
npm ERR! gyp verb `which` failed     at C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\isexe\windows.js:36:5
npm ERR! gyp verb `which` failed     at FSReqCallback.oncomplete (fs.js:183:21)
npm ERR! gyp verb `which` failed  python Error: not found: python
npm ERR! gyp verb `which` failed     at getNotFoundError (C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:13:12)
npm ERR! gyp verb `which` failed     at F (C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:68:19)
npm ERR! gyp verb `which` failed     at E (C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:80:29)
npm ERR! gyp verb `which` failed     at C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\which\which.js:89:16
npm ERR! gyp verb `which` failed     at C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\isexe\index.js:42:5
npm ERR! gyp verb `which` failed     at C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\isexe\windows.js:36:5
npm ERR! gyp verb `which` failed     at FSReqCallback.oncomplete (fs.js:183:21) {
npm ERR! gyp verb `which` failed   code: 'ENOENT'
npm ERR! gyp verb `which` failed }
npm ERR! gyp verb could not find "python". checking python launcher
npm ERR! gyp verb could not find "python". guessing location
npm ERR! gyp verb ensuring that file exists: C:\Python27\python.exe
npm ERR! gyp ERR! configure error
npm ERR! gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
npm ERR! gyp ERR! stack     at PythonFinder.failNoPython (C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\node-gyp\lib\configure.js:484:19)
npm ERR! gyp ERR! stack     at PythonFinder.<anonymous> (C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\node-gyp\lib\configure.js:509:16)
npm ERR! gyp ERR! stack     at C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\graceful-fs\polyfills.js:284:29
npm ERR! gyp ERR! stack     at FSReqCallback.oncomplete (fs.js:183:21)
npm ERR! gyp ERR! System Windows_NT 10.0.19041
npm ERR! gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Administrator\\Desktop\\14531\\mall-admin-web\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
npm ERR! gyp ERR! cwd C:\Users\Administrator\Desktop\14531\mall-admin-web\node_modules\node-sass
npm ERR! gyp ERR! node -v v14.16.0
npm ERR! gyp ERR! node-gyp -v v3.8.0
npm ERR! gyp ERR! not ok
npm ERR! Build failed with error code: 1npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Administrator\AppData\Local\npm-cache\_logs\2021-04-06T07_40_11_291Z-debug.log

解决方案

npm install -g mirror-config-china --registry=http://registry.npm.taobao.org
npm install node-sass
npm install

npm install 报错 gyp info it worked if it ends with ok npm ERR! gyp verb cli [相关推荐

  1. npm install 报错 gyp info it worked if it ends with ok npm ERR gyp verb cli [

    今天新启动一个项目,在 npm install 安装依赖项时出现报错. ERR! code 1 npm ERR! path C:UsersAdministratorDesktope31mall-adm ...

  2. npm install 报错 ERR! gyp ERR! cwd D:\workspace\node_modules\node-sass错误解决/npm ERR! gyp verb `which

    一.问题描述: npm install 报错 ERR! gyp ERR! cwd D:\workspace\node_modules\node-sass 二.可能原因 nodejs与sass版本不匹配 ...

  3. npm install报错:gyp verb `which` failed Error: not found: python2

    npm install后控制台报异常: npm WARN old lockfile npm WARN old lockfile The package-lock.json file was creat ...

  4. npm install 报错:ERR! code EINTEGRITY 解决方案

    npm install 报错:ERR! code EINTEGRITY 解决方案 参考文章: (1)npm install 报错:ERR! code EINTEGRITY 解决方案 (2)https: ...

  5. npm install 报错: WARN checkPermissions Missing write access to 解决方案

    npm install 报错: WARN checkPermissions Missing write access to 解决方案 参考文章: (1)npm install 报错: WARN che ...

  6. npm install 报错 npm WARN tar ENOENT: no such file or directory, open... 解决方式

    报错信息 npm install 报错 npm WARN tar ENOENT: no such file or directory, open- 解决方式 使用cnpm install

  7. npm install报错 npm ERR,code ERESOLVE npm ERR,ERESOLVE unable to resolve dependency tree

    文章目录 前言 问题分析 解决方法 转载于 前言 在下载npm时报错npm ERR! code ERESOLVE npm ERR! ERESOLEVE unable to resolve depend ...

  8. npm install 报错(npm ERR! errno -4048,Error: EPERM: operation not permitted,)解决方法

    npm install 报错(npm ERR! errno -4048,Error: EPERM: operation not permitted,)解决方法 参考文章: (1)npm install ...

  9. npm install报错的一天

    发现项目找不到axios,然后运行: npm i axios -S npm install 报错 npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! ...

最新文章

  1. mysql submission_date_UiPath如何连接MySQL
  2. python 2: 解决python中的plot函数的图例legend不能显示中文问题
  3. proe输入数字时成双出现_罗斯蒙特温度变送器3144P单只和双只输入输出的的含义...
  4. python在读写文件之前需要创建文件对象-Python对象序列化写入文件对象
  5. union all会影响性能吗_Java 中的 try catch 影响性能吗?
  6. [转] 能ping通,但不能上网.
  7. Python List sort()方法
  8. c#中使用openssl
  9. 安卓中的@Nullable和NonNull(NotNull) 等 注释
  10. 一只激光雷达独角兽的倒掉,可能进入倒计时了
  11. TypeError: '
  12. Docker第二章:搭建CentOS+JDK+Tomcat环境
  13. mediasoup server 启动失败排查
  14. imdisk虚拟光驱安装linux,imdisk使用教程_Imdisk工具使用方法介绍_imdisk_imdisk虚拟光驱...
  15. A Survey on Conversational Recommender Systems(2021)阅读笔记
  16. CentOS 8: No URLs in mirrorlist error
  17. 浮点型数据单片机传输
  18. Liunx-centos8入门+配置网络
  19. 【C语言】验证哥德巴赫猜想:任何一个大于2的偶数均可表示成为两个素数之和。
  20. epics安装css,EPICS-synApps/areaDetector安装

热门文章

  1. mysql时间读不了了_Mysql之复习
  2. java线程读写互相影响_求助。多线程读取文件相互影响
  3. dnf 服务器维护时间表2015年,DNF2015年6月18日更新维护结束时间及内容介绍
  4. 网络基础(三)物理层功能,Hub的工作原理
  5. 华为网络--Hybrid接口工作原理与实验
  6. 【爬虫入门】【正则表达式】【同步】爬取人人车车辆信息1.0
  7. Presto(4)presto客户端查询保存成文件
  8. 时间戳转化时间,解决总是1970年
  9. 用户为什么要使用天翼LIVE?
  10. MUR860D-ASEMI快恢复二极管MUR860D参数