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
Hello again!
I just noticed when I run the gulp task I get the error "(node:9734) ExperimentalWarning: The fs.promises API is experimental" - I tracked this down to the exact line of code for adding the source:
.pipe(addSource(processing.dist.img.processed))
Any ideas if this is an issue or any way to get around the warning? Thanks!
The text was updated successfully, but these errors were encountered:
Hello again!
I just noticed when I run the gulp task I get the error "(node:9734) ExperimentalWarning: The fs.promises API is experimental" - I tracked this down to the exact line of code for adding the source:
.pipe(addSource(processing.dist.img.processed))
Any ideas if this is an issue or any way to get around the warning? Thanks!
The text was updated successfully, but these errors were encountered: