Andreas
Andreas
@idok Thanks for your reply, I'm really happy to get in touch. I have created already an issue at jetbrain's issue tracks a year ago. https://youtrack.jetbrains.com/issue/WEB-28440 @owlishDeveloper @arthur5005 @nodeworks Please...
@devongovett > I guess that's because it's converting the SVG to JSX, but JSX is not allowed inside node_modules... Why would you do that? If a node module contains `.jsx`...
Same issue here
BTW. the documentation is also misleading, as it claims that exit codes are properly handled.
@andrestaht Thanks. I just created a PR for switching to concurrently :)
@KeithGillette Thanks for your quick feedback. I will investigate this issue. From your data it seems have a missing test case too.
I just run the following test on my Mac **Note:** all sub directories here are not empty. ```sh node bin/sync-glob.js --watch 'test/**/*' tmp/ ``` **Initial Copy** > DELETE tmp >...
So double I just created an empty sub directory and run following test: ```sh node bin/sync-glob.js --watch 'test/**/*' tmp/ ``` > DELETE tmp > COPY test/lib to tmp/lib > COPY...
@KeithGillette I quickly googled if `chokidar` has a deletion issue. And indeed it describes exactly your problem with following error: > Error: watch null EPERM - Still open: https://github.com/paulmillr/chokidar/issues/566 -...
@KeithGillette Can you confirm that you have an permission error?