I added this package as a dependency in my package.json, and also added the script to package.json.
I ran npm install successfully, but when i run npm run fix-memory-limit I get:
> cross-env LIMIT=4096 increase-memory-limit
sh: cross-env: command not found
I added this package as a dependency in my package.json, and also added the script to package.json.
I ran npm install successfully, but when i run
npm run fix-memory-limitI get: