1. python报错 Error: Can’t find Python executable “/path/to/executable/python2.7”, you can set the PYTHON env variable. 猜测 python环境 解决: npm install -g node-gyp node-gyp --python /path/to/python2.7 npm config set python /path/to/executable/python2.7