我正在尝试将 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'文件,正如我在某些主题中看到的那样。