admin管理员组文章数量:1122826
I built a website using React, Node.js, MongoDB, Tailwind. Everything was running fine. I restarted my laptop and when I un npm start, it just says "Server running on HTTP://localhost:5002" and "connected to MongoDB", but the application never starts on localhost:3000.
I have been trying for hours to figure out whats going on but I just can't. I don't have any errors either because the code works fine like I said. Any help please!
I built a website using React, Node.js, MongoDB, Tailwind. Everything was running fine. I restarted my laptop and when I un npm start, it just says "Server running on HTTP://localhost:5002" and "connected to MongoDB", but the application never starts on localhost:3000.
I have been trying for hours to figure out whats going on but I just can't. I don't have any errors either because the code works fine like I said. Any help please!
Share Improve this question asked Nov 22, 2024 at 22:27 user123456789user123456789 377 bronze badges 2 |1 Answer
Reset to default -1To resolve your issue, you can go through this:
Try to delete node_moudles folder, and then run
npm install
in your project terminal. It will reinstall your dependencies of the project.Try to use other browesers or clear the cache of your current browser.
Hope it helps you!
版权声明:本文标题:reactjs - React application working perfectly fine. But stopped working after restarting laptop - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736300509a1930841.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
npm start
? – keithwalsh Commented Nov 22, 2024 at 22:48