nodejs / help

:sparkles: Need help with Node.js? File an Issue here. :rocket:
1.47k stars 280 forks source link

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

Closed DS-83 closed 12 months ago

DS-83 commented 12 months ago

Details

After running npm run dev get error:

$ npm run dev

nextjsapp@0.1.0 dev next dev

▲ Next.js 13.5.4

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": "nextjsapp", "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.

psteinroe commented 11 months ago

did you fix this?

Geczy commented 9 months ago

same issue, whats the fix?

chiragmakkar commented 8 months ago

Did anyone find a fix for this?