Python教程

运行npm install,报了Python is not set from command line or npm configuration

本文主要是介绍运行npm install,报了Python is not set from command line or npm configuration,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

npm install 安装不成功的原因
是因为缺少python的环境
解决方法:
1、去官网下载https://www.python.org/download/releases/2.7/
2、安装成功之后,在环境变量中的系统变量选择安装路径
3、执行npm rebuild node-sass 重构一下
4、再重新执行npm install就OK啦
————————————————
版权声明:本文为CSDN博主「Tony3820」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/xdongll/article/details/75040808

这篇关于运行npm install,报了Python is not set from command line or npm configuration的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!