Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⨯ node:internal/modules/esm/module_job:124 this.module.instantiate(); #4265

Closed
DS-83 opened this issue Oct 9, 2023 · 3 comments
Closed

Comments

@DS-83
Copy link

DS-83 commented Oct 9, 2023

Details

After running npm run dev get error:

$ npm run dev

[email protected] dev
next 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.

@DS-83 DS-83 closed this as completed Oct 9, 2023
@psteinroe
Copy link

did you fix this?

@Geczy
Copy link

Geczy commented Jan 9, 2024

same issue, whats the fix?

@chiragmakkar
Copy link

Did anyone find a fix for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants