Skip to content

ExperimentalWarning: The fs.promises API is experimental #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
guyhamilton opened this issue Feb 28, 2020 · 1 comment
Closed

ExperimentalWarning: The fs.promises API is experimental #2

guyhamilton opened this issue Feb 28, 2020 · 1 comment

Comments

@guyhamilton
Copy link
Contributor

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!

@goiblas
Copy link
Owner

goiblas commented Feb 28, 2020

It´s a warning of previous node, in the stable version they have eliminated the experimental flag.

Is it possible that you update your node version to remove the warning?

You can see the node issues closed in nodejs/node#26581

@goiblas goiblas closed this as completed Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants