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
Describe the bug
This is not a bug with the actual app. During development when using yarn headless, nodemon doesn't automatically restart the app when relevant saving files. Occasionally, saving a file several times consecutively triggers a restart.
The issue started after commit 8426564, which bumped nodemon from v2.0.7 to v2.0.12.
nodemon displays: [nodemon] restarting due to changes... on the console
nodemon doesn't restart Companion
Expected behavior nodemon should restart companion upon saving files and we should see the following message:
[nodemon] restarting due to changes...
[nodemon] starting `node headless.js`
Starting
Starting headless with interface "Loopback Pseudo-Interface 1"
Started
Desktop (please complete the following information):
Describe the bug
This is not a bug with the actual app. During development when using
yarn headless
,nodemon
doesn't automatically restart the app when relevant saving files. Occasionally, saving a file several times consecutively triggers a restart.The issue started after commit 8426564, which bumped
nodemon
fromv2.0.7
tov2.0.12
.This issue has been reported in remy/nodemon#1882
To Reproduce
Steps to reproduce the behavior:
nodemon
displays:[nodemon] restarting due to changes...
on the consolenodemon
doesn't restart CompanionExpected behavior
nodemon
should restart companion upon saving files and we should see the following message:Desktop (please complete the following information):
Additional context
As a workaround I've manually reverted back to
v2.0.7
during development.The text was updated successfully, but these errors were encountered: