Skip to content
Advertisement

Tag: mern

React useState conversion

I made a static webpage app that I have been slowly converting to React (MERN stack) to make it more dynamic/so I won’t have to configure each and every HTML document. It’s a product configurator that uses Google’s model-viewer. I’m fairly new to using a full-stack workflow but have found it pretty fun so far! I am having trouble however

How do I fix a “nodemon app crashed” error message?

I have just worked through chapter 2 of the book Full Stack React Projects, Second Edition. When I type into the Terminal yarn development to check my code, I get this error message: I have tried the following solutions: https://stackoverflow.com/a/54450694/14537132 https://stackoverflow.com/a/63298885/14537132 Deleting nodemone.json and re-creating the file Deleting the node modules file & re-installing it How do I fix this?

Advertisement