-
Notifications
You must be signed in to change notification settings - Fork 14
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
Remove fs-extra
dependency
#50
Comments
Thats definitely possible - will need to promisify native fs and some refactoring around checking for log files writeability. |
Node 16 shipped with |
+1 on this change 👍 |
It also looks like we don't have GitHub workflows configured. Let me know if there are any incremental changes you'd like me to make to help. If I don't hear anything I'll wait for #126. |
@stsvilik I looked over the way we use
"fs-extra": "^7.0.0",
package and I believe we can get rid of the dependency by having a bunch of local functions insrc/utils
based onfs
native module. Let me know your thoughts on this.The text was updated successfully, but these errors were encountered: