gpt4 book ai didi

node.js - 错误 : Cannot find module 'browserslist' when I run the npm run build

转载 作者:行者123 更新时间:2023-12-05 01:28:55 29 4
gpt4 key购买 nike

我在我的 React 项目中使用最新版本的 react-scripts npm 包,即 4.0.3,它的一个名为 browserslist 的依赖包存在漏洞,我试图通过在我的 package.json 文件中的决议部分。我试图在预安装命令 npx npm-force-resolutions 的帮助下覆盖包版本,它将安装我们在分辨率下指定的版本。我的 package.json 文件将是

{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "react-scripts start",
"preinstall": "npx npm-force-resolutions",
"build": "react-scripts build"
},
"author": "",
"license": "ISC",
"dependencies": {
"react-scripts": "^4.0.3"
},
"resolutions": {
"browserslist": "4.16.6"
}
}

  1. 当我运行 npm install 时,预安装脚本将运行,然后它将安装 browserslist 包版本,然后我尝试使用 npm audit 命令,我得到了 0 个漏洞。引用/image/cp1Sf.png安装命令 View 。引用/image/8dLJz.png审核命令 View

  2. 之后,我尝试运行 npm run build 命令,它将从我的 package.json 文件中获取构建脚本。构建失败并出现以下错误。引用/image/Lt3OE.png构建命令 View

过去 2 周我对此进行了大量研究,但一点运气都没有。在此之后我肯定错过了一些东西。如果有人能在这方面帮助我,那就太好了,我将不胜感激。

最佳答案

在您的终端中运行:

npm i browserslist

关于node.js - 错误 : Cannot find module 'browserslist' when I run the npm run build,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68213113/

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