npm install error - SKIPPING OPTIONAL DEPENDENCY npm install error - SKIPPING OPTIONAL DEPENDENCY laravel laravel

npm install error - SKIPPING OPTIONAL DEPENDENCY


  1. $ npm cache clean --force
  2. delete node_modules by $ rm -rf node_modules
  3. $ npm install

And then start it again with $ npm start


I think you should install manually ajv package or update it to version 6.0 if you already have a lower version

npm i ajv

i had a similar issue. after updating it works fine. Try doing same for other errors also.