-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nodemon not detecting file changes or restarting #1115
Comments
Why did you raise a new issue instead of adding to the existing ones? Is
this different in a specific way?
…On Fri, 13 Oct 2017, 06:08 Willie M.I.K., ***@***.***> wrote:
[image: nodemon]
<https://user-images.githubusercontent.com/29172128/31531103-8a8cdd20-afed-11e7-92fd-d6be7c6be4fc.gif>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1115 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAA1hPEA962tHfIszCQ0xp_QLsU7KVtWks5srvBAgaJpZM4P3-T1>
.
|
No not really. I didn't find any that was specific to windows 10 so I assumed that maybe I was doing something wrong. However if it's a duplicate you could close it. Sorry for any inconvenience and thanks for the reply. 🙂 |
I'm pretty sure all those other issues use Windows (going by the paths
included in the examples).
…On Fri, 13 Oct 2017, 07:53 Willie M.I.K., ***@***.***> wrote:
No not really. I didn't find any that was specific to windows 10 so I
assumed that maybe I was doing something wrong. However if it's a duplicate
you could close it. Sorry for any inconvenience and thanks for the reply.
🙂
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1115 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAA1hKCmtfsIr8WkoOYr70zGWs9wKeZZks5srwjZgaJpZM4P3-T1>
.
|
Could you point me to some, where I can find possible solutions? |
For anyone reading this that has an issue with nodemon on linux (I'm using ubuntu 16.04) make sure you installed node correctly using nvm. I had originally installed node using the directions from the official node website (I'm sure I messed something up, since I'm new to linux) so I had to remove node using:
Then I followed the instructions found on the nvm github. Now nodemon works perfectly. The issue was my installation method originally. If you're on linux (and new like me) then give this a try. |
It's a well known chokidar issue about directories with name including glob characters, like parenthesis. Using the disableGlobbing option should solve the issue (https://github.com/browserify/watchify/pull/343). A config option entry to add the disableGlobbing option into the chokidar config should solve this latent issue ... |
Still doesn't work for me, I also use ubuntu and nvm and I installed it following the instructions of nvm and do not have a system nodejs installed |
Facing the same issue on macOS P.S. Node 6 (using NVM) |
Fixes a range of issues, including: Fixes #1115
Fixes a range of issues, including: Fixes #1115 * refactor: use Object.assign in place of merge (this will leak to more work) Since we're now supporting 6 upwards
Hi. I've seen a couple of related issues but I can't seem to find a solution in either one.
Any help would be appreciated. 🙂
The text was updated successfully, but these errors were encountered: