截图如下:

npm安装依赖过程中报错:Error: Can't find Python executable "python", you can set the PYTHON env variable

 

 

 解决办法:

1、安装windows-build-tools

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

2、安装node-gyp

npm install --global node-gyp

npm安装依赖过程中报错:Error: Can't find Python executable "python", you can set the PYTHON env variable

 

 问题完美解决!

 

本文感谢https://blog.csdn.net/qq_39165556/article/details/94590365的分享

相关文章:

  • 2021-10-23
  • 2021-08-26
  • 2021-07-05
  • 2021-11-09
  • 2022-12-23
  • 2021-10-14
  • 2022-12-23
猜你喜欢
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-22
相关资源
相似解决方案