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

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

    Just run below command with admin access

    npm install --global --production windows-build-tools

提交回复
热议问题