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 make is failing in the unzip dependency, which is not maintained for like 9 years.
% make
node layerize.js twe-svg.zip overrides extras build Twemoji\ Mozilla
fs.js:47
} = primordials;
^
ReferenceError: primordials is not defined
at fs.js:47:5
at req_ (node_modules/natives/index.js:143:24)
at Object.req [as require] (node_modules/natives/index.js:55:10)
at Object.<anonymous> (node_modules/fstream/node_modules/graceful-fs/fs.js:1:37)
at Module._compile (node:internal/modules/cjs/loader:1103:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1155:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
make: *** [build/codepoints.js] Error 1
The
make
is failing in theunzip
dependency, which is not maintained for like 9 years.The dep tree branch:
The text was updated successfully, but these errors were encountered: