码迷,mamicode.com
首页 > 编程语言 > 详细

gyp ERR! stack Error : can't find python executable "python",you can set the PYTHON env variable.

时间:2021-04-14 11:49:56      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:解决   error   shell   vue   pow   you   details   str   script   

 

vue中安装node-sass
npm install node-sass --save-dev
1
出现上面图中问题

解决办法:
vscode里,打开终端,输入下面的内容
先输入(在管理员模式下打开)

npm install --global --production windows-build-tools
1
否则会提示:

Please restart thie script from a administrative PowerShell!
1
再输入

npm install --global node-gyp

原文链接:https://blog.csdn.net/caicsama/article/details/103679242

gyp ERR! stack Error : can't find python executable "python",you can set the PYTHON env variable.

标签:解决   error   shell   vue   pow   you   details   str   script   

原文地址:https://www.cnblogs.com/onesea/p/14652768.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!