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
% git clone https://github.com/crobi/rpg-cards.git
…
% cd rpg-cards
% node --version
v14.3.0
% npm --version
6.14.5
% npm install
…
% node ./resources/tools/update-icons.js
fs.js:39
} = primordials;
^
ReferenceError: primordials is not defined
at fs.js:39:5
at req_ (/…/rpg-cards/node_modules/natives/index.js:143:24)
at Object.req [as require] (/…/rpg-cards/node_modules/natives/index.js:55:10)
at Object.<anonymous> (/…/rpg-cards/node_modules/fstream/node_modules/graceful-fs/fs.js:1:37)
at Module._compile (internal/modules/cjs/loader.js:1200:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1220:10)
at Module.load (internal/modules/cjs/loader.js:1049:32)
at Function.Module._load (internal/modules/cjs/loader.js:937:14)
at Module.require (internal/modules/cjs/loader.js:1089:19)
at require (internal/modules/cjs/helpers.js:73:18)
% npm install 'graceful-fs@^4.0.0' # doesn't monkeypatch
…
% node ./resources/tools/update-icons.js
fs.js:39
} = primordials;
^
ReferenceError: primordials is not defined
at fs.js:39:5
…
It looks like this is being picked up from
unzip
:See nodejs/node#27422 .
The text was updated successfully, but these errors were encountered: