"Could not start watcher. Make sure you have required chokidar. Error output: sh: line 0: exec: : not found\n" #10
Unanswered
emyasnikov
asked this question in
Q&A
Replies: 2 comments
-
post this on issues then |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok checked around for quite a while but after finding this command: type -a node Running ubuntu 20.04. Full line is: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a problem to start the watcher process.
Every time I start process exception returns following:
"Could not start watcher. Make sure you have required chokidar. Error output: sh: line 0: exec: : not found\n".
But chokidar is installed with npm and should be accessible, at least through node_modules.
The project runs with Laravel 9 and has Vue 2 based frontend, so I have no idea where to require chokidar instead.
I also tried to "fix" the issue using Fixed getWatchProcess #2 without success.
Any ideas how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions