Fatal Error – Unable to Find Local Grunt-Cli

If you’re experiencing this fatal error, you’ve probably tried reinstalling the Grunt-cli. The error message will be displayed in Chinese. If you can’t find your local version, try running sudo npm install -g grunt-cli. That’ll install the local version of the tool. You can also try reinstalling the Global version by running sudo npm install -x grunt-cli.

Fatal Error – Unable to Find Local Grunt-Cli
Scroll to top