You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.
The graceful-fs causes a crash in node v8.2.1. The module it relies on (which is the one crashing) is natives and states in its readme:
I feel compelled to give you a word of warning if you are considering using this module.
This module lets you do some creative things with the JavaScript code in Node.js. There are some things here that are basically a recipe for memory leaks, or at the very least, being broken with each new release of Node, since none of these API surfaces are "technically" "supported" by the team managing the Node.js project.
I recommend just using the built-in fs module and removing this dependency.
The text was updated successfully, but these errors were encountered:
The graceful-fs causes a crash in node v8.2.1. The module it relies on (which is the one crashing) is
natives
and states in its readme:I recommend just using the built-in
fs
module and removing this dependency.The text was updated successfully, but these errors were encountered: