module.js:549 throw err; Error: Cannot find module ‘chokidar’
Sep 6, 2018 · 1 min read
after running this:
ionic cordova run androidthis errors show:
module.js:549throw err;^Error: Cannot find module 'chokidar'
solved by this:
sudo npm install(bump!!! error occur)sudo yarn add node-sass
