SyntaxError:请求的模块“react-popper”;预计是 CommonJS 类型,不支持命名导出

发布于 2025-01-12 00:35:24 字数 282 浏览 0 评论 0原文

点击查看错误

SyntaxError:请求的模块“react-popper”预计为类型CommonJS,不支持命名导出。 CommonJS 模块可以通过导入默认导出来导入。 例如: 从'react-popper'导入pkg; const { 经理、波普尔、参考资料 } = pkg;

下一个 js 应用程序出现此错误,我的节点版本为 14.6.0,但它在其他服务器上工作正常。

click to see error

SyntaxError: The requested module 'react-popper' is expected to be of type CommonJS, which does not support named exports. CommonJS modules can be imported by importing the default export.
For example:
import pkg from 'react-popper';
const { Manager, Popper, Reference } = pkg;

Getting this error for a next js application and i have node version 14.6.0 but it works fine on other servers.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

眼睛会笑 2025-01-19 00:35:24

你可以使用 react-bootstrap ,它与 Next.js 一起工作正常

You can go with react-bootstrap , it is working fine with Next.js

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文