npm ERR! gyp verb check python checking for Python executable “python2“ in the PATH

文章讲述了在npm下载gpy时可能遇到的node-sass依赖问题,提供了解决方案,包括在项目根目录添加.npmrc文件并指定镜像源,以及建议使用特定版本的node(如14.17.0)并利用nvm进行版本管理。
摘要由CSDN通过智能技术生成

npm 下载 gpy(给爷爬)失败,大概率是下载node-sass失败了
👇👇👇

npm ERR! path xxx\src\main\webapp\admin\node_modules\node-sass

解决办法

在项目根目录添加 .npmrc
例如:

在这里插入图片描述
在里面写如下内容:

registry=https://registry.npmmirror.com
sass_binary_site=https://npmmirror.com/mirrors/node-sass/
phantomjs_cdnurl=https://npmmirror.com/mirrors/phantomjs/
electron_mirror=https://npmmirror.com/mirrors/electron/
sqlite3_binary_host_mirror=http://npmmirror.com/mirrors/
profiler_binary_host_mirror=http://npmmirror.com/mirrors/node-inspector/
chromedriver_cdnurl=https://npmmirror.com/mirrors/chromedriver
sentrycli_cdnurl=https://npmmirror.com/mirrors/sentry-cli/

另外需要注意node的版本

博主使用 14.17.0 能正常下载,使用16就报错了,建议使用nvm管理

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值