You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2025. It is now read-only.
Please correct me if I interpret the section "Watching file changes with nodemon" wrong.
What I found in this section is that after issue npm start, the project won't rebuild when index.js is modified, i.e. when I modified the greetings, it was not updated when I refresh the page. The script seems only to build the project once when the command is issued.
Please correct me if I interpret the section "Watching file changes with nodemon" wrong.
What I found in this section is that after issue npm start, the project won't rebuild when index.js is modified, i.e. when I modified the greetings, it was not updated when I refresh the page. The script seems only to build the project once when the command is issued.
Please correct me if I interpret the section "Watching file changes with nodemon" wrong.
What I found in this section is that after issue
npm start
, the project won't rebuild when index.js is modified, i.e. when I modified the greetings, it was not updated when I refresh the page. The script seems only to build the project once when the command is issued.Following script works for me:
The text was updated successfully, but these errors were encountered: