Refresh node.js script!

后端 未结 3 907
小蘑菇
小蘑菇 2021-01-07 14:25

I am running a script with node.js from the terminal (mac) and when I change my script I want to be able to rerun it without having to close and reopen terminal, Im a noob t

3条回答
  •  感动是毒
    2021-01-07 14:56

    There are several modules for this that you can install using npm, including:

    • nodemon
    • nolife
    • restartr

提交回复
热议问题