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
When extracting the module version from `src/node_version.h`, ignore
the line:
#define NODE_MODULE_VERSION NODE_EMBEDDER_MODULE_VERSION
This will pick up the default value from the header as the official
Node.js builds do not define `NODE_EMBEDDER_MODULE_VERSION`.
Fixes: nodejs#20
Refs: nodejs/node#49279
When extracting the module version from `src/node_version.h`, ignore
the line:
#define NODE_MODULE_VERSION NODE_EMBEDDER_MODULE_VERSION
This will pick up the default value from the header as the official
Node.js builds do not define `NODE_EMBEDDER_MODULE_VERSION`.
Fixes: #20
Refs: nodejs/node#49279
This is now fixed after deploying [email protected] to the server, removing all the entries with NODE_EMBEDDER_MODULE_VERSION from the cached versions file (.dist-indexer-version-cache) and then rerunning the indexer.
e.g. https://nodejs.org/download/release/index.json
We'll need to adjust
nodejs-dist-indexer/dist-indexer.js
Line 328 in d10a601
The text was updated successfully, but these errors were encountered: