gruntjs - Grunt for Brackets Extension Not Working For me -


when use plugin, grunt brackets, doesn't seem work me. i've looked , looked , looked through files of extension, , when "grunt," devtools spit out log.

[node-log 10:01:49 am] { '0': { [error: spawn enoent] code: 'enoent', errno: 'enoent', syscall: 'spawn' } } 

i'm not sure means...

here link extension. author has not updated in months, , there open issue ticket, there hasn't been responses.

if me decipher log, appreciate it.

do have grunt installed on computer already? if so, installed in standard location? (e.g. did intsall using npm -g grunt?)

enoent means "file not found," , since error message says spawn i'm guessing problem it's unable find grunt binary execute.


update: looks bug in how current version of extension packaged. should able fix way:

  1. help > show extensions folder in brackets , find brackets-grunt extension in 'user' subfolder
  2. open command prompt @ location
  3. cd node folder inside extension
  4. run npm install

i added note the bug, extension's author fix too.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -