-
-
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
Paths with @ in the name are not watched #1157
Comments
Related (I believe) to #916 |
I believe the |
Verified by overriding ignored folders - the @gerhardcit can you please confirm if |
Pretty sure #1186 when deployed will fix this particular issue. |
Live in nodemon latest. |
nodemon -v
: 1.12.5node -v
: 6.11.2cd /Users/me/projects/dev/node_modules/@mymods/app1
nodemon --verbose index.js
Expected behaviour
[nodemon] watching 1 files
Actual behaviour
[nodemon] watching 0 files
Steps to reproduce
put your app in a path with @ in the name
we use that often to develop modules like this: @ournpm/npm-module1. The are consumed by a upstream project
/Users/me/projects/dev/consumer-app which would find the node_module without having to install it.
The text was updated successfully, but these errors were encountered: