-
Hello,
I'm using nodemon for development since I don't want to restart my node apps every time I do a modification to a file.
It seems like I cannot use the build system to launch a node script that…
-
-
> server@1.0.0 start C:\Users\Mara\Desktop\MEMORIES_PROJECT\server
> nodemon index.js
[nodemon] 2.0.7
[nodemon] to restart at any time, enter `rs`
[nodemon] watching path(s): *.*
[nodemon] watc…
-
https://docs.cyclic.sh/troubleshooting/nodemon
![image](https://user-images.githubusercontent.com/50268286/235337861-041f8f25-d258-43ff-8391-3bc69760114d.png)
-
Hi! I successfully installed a couple of global packages with Volta and they're displayed in the `volta list`, but when I try to launch one, I get an error. It looks like this:
```
PS C:\Users\andre…
-
As I [posted on Stack Overflow](https://stackoverflow.com/q/77667085/3130281):
My project uses nodemon inside Docker. It runs perfectly, but when I stop the process from my terminal with Ctrl+C, th…
-
### Steps to reproduce
**app.js**
```js
console.log(require('prompt-sync')()('Enter anything: '));
```
To run:
```
nodemon app.js
```
This app doesn't exit.
### Expected output:
```…
-
**Describe the bug**
Without `nodemon` this won't run properly.
Needs `nodemon` installing as a dev dependency
-
left at this :
~/Ajnabee$ npm run dev
\
> Ajnabee@1.0.0 dev
> nodemon app.js -e js,html,css
[nodemon] 2.0.22
[nodemon] to restart at any time, enter `rs`
[nodemon] watching path(s): *.*
[n…
-
I'm facing this issue
> next-express-bootstrap-boilerplate@0.1.1 dev /home/shintaro/Desktop/projects/github/frontend
> nodemon app.js
[nodemon] 1.19.0
[nodemon] reading config ./nodemon.jso…