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

后端 未结 8 1912
夕颜
夕颜 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:25

    The easiest way is to let NPM do everything for you,

    npm --add-python-to-path='true' --debug install --global windows-build-tools
    

提交回复
热议问题