npm run dev not working
Answered
.dric posted this in #help-forum
.dricOP
Hello.
npm run dev was working before, when I was using Gitlab.
Now I'm using github codespaces to run my app, as I have it on Github, but it's not working for some reason.
Anyone have an idea about why npm run dev isn't working?
npm run dev was working before, when I was using Gitlab.
Now I'm using github codespaces to run my app, as I have it on Github, but it's not working for some reason.
Anyone have an idea about why npm run dev isn't working?
1 Reply
.dricOP
nevermind. all i had to do was do
npm install next
Answer