Reactjs 构建时的下一个StoreContext生成问题

Reactjs 构建时的下一个StoreContext生成问题,reactjs,npm,build,store,next,Reactjs,Npm,Build,Store,Next,我无法在Next.JS项目上构建。所有NPM都已安装(react、react dom、next)并多次重新安装,但我无法解决此问题 错误: Build error occurred Error: Export encountered errors on following paths: /store at exportApp (C:\Users\YUCEL\Desktop\clone\node_modules\next\dist\export\index.js:25:11

我无法在Next.JS项目上构建。所有NPM都已安装(react、react dom、next)并多次重新安装,但我无法解决此问题

错误:

Build error occurred
Error: Export encountered errors on following paths:
        /store
    at exportApp (C:\Users\YUCEL\Desktop\clone\node_modules\next\dist\export\index.js:25:1103)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
    at async build (C:\Users\YUCEL\Desktop\clone\node_modules\next\dist\build\index.js:39:69)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! clone@1.0.0 build: `next build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the clone@1.0.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\YUCEL\AppData\Roaming\npm-cache\_logs\2020-10-21T11_19_33_179Z-debug.log
我的代码=