gpt4 book ai didi

node.js - 创建 NPM 项目和 NPM 安装时出错,错误 errno 4294967295

转载 作者:行者123 更新时间:2023-12-04 14:07:17 25 4
gpt4 key购买 nike

我无法在这台电脑上运行 NPM Install,其他笔记本电脑运行良好。如果尝试重新安装 Windows、Visual Code、WSL 2、NodeJS、NVM.. 但没有成功怎么办。

我只是尝试过:npx create-react-app hello_world 没有任何效果。当然在 Google 上搜索,但也没有有效的解决方案。

我已删除文件夹 node_modules 并完成 npm cache clean --force

NPM 版本:6.14.13

错误日志的最后一部分:

46182 verbose Windows_NT 10.0.19042
46183 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "--save" "--save-exact" "--loglevel" "error" "react" "react-dom" "react-scripts" "cra-template"
46184 verbose node v14.17.0
46185 verbose npm v6.14.13
46186 error code ELIFECYCLE
46187 error errno 4294967295
46188 error core-js@2.6.12 postinstall: `node -e "try{require('./postinstall')}catch(e){}"`
46188 error Exit status 4294967295
46189 error Failed at the core-js@2.6.12 postinstall script.
46189 error This is probably not a problem with npm. There is likely additional logging output above.
46190 verbose exit [ 4294967295, true ]

希望你们中的一些人有另一个我可以尝试的解决方案。

最佳答案

您提供的错误日志表明 core-js@2.6.12 上的 postinstall 脚本有问题。这是 core-js 的遗留版本,但这是 create-react-app 目前使用的。

postinstall script for that version of core-js打印一个横幅,要求为该项目提供资金。这是它唯一做的事情。

Line 34代码的一部分显示了一堆环境变量,如果设置了这些变量,它们将绕过横幅打印。这些环境变量是:

  • ADBLOCK
  • CI
  • DISABLE_OPENCOLLECTIVE
  • 沉默
  • OPEN_SOURCE_CONTRIBUTOR

如果您设置其中一个环境变量,错误将(可能)不会发生。 (我说“可能”是因为我没有一台机器有你遇到的问题,所以我无法测试。)

关于node.js - 创建 NPM 项目和 NPM 安装时出错,错误 errno 4294967295,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67511157/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com