You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using gulp-less with Node v6.0+, I get the following warning:
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.
It turns out that gulp-less depends on [email protected] which depends on [email protected] which depends on [email protected]. Making gulp-less use the latest version of accord will cascade down the dependency chain and use the latest version of graceful-fs.
The text was updated successfully, but these errors were encountered:
When using
gulp-less
with Node v6.0+, I get the following warning:It turns out that
gulp-less
depends on[email protected]
which depends on[email protected]
which depends on[email protected]
. Makinggulp-less
use the latest version ofaccord
will cascade down the dependency chain and use the latest version ofgraceful-fs
.The text was updated successfully, but these errors were encountered: