gpt4 book ai didi

javascript - 无法缩小 bundle 。来自 Terser 的错误 : static/js/main. 68c81611.chunk.js

转载 作者:行者123 更新时间:2023-11-30 11:09:01 25 4
gpt4 key购买 nike

运行时报错

npm run deploy

在我的 React 项目中。到目前为止,我还没有添加任何外部依赖项,除了 gh-pages 模块。

package.json 文件:

  {
"name": "data-validation",
"version": "0.1.0",
"private": true,
"homepage": "https://kristoffertolboll2.github.io/react-js-data-validation/",
"dependencies": {
"gh-pages": "^2.0.1",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-scripts": "2.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}

这是我得到的错误信息

Failed to minify the bundle. Error: static/js/main.68c81611.chunk.js from Terser
//long stacktrace




npm ERR! code ELIFECYCLE

npm ERR! errno 1
npm ERR! data-validation@0.1.0 build: `react-scripts build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the data-validation@0.1.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Kristoffer\AppData\Roaming\npm-cache\_logs\2019-02-02T22_38_15_532Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! data-validation@0.1.0 predeploy: `npm run build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the data-validation@0.1.0 predeploy script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Kristoffer\AppData\Roaming\npm-cache\_logs\2019-02-02T22_38_15_570Z-debug.log

我尝试删除 node_modules 文件夹并执行

npm install 

但出现同样的问题,它似乎可能是一个旧的依赖项?

最佳答案

对于 yarn 用户:将以下字段添加到 package.json 然后重新运行

"resolutions": {
"terser": "3.14.1"
}

If npm

run npm iterser@3.14

关于javascript - 无法缩小 bundle 。来自 Terser 的错误 : static/js/main. 68c81611.chunk.js,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54498223/

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