#Run Error
17 messages · Page 1 of 1 (latest)
you can use both js or ts, its up to you
Im getting this error when in run command npm run dev..
Can you post your package.json and your folder structure
Im missing next folder but in package.jason have installed
try to remove the files I said and install again
okay
If you are using typescript then you will have to install few more packages
@types/react, @types/react-dom, @types/node, typescript
Im using js
Then you can just delete the current node_modules and run npm install again
It should work
Okay i try again
and make sure you have an index.js and _app.js file in your pages
sure