Skip to content
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

ExperimentalWarning: The fs.promises API is experimental #4

Closed
Zepoze opened this issue Apr 5, 2020 · 2 comments
Closed

ExperimentalWarning: The fs.promises API is experimental #4

Zepoze opened this issue Apr 5, 2020 · 2 comments

Comments

@Zepoze
Copy link
Owner

Zepoze commented Apr 5, 2020

This flag can appear when you node a script with @manladag

index.js
const { ManladagSource } = require('@manladag/source')
const SourceLib = require('@manladag/lelscanv').Source
// more and more code
$ node index.js
(node:13736) ExperimentalWarning: The fs.promises API is experimental
~ more and more logs
@Zepoze
Copy link
Owner Author

Zepoze commented Apr 5, 2020

Use the flag --no-warnings

$ node --no-warnings index.js

@Zepoze Zepoze closed this as completed Apr 5, 2020
@Zepoze Zepoze pinned this issue Apr 5, 2020
@Zepoze
Copy link
Owner Author

Zepoze commented Apr 20, 2020

take a look to https://github.com/jsdom/jsdom/issues/2939

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

1 participant