You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✓ Ready in 5.9s
✓ Compiled / in 3s (1916 modules)
⨯ node:internal/modules/esm/module_job:124
this.module.instantiate();
^
Error: request for '@tanstack/query-sync-storage-persister' is not in cache
at ModuleJob._instantiate (node:internal/modules/esm/module_job:124:21)
at async ModuleJob.run (node:internal/modules/esm/module_job:190:5) {
code: 'ERR_VM_MODULE_LINK_FAILURE',
page: '/'
}
Node.js version
v18.18.0
Example code
No response
Operating system
Linux localhost.localdomain 6.5.5-200.fc38.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Sep 24 15:52:44 UTC 2023 x86_64 GNU/Linux
Details
After running npm run dev get error:
$ npm run dev
▲ Next.js 13.5.4
✓ Ready in 5.9s
✓ Compiled / in 3s (1916 modules)
⨯ node:internal/modules/esm/module_job:124
this.module.instantiate();
^
Error: request for '@tanstack/query-sync-storage-persister' is not in cache
at ModuleJob._instantiate (node:internal/modules/esm/module_job:124:21)
at async ModuleJob.run (node:internal/modules/esm/module_job:190:5) {
code: 'ERR_VM_MODULE_LINK_FAILURE',
page: '/'
}
Node.js version
v18.18.0
Example code
No response
Operating system
Linux localhost.localdomain 6.5.5-200.fc38.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Sep 24 15:52:44 UTC 2023 x86_64 GNU/Linux
Scope
//package.json
{
"name": "nextjs_app_",
"version": "0.1.0",
"private": true,
"dependencies": {
"@web3modal/wagmi": "^3.0.2",
"axios": "^1.5.1",
"ethers": "^6.6.1",
"next": "^13.2.4",
"node-cache": "^5.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"usehooks-ts": "^2.9.1",
"viem": "^1.13.1",
"wagmi": "^1.4.2"
},
"scripts": {
"dev": "next dev",
"build": "next build && next export -o build/",
"start": "next start",
"lint": "next lint"
},
"devDependencies": {
"typescript": "^5.2.2"
}
}
Next.js 13.5.4
Module and version
Not applicable.
The text was updated successfully, but these errors were encountered: