-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
Update fs.md #35740
Copy link
Copy link
Closed
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.
Metadata
Metadata
Assignees
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.
I thought it was the same thing as well but unfortunately when I use
require('fs/promises')I do receive an error message on my node environment but not if I use the second option.Error: Cannot find module 'fs/promises'
Require stack:
My node version is v12.18.3
Originally posted by @muzhaqi16 in #35726 (comment)