jasper2
jasper2 copied to clipboard
`node_modules` causes 'listen' yelling error...
There're lots of the same errors. So I copied part of the output.
is already being watched through: /Users/gaoboyuan/Documents/com-gits/AceChartWebNodeJs/app/AceChartWeb/node_modules/[email protected]@once
MORE INFO: https://github.com/guard/listen/wiki/Duplicate-directory-errors
** ERROR: directory is already being watched! **
Directory: /Users/gaoboyuan/Documents/com-gits/AceChartWebNodeJs/app/AceChartWeb/node_modules/glob/node_modules/inherits
is already being watched through: /Users/gaoboyuan/Documents/com-gits/AceChartWebNodeJs/app/AceChartWeb/node_modules/[email protected]@inherits
MORE INFO: https://github.com/guard/listen/wiki/Duplicate-directory-errors
** ERROR: directory is already being watched! **
Directory: /Users/gaoboyuan/Documents/com-gits/AceChartWebNodeJs/app/AceChartWeb/node_modules/glob/node_modules/minimatch
is already being watched through: /Users/gaoboyuan/Documents/com-gits/AceChartWebNodeJs/app/AceChartWeb/node_modules/[email protected]@minimatch
MORE INFO: https://github.com/guard/listen/wiki/Duplicate-directory-errors
** ERROR: directory is already being watched! **
Directory: /Users/gaoboyuan/Documents/com-gits/AceChartWebNodeJs/app/AceChartWeb/node_modules/glob/node_modules/fs.realpath```
@AntiMoron any luck so far? It seems to be related to https://github.com/rails/rails/issues/32700
Not a clue yet.
This thread claims to write a Guardfile to solve this but I'm not a ruby developer...