Skip to content

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

Description

@DS-83

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions