-
This project uses nodemon module, but I dont undestand how to use it correctly in dev process. Nodemon tracks /bin folder which is generated from /src when starting npm. So when I make changes to src …
-
Upgrade to Nodemon ^1.18.8 to fix.
[Nodemon Issue for reference](https://github.com/remy/nodemon/issues/1025#issuecomment-447129846)
ghost updated
5 years ago
-
I use nodemon to monitor for changes to my files as follows:
```
./node_modules/.bin/nodemon -r esm ./src/index.js
```
However after using this plugin in my code it appears the app doesn't clo…
-
... so when I modify a static file on my Mac it autoredeploys node on the Tessel?
-
When I tried to run the code I noticed that it did not hot-reload. It worked after I added `"legacyWatch": true,` to the nodemon.json.
I'm not sure why this happens (maybe docker-windows specific) …
-
The `@trapezedev/project` depends on `npm-watch` but it seems not to be used anywhere.
`npm-watch` seems not to be regularly mantained. `npm-watch` depends on `nodemon@^2.0.7` (06/01/2021).
Right …
-
We built a [demo repo](https://github.com/mnfst/frontend-examples) to showcase the integration of Manifest with different frontend frameworks.
The demo is based on the popular [TodoMVC website](htt…
-
If running a script that uses blessed executed by [nodemon](https://github.com/remy/nodemon), the key presses will only register after hitting enter/return.
```
screen.on('keypress', function(ch, …
-
we sick of restarting local node app every thim make a change 👍
-
```console
$ npm audit
# npm audit report
semver 7.0.0 - 7.5.1
Severity: moderate
semver vulnerable to Regular Expression Denial of Service - https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
…