Hello,
I installed chokidar globally per the docs, however, executing the porter watch command yields the following error:
Watcher process has terminated. Please ensure Node and chokidar are installed.
Executing npm list -g shows I have chokidar installed:
$ npm list -g
/usr/lib
├── @johnnymorganz/stylua@0.14.2
├── blade-formatter@1.26.17
├── chokidar@3.5.3
├── corepack@0.15.2
├── eslint@8.20.0
├── neovim@4.10.1
├── nginxbeautifier@1.0.19
├── npm@8.19.3
└── tree-sitter-cli@0.20.7
Hello,
I installed
chokidarglobally per the docs, however, executing theporter watchcommand yields the following error:Executing
npm list -gshows I havechokidarinstalled: