1、报错信:gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
2、安装 Python
如果你还没有安装 Python,需要先安装:
- Windows: 从 Python 官网 下载并安装
- Mac: brew install python
3、设置 PYTHON 环境变量
# Windows (在命令提示符中):
set PYTHON=C:\Path\To\Python\python.exe
# Mac/Linux:
export PYTHON=/usr/bin/python3
3、使用 npm 配置
npm config set python /path/to/python
4、重新下载
npm i