Edward Ha

Results 8 comments of Edward Ha

Any update for this issues ?

@vijayalakshmiNagaraj Hey there, can you show your package.json to me? I have the same problem with react 18

I still get the error. Any solution for this problem? @Thiagohgl ![Image](https://github.com/user-attachments/assets/773bdd48-03c0-46dd-8bbd-6ea25bc218f7)

Just switch to python 3.10 version and it works now

Oh this is my package.json file { "name": "test", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": {...

it means it does not work on my local but only works when I build and run it.