这是在安装@nuxtjs/vuetify 的是否发生的,以前没有这个问题。后来我发现,这是我把python2升级到python3以后发生的问题。
怎么解决呢。这样的话就得解决我python多版本共存的问题了。那么。我可以把python2中的python.exe改成python2.exe
这样在设置cnpm的python版本
cnpm config set python python2.7
cnpm config set msvs_version 2015
这样就没问题了。
参考连接 RunScriptError: Run "C:\Windows\system32\cmd.exe /d /s /c node-gyp rebuild"