gruntjs / grunt-contrib-watch

Run tasks whenever watched files change.
http://gruntjs.com/
MIT License
1.98k stars 356 forks source link

Not working in Node 4 #475

Closed estvmachine closed 8 years ago

estvmachine commented 8 years ago

Hi, im observing this plugin doesnt work in Node 4. Can you update a version can

shama commented 8 years ago

Could you describe what isn't working? Or any error messages you are getting? It is working for me.

ali-bugdayci commented 8 years ago

Hi,

Upgrade ready also marks it as failing too.

http://upgrade-ready.nodesource.com/summary/0a8433f0-936e-11e5-ab3c-3bac1dbd8d71

vladikoff commented 8 years ago

upgrade-ready says "ENOENT: no such file or directory, stat '/tmp/4.2.2/grunt-contrib-watch@0.6.1/output.log'" wat does that mean

ali-bugdayci commented 8 years ago

I believe its the log that had been produced when trying to use grunt-contrib-watch on 4.2.

It can not produce an output.log file, that is similar to the one produced with grunt.(check the site for grunt output)

By the way the output is useless, I aggree :)

The best way to understand it might be to contact with node source guys, or check the upgrade-ready source: https://github.com/nodesource/upgrade-ready

shama commented 8 years ago

Tests are passing on Node 4.