No version of chokidar available
- Remove your local
node_modules
folder and package-lock.json
(important)
- Clean the cache by running
npm cache verify
- Update your global npm by running
sudo npm i -g npm
- Reinstall your modules with
npm i
and try again.
more