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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
Hello Remy,
I am start to learn about nodejs languange and I have some problem with nodemon ...
I install nodemon global with npm install nodemon -g and then I worked it my application with nodemon app.js.
Everything is OK until here. But when I change my code in my app.js file, I always seeing it's restarting but it cannot start again... There has bug or Do I something wrong ?
I hope you can see it . Thanks.
85ed19d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello Remy,
I am start to learn about nodejs languange and I have some problem with nodemon ...
I install nodemon global with
npm install nodemon -g
and then I worked it my application withnodemon app.js
.Everything is OK until here. But when I change my code in my app.js file, I always seeing it's restarting but it cannot start again... There has bug or Do I something wrong ?
I hope you can see it . Thanks.
`My app.js part of codes
}
`I was change it " contact-us " to " contact ".
`Terminal:
rs
node app.js
`