已解决Cannot download “https://github.com/sass/node-sass/releases/download/v4.12.0/win32-x64-83_binding

最新推荐文章于 2023-04-01 18:52:15 发布
最新推荐文章于 2023-04-01 18:52:15 发布

执行 npm install 时,遇到下面的错误:

Downloading binary from https://github.com/sass/node-sass/releases/download/v4.12.0/win32-x64-83_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v4.12.0/win32-x64-83_binding.node":
HTTP error 404 Not Found
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

执行下面的命令:

npm i node-sass --sass_binary_site=https://npm.taobao.org/mirrors/node-sass/ -D

执行效果如下:
注意,下面的项目名字用xxxxxx代替了。

D:\project\xxxxxx>npm i node-sass --sass_binary_site=https://npm.taobao.org/mirrors/node-sass/ -D
> node-sass@4.14.1 install D:\xxxxxx\node_modules\node-sass
> node scripts/install.js
Downloading binary from https://npm.taobao.org/mirrors/node-sass//v4.14.1/win32-x64-83_binding.node
Download complete..] - :
Binary saved to D:\xxxxxx\node_modules\node-sass\vendor\win32-x64-83\binding.node
Caching binary to D:\devtools\node-v14.16.1-win-x64\node_cache\node-sass\4.14.1\win32-x64-83_binding.node
> node-sass@4.14.1 postinstall D:\xxxxxx\node_modules\node-sass
> node scripts/build.js
Binary found at D:\xxxxxx\node_modules\node-sass\vendor\win32-x64-83\binding.node
Testing binary
Binary is fine
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
+ node-sass@4.14.1
added 74 packages from 60 contributors and audited 1413 packages in 54.69s
1 package is looking for funding
  run `npm fund` for details
found 804 vulnerabilities (754 low, 21 moderate, 29 high)
  run `npm audit fix` to fix them, or `npm audit` for details

在log中相应的路径下,就可以看到已经安装成功的node-sass。

已解决Cannot download “https://github.com/sass/node-sass/releases/download/v4.12.0/win32-x64-83_binding 问题执行 npm install时,遇到下面错误Downloading binary from https://github.com/sass/node-sass/releases/download/v4.12.0/win32-x64-83_binding.nodeCannot download "https://github.com/sass/node-sass/releases/download/v4.12.0/win32-x64-83_binding.node":HTTP error 404 npm ERR! Error while executing: npm ERR! /usr/bin/git ls-remote -h -t https://github.com/nhn/raphael.git npm ERR! npm ERR! fatal: unable to access 'https://github.com/nhn/raphael.git/': Failed connect to github.com:443; Connection timed out 开发Hacking需要node.js,为您的系统安装node.js。 (例如brew install节点)。 要启动并运行:克隆存储库git clone https:// gi Console2一个更好的REST控制台。 该项目已被https://github.com/Automattic/wp-api-console取代,该项目现在通过developer.wordpress.com为API控制台提供动力。 开发黑客需要node.js,为您的系统安装node.js。 (例如brew install节点)。 要启动并运行:克隆存储库git clone https://github.com/Automattic/rest-api-console2.git安装依赖项npm install运行dev服务器npm start在浏览器中访问http:// localhost:4000。 Downloading binary from https://github.com/sass/node-sass/releases/download/v4.14.1/win32-x64-83_binding.node Cannot download "https://github.com/sass/node-sass/releases/download/v4.14.1/win32-x64-83_binding.node"
很多人都会遇到这个问题!一般情况先这个问题你百度就会有一大堆的答案,也许你运气好很快就能解决!虽然我这里讲述的可能会跟网上的部分教程有一样,因为我也是从他们那总结出来的!但是我这里是把大家可能遇到的情况都说清楚,包括网上没有答案的情况!下面都是我被坑了一天总结出来的!希望看到的朋友少踩坑!如果你遇到其它的奇葩问题,欢迎给我留言或者联系我个人QQ,因为很多坑我都踩过,希望能帮到你! 【新版解决方案】:一句命令解决 npm i node-sass --sass_binary_site=https://npm.
完美解决Cannot download "https://github.com/sass/node-sass/releases/download/binding.nod的问题
很多人都会遇到这个问题!一般情况先这个问题你百度就会有一大堆的答案,也许你运气好很快就能解决!虽然我这里讲述的可能会跟网上的部分教程有一样,因为我也是从他们那总结出来的!但是我这里是把大家可能遇到的情况都说清楚,包括网上没有答案的情况!下面都是我被坑了一天总结出来的!希望看到的朋友少踩坑!如果你遇到其它的奇葩问题,欢迎给我留言或者联系我个人QQ,因为很多坑我都踩过,希望能帮到你! 【新版解决方案...
解决方法: 1. 手动下载https://github.com/sass/node-sass/releases/download/v4.13.0/win32-x64-72_binding.node 2. cmd指定win32-x64-72_binding.node路径 set SASS_BINARY_PATH=d:\dev\win32-x64-72_binding.node 3. 删除n...
在安装前端依赖node-sass时,出现了各种问题,经过个人搜索资料,整理如下完整安装步骤。个人测试了两遍都可以成功安装,有需要的小伙伴可以按照步骤一步一步进行。 当然,默认大家的node环境是完善的,这里就不做说明。作者这里使用的时node v14.16.0,大家可以用node -v查看自己node版本。 1、配置国内淘宝镜像 在使用npm下载依赖包的时候,默认使用的是国外的镜像,下载速度比较慢,为了避免不必要的问题,我们设置下载镜像为国内的淘宝镜像。 npm config set registry ht
解决:这个是因为node-sass被墙掉了,导致下载不了 1、npm i node-sass --sass_binary_site=https://npm.taobao.org/mirrors/node-sass/这一行命令可以解决这个错误 2、设置系统变量,需要根据自己的node安装路径去设置,如下所示: 系统变量名称:SASS_BINAR...
您提供的链接是一个GitHub仓库的地址,该仓库名为ChatGLM-6B。这个仓库包含了ChatGLM-6B模型的相关代码文件。您可以通过克隆这个仓库来获取代码文件。具体操作如下: 1. 打开GitHub网址:https://github.com/THUDM/ChatGLM-6B.git 2. 在页面上方点击【Clone or download】按钮,然后点击【Download ZIP】,将代码文件以ZIP压缩包的形式下载到本地。 3. 解压下载的ZIP文件,您将得到一个名为ChatGLM-6B的文件夹,其中包含了模型的相关代码文件。 另外,如果您想在代码中引用模型文件,需要将代码中的模型文件路径修改为您本地下载后的绝对路径。具体修改方式可以参考您提供的引用\[1\]中的说明。 希望以上信息对您有帮助!如果还有其他问题,请随时提问。 #### 引用[.reference_title] - *1* [清华ChatGLM-6B本地GPU推理部署](https://blog.csdn.net/weixin_42082868/article/details/130337530)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insertT0,239^v3^insert_chatgpt"}} ] [.reference_item] - *2* [chatglm-6b模型在windows的详细安装教程](https://blog.csdn.net/qq_41810188/article/details/130100261)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insertT0,239^v3^insert_chatgpt"}} ] [.reference_item] - *3* [清华 ChatGLM-6B 中文对话模型部署简易教程](https://blog.csdn.net/qq_43475750/article/details/129665389)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insertT0,239^v3^insert_chatgpt"}} ] [.reference_item] [ .reference_list ]
[已解决] [ERROR] Failed to execute goal maven-resources-plugin:3.2.0:resources Input length = 1 拾年一剑: 1. 执行下,mvn clean package,执行完后,刷新下maven项目 2. 如果还是没解决,再你检查你的镜像仓库里有没有该版本 解决:is not eligible for getting processed by all BeanPostProcessors IT大兵: 今天遇到同样的问题,多谢分享