【用于解决 failed Error: not found: python2 node-sass】 报错信息如下: ``` npm WARN prefer global node-gyp@3.6.0 should be installed with -g > node-sass@4.5.2 install E:\workspace_vscode\ww\node_modules\node-sass > node scripts/install.js Downloading binary from https://github.com/sass/node-sass/releases/download/v4.5 .2/win32-x64-48_binding.node Cannot download "https://github.com/sass/node-sass/releases/download/v4.5.2/win3 2-x64-48_binding.node": connect ETIMEDOUT 54.231.72.83:443 Timed out whilst downloading the prebuilt binary Hint: If github.com is not accessible in your location try setting a proxy via HTTP_PROXY, e.g. export HTTP_PROXY=http://example.com:1234 or configure npm proxy via npm config set proxy http://example.com:8080 > node-sass@4.5.2 postinstall E:\workspace_vscode\ww\node_modules\node-sass > node scripts/build.js gyp verb check python checking for Python executable "python2" in the PATH gyp verb `which` failed Error: not found: python2 gyp verb `which` failed at getNotFoundError ``` 这个问题有两个解决方案 1. 按照提示需要 python2 环境,安装python2环境确实可以解决, 网上好多这种(管理员身份执行)。但是当你本来就有python环境时,环境变量不能自动替换,整起来就很麻烦。 ``` npm install --global --production windows-build-tools ``` 2. 第二种解决方案 ,看另一句报错,资源被墙。 ``` Downloading binary from https://github.com/sass/node-sass/releases/download/v4.5.2/win32-x64-48_binding.node Cannot download "https://github.com/sass/node-sass/releases/download/v4.5.2/win32-x64-48_binding.node": ``` 下载此资源即可。下载后需要设置变量路径,防止它再次去下载。 可以设置环境变量 直接右键我的电脑--》属性--》高级系统设置--》环境变量--》添加 或者执行 ``` set SASS_BINARY_PATH=D:\nodejs\tools\node-sass\win32-x64-46_binding.node ``` 再次执行 npm install 成功
2021-06-10 17:20:00 1.03MB node sass python
1
darwin-x64-83_binding.node
2021-03-07 14:48:31 3.28MB node node-sass sass-loader
1
npm install node-sass 安装失败所需要在文件 安装npm install环境的时候我遇到一个问题就是 缺少node-sass文件。因为这个没有镜像文件,只能通过国外下载。
2020-01-03 11:39:29 2.76MB win32-x64-72 bindings.node npm node-sass
1
最近学习使用webpack做项目,安装sass-loader时提示需要安装node-sass,但无论使用npm或者淘宝镜像都不能安装成功,为方便大家使用我将下载好的文件分享出来。
2019-12-21 21:51:38 2.36MB node-sass node
1
https://github.com/sass/node-sass/releases/download/v4.5.3/win32-x64-51_binding.node
2019-12-21 20:20:39 628KB node-sass
1