gpt4 book ai didi

javascript - Nextjs 第一次运行时报错 : Error: Cannot find module 'caniuse-lite/data/features/css-unicode-bidi'

转载 作者:行者123 更新时间:2023-12-05 04:23:38 27 4
gpt4 key购买 nike

启动我的 nextjs 项目时出现错误,这是错误

error - ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[2].oneOf[8].use[1]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[2].oneOf[8].use[2]!./styles/globals.css

Error: Cannot find module 'caniuse-lite/data/features/css-unicode-bidi'

得到这个需求栈

Require stack:

- /home/ragil/Documents/study/framework/testing/node_modules/next/dist/compiled/postcss-preset-env/index.cjs
- /home/ragil/Documents/study/framework/testing/node_modules/next/dist/build/webpack/config/blocks/css/plugins.js
- /home/ragil/Documents/study/framework/testing/node_modules/next/dist/build/webpack/config/blocks/css/index.js
- /home/ragil/Documents/study/framework/testing/node_modules/next/dist/build/webpack/config/index.js
- /home/ragil/Documents/study/framework/testing/node_modules/next/dist/build/webpack-config.js
- /home/ragil/Documents/study/framework/testing/node_modules/next/dist/server/dev/hot-reloader.js
- /home/ragil/Documents/study/framework/testing/node_modules/next/dist/server/dev/next-dev-server.js
- /home/ragil/Documents/study/framework/testing/node_modules/next/dist/server/next.js
- /home/ragil/Documents/study/framework/testing/node_modules/next/dist/server/lib/start-server.js
- /home/ragil/Documents/study/framework/testing/node_modules/next/dist/cli/next-dev.js
- /home/ragil/Documents/study/framework/testing/node_modules/next/dist/lib/commands.js
- /home/ragil/Documents/study/framework/testing/node_modules/next/dist/bin/next

我已经尝试用 yarn 和 npm 安装下一个 js,但我仍然遇到这个问题

最佳答案

这是在 v1.0.30001394 中引入并在 v1.0.30001397 中修复的 caniuse-lite 的问题。参见 browserslist/caniuse-lite#100 .

要修复它,请更新到最新版本。

npm install caniuse-lite@1.0.30001397

关于javascript - Nextjs 第一次运行时报错 : Error: Cannot find module 'caniuse-lite/data/features/css-unicode-bidi' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/73683746/

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