Saturday, April 2, 2022

NPM - 'cross-env' is not recognized as an internal or external command

 How to solve this problem? super easy:

  1. Remove node_modules folder
  2. Remove package-lock.json
  3. Run npm install