max-mapper / extract-zip

Zip extraction written in pure JavaScript. Extracts a zip into a directory.
BSD 2-Clause "Simplified" License
388 stars 126 forks source link

ExperimentalWarning: The fs.promises API is experimental #102

Closed AllanOricil closed 4 years ago

AllanOricil commented 4 years ago

After adding your dependency I started to get this warning. It also throws an operation not permitted error:

image

AllanOricil commented 4 years ago

I saw this warning on other repos. They fixed by removing the import from 'fs' or import from 'fs-extra'. Their solution might help you too.