tvooo / sublime-grunt

Moved to https://github.com/sptndc/sublime-grunt
296 stars 35 forks source link

JSON Malformed #104

Closed brionkeith closed 6 years ago

brionkeith commented 9 years ago

This seems to be a lingering problem without much direction on plans to resolve it.

SublimeGrunt: JSON is malformed Could not expose gruntfile

brunocantuaria commented 9 years ago

This seems to be related to not installed Node/Grunt/Module or using corrupted settings.

  1. First, try delete the file .sublime-grunt.cache and try running again. If this solved, you just had a corruped cache file.
  2. If not check if Node is installed (simple open shell and execute command 'npm'). If not go to https://nodejs.org/ download and install.
  3. If it's installed, check if Grunt is installed (simple open shell and execute command 'grunt'). If not, execute command 'npm install -g grunt-cli'

This should fix this error.

TomySmit commented 8 years ago

I fixed it, when I install grunt locally in project directory

tvooo commented 6 years ago

Closing due to inactivity

dumyjob commented 6 years ago

found another reason: https://github.com/blheli-configurator/blheli-configurator/issues/151