Nisha Patel
Problem
I'm a beginner in nextJs and I'm trying some tuto. So, I installed nextjs as recommended in the doc.
Here is what I do:
After that, I run VS and I run dev: >enter image description here
is my package.json:
Then it stops 10 secondes after. No error is written. Just it stops.
I verified my 3000 port and it is empty. My Nodejs version is 18 my npm version is 9.8.1
So I don't understand why it does not work. I need your help. Thank you.
Solution
make sure your Node.js version matches the npm and npx version
I tested the cli command everything is fine.
refs
>https://nextjs.org/docs/pages/api-reference/create-next-app
>https://github.com/vercel/next.js/blob/canary/.node-version
Answered by: >xgqfrms
Credit: >StackOverflow
Blog Links:
>How to manage the Text in the container in Django?
>Fix webapp stops working issue in Django- Python webapp
>Creating a form in Django to upload a picture from the website
>Sending Audio file from Django to Vue
>How to keep all query parameters intact when changing page in Django?
>Solved: TaskList View in Django
>Implement nested serializers in the Django rest framework
>How to filter events by month in Django?
>Sorting the restframework in Django
>Ways to access instances of models in view in order to save both forms at once in Django
>What makes index.html have such kind of name in Django?
>Fix Module Not Found during Deployment- Django
>Creating a Django with existing directories, files, etc.?
>How to Read a CSV file with PHP using cURL?