npm install的时候缺少python2的时候

425 阅读1分钟

直接在命令行输入 npm --add-python-to-path='true' install --global windows-build-tools npm install --global node-gyp 即可