小编Nal*_*les的帖子

找不到模块:无法解析“fs” - NextJS

我正在尝试将 Node-jsEncrypt 与 NextJS (tsx) 一起使用:

索引.tsx

import JSEncrypt from 'node-jsencrypt';
Run Code Online (Sandbox Code Playgroud)

包.json

"node-jsencrypt": "^1.0.0"
Run Code Online (Sandbox Code Playgroud)

日志

错误 - ./node_modules/node-jsencrypt/index.js:2:0

找不到模块:无法解析“fs”

注意:我没有找到该'webpack.config.js'文件,正如我在某些主题中看到的那样。

reactjs webpack next.js

7
推荐指数
1
解决办法
3万
查看次数

标签 统计

next.js ×1

reactjs ×1

webpack ×1