Advertisement

遇到错误提示:无法找到任何Python安装以使用

阅读量:

在进行vue项目开发过程中,当通过npm install命令安装所需依赖时,出现了如下错误提示:

复制代码
    gyp verb command rebuild []
    gyp verb command clean []
    gyp verb clean removing "build" directory
    gyp verb command configure []
    gyp verb find Python Python is not set from command line or npm configuration
    gyp verb find Python Python is not set from environment variable PYTHON
    gyp verb find Python checking if "python3" can be used
    gyp verb find Python - executing "python3" to get executable path
    gyp verb find Python - "python3" is not in PATH or produced an error
    gyp verb find Python checking if "python

全部评论 (0)

还没有任何评论哟~