-
Notifications
You must be signed in to change notification settings - Fork 10
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
Porter watch won't work #23
Comments
Im also seeing this, I believe that the watch node script can not import the global installed chokidar
I'm on macOS |
It seems your node path is not registered: |
defining node path in my normal .zsenv did not help me since what ever environment porter is starting the watcher from does not pick that up perhaps adding |
Also, NPM already searches the following GLOBAL paths:
However, explicitly setting the |
Are you sure this is also where
|
It looks like it's installed there:
|
I have the same issue as described above.
Error message in |
Hello,
I installed
chokidar
globally per the docs, however, executing theporter watch
command yields the following error:Executing
npm list -g
shows I havechokidar
installed:The text was updated successfully, but these errors were encountered: