Not able to view my NextJS Website in browser
Answered
Blue swimming crab posted this in #help-forum
Original message was deleted.
22 Replies
Pixiebob
what about "<npm start>"
Baldfaced hornet
check the working directory is same as the project directory.
you're in the 1 level higher directory of the actual project.
... or you can just re-open vscode in the project folder
you're in the 1 level higher directory of the actual project.
cd my-app... or you can just re-open vscode in the project folder
Original message was deleted
your
node_modules and public folder are inside my-app folder, move both of them out or move public folder out and reinstall modules@@ts-ignore your `node_modules` and `public` folder are inside `my-app` folder, move both of them out or move `public` folder out and reinstall modules
Blue swimming crab
how to reinstall modules?
Blue swimming crab
its not working
@Blue swimming crab its not working
need more info, show the logs
@@ts-ignore need more info, show the logs
Blue swimming crab
how to do it?
@Blue swimming crab how to do it?
I've few questions, do you know Javascript and react? Based on your questions I am thinking that you are diving straight to Nextjs
@@ts-ignore I've few questions, do you know Javascript and react? Based on your questions I am thinking that you are diving straight to Nextjs
Blue swimming crab
i know html css and js and i am just diving into Nextjs
@Blue swimming crab i know html css and js and i am just diving into Nextjs
You need to learn React first beforing diving into Next
Blue swimming crab
uh
@@ts-ignore You need to learn React first beforing diving into Next
Blue swimming crab
is react hard or its like js?
@Blue swimming crab is react hard or its like js?
React isn't hard but isn't easy either
Blue swimming crab
ok that means i need to learn react first
Nebelung
Maybe you can try to delete .next folder
Answer
@Nebelung Maybe you can try to delete .next folder
Blue swimming crab
thanks bro it works
Nebelung
coool!
but, i still suggest that you learn react 😅
@Blue swimming crab thanks bro it works
Do not delete the original question. Mark the answer instead.