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
The built-in fs module of Node.js doesn't do error checking and can't also implement commands like create directory. Directory maintenance will be crucial when we implement git commands. So, it is better to move to fs-extra.
The text was updated successfully, but these errors were encountered:
Description
The built-in fs module of Node.js doesn't do error checking and can't also implement commands like create directory. Directory maintenance will be crucial when we implement git commands. So, it is better to move to fs-extra.
The text was updated successfully, but these errors were encountered: