dojo / cli

:rocket: Dojo - command line tooling.
http://dojo.io
Other
26 stars 34 forks source link

Exerimental fs.Promises message in Node 10 #235

Closed nicknisi closed 5 years ago

nicknisi commented 6 years ago

Bug

Most CLI commands emit the following warning message in Node 10.

ExperimentalWarning: The fs.promises API is experimental

This appears to be caused by the version of fs-extra we're using and it has been fixed in jprichardson/node-fs-extra#578.

Package Version: v2.0.0

Code

This can be easily reproduced by installing @dojo/cli on Node 10 and running dojo.

Expected behavior:

I would expect to not see this warning

Actual behavior:

I see the warning.