我没有更改任何内容,但正在使用“Next”:“9.4.4”
,我看到:
Module not found: Can't resolve 'fs' in 'web/node_modules/graceful-fs'
Could not find files for /app/d/[id] in .next/build-manifest.json
ModuleNotFoundError: Module not found: Error: Can't resolve 'fs' in 'web/node_modules/graceful-fs'
我会做错什么?
您似乎不在/api
目录中。客户端代码将无法导入fs
,只有API文件可以