npm - “Can't find Python executable ”python“, you can set the PYTHON env variable.”

后端 未结 8 1794
夕颜
夕颜 2021-02-02 07:04

I\'m trying to run the following command: npm install -g bower gulp cordova ionic tsd@next karma-cli protractor node-gyp coffee-script js-beautify typescript npm-check

8条回答
  •  借酒劲吻你
    2021-02-02 07:28

    https://github.com/nodejs/node-gyp#on-windows

    https://github.com/Microsoft/nodejs-guidelines/blob/master/windows-environment.md#environment-setup-and-configuration

    try

    npm config set python D:\Library\Python\Python27\python.exe
    

提交回复
热议问题