Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Getting a warning #39

Closed
vaibhavpacharya opened this issue Aug 14, 2019 · 2 comments
Closed

Getting a warning #39

vaibhavpacharya opened this issue Aug 14, 2019 · 2 comments

Comments

@vaibhavpacharya
Copy link

Getting this error / warning. Is there any way to bypass this warning like "node --no-warnings".

(node:50912) ExperimentalWarning: The fs.promises API is experimental

@simskij
Copy link
Contributor

simskij commented Feb 3, 2020

Thank you for submitting a question! 🙏🏼

This should likely solve your issue:

If you have postman-to-k6 installed globally

$ node --no-warnings $(which postman-to-k6)

If you have postman-to-k6 installed in your current repo

$ node --no-warnings ./node_modules/.bin/postman-to-k6

Please try it out and let me know whether it solves your issue!

@simskij
Copy link
Contributor

simskij commented Mar 24, 2020

Closing due to lack of response.

@simskij simskij closed this as completed Mar 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants