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
graceful-fs.js:52 Uncaught TypeError: Cannot set property close of # which has only a getter
at node_modules/graceful-fs/graceful-fs.js (graceful-fs.js:52:6)
at __require2 (chunk-PLDDJCW6.js?v=1323505f:17:50)
at node_modules/fs-extra/lib/fs/index.js (index.js:5:12)
at __require2 (chunk-PLDDJCW6.js?v=1323505f:17:50)
at node_modules/fs-extra/lib/index.js (index.js:5:6)
at __require2 (chunk-PLDDJCW6.js?v=1323505f:17:50)
at index.js:27:1
node 18.0.0
fs-extra 9.1.0
The text was updated successfully, but these errors were encountered:
First off, you're using an outdated version of fs-extra. Secondly, I can't really debug this without seeing the code that you're running when you get this error.
graceful-fs.js:52 Uncaught TypeError: Cannot set property close of # which has only a getter
at node_modules/graceful-fs/graceful-fs.js (graceful-fs.js:52:6)
at __require2 (chunk-PLDDJCW6.js?v=1323505f:17:50)
at node_modules/fs-extra/lib/fs/index.js (index.js:5:12)
at __require2 (chunk-PLDDJCW6.js?v=1323505f:17:50)
at node_modules/fs-extra/lib/index.js (index.js:5:6)
at __require2 (chunk-PLDDJCW6.js?v=1323505f:17:50)
at index.js:27:1
node 18.0.0
fs-extra 9.1.0
The text was updated successfully, but these errors were encountered: