gobblejs / gobble

The last build tool you'll ever need
333 stars 20 forks source link

node v6 graceful-fs warning #113

Closed martypdx closed 8 years ago

martypdx commented 8 years ago

upgraded to node v6 and this little fortune cookie started showing up:

> gobble

(node:5438) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
gobble: server listening on port 4567                                           
gobble: livereload server running                                                        
...
IvanSanchez commented 8 years ago

Isn't this rather a sander issue?

fskreuz commented 8 years ago

Possible duplicate of https://github.com/gobblejs/gobble/issues/111

Rich-Harris commented 8 years ago

Are you using the most recent gobble and gobble-cli? That fixed the warning for me – both are using latest graceful-fs

martypdx commented 8 years ago

Are you using the most recent gobble and gobble-cli?

I thought I had, sigh