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.
ReferenceError: primordials is not defined
at fs.js:36:5
at req_ (F:\troopsap\source code\test\node_modules\natives\index.js:143:24)
at Object.req [as require] (F:\troopsap\source code\test\node_modules\natives\index.js:55:10)
at Object. (F:\troopsap\source code\test\node_modules\graceful-fs\fs.js:1:37)
at Module._compile (internal/modules/cjs/loader.js:1137:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
at Module.load (internal/modules/cjs/loader.js:985:32)
at Function.Module._load (internal/modules/cjs/loader.js:878:14)
at Module.require (internal/modules/cjs/loader.js:1025:19)
at require (internal/modules/cjs/helpers.js:72:18)
i'm getting this error whenever i try to run s3
The text was updated successfully, but these errors were encountered:
I get the same error when using node 14, I believe the issue comes from graceful-fs dependency, which should be updated to support newer node versions.
node .\s3.js
fs.js:36
} = primordials;
^
ReferenceError: primordials is not defined
at fs.js:36:5
at req_ (F:\troopsap\source code\test\node_modules\natives\index.js:143:24)
at Object.req [as require] (F:\troopsap\source code\test\node_modules\natives\index.js:55:10)
at Object. (F:\troopsap\source code\test\node_modules\graceful-fs\fs.js:1:37)
at Module._compile (internal/modules/cjs/loader.js:1137:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
at Module.load (internal/modules/cjs/loader.js:985:32)
at Function.Module._load (internal/modules/cjs/loader.js:878:14)
at Module.require (internal/modules/cjs/loader.js:1025:19)
at require (internal/modules/cjs/helpers.js:72:18)
i'm getting this error whenever i try to run s3
The text was updated successfully, but these errors were encountered: