-
Notifications
You must be signed in to change notification settings - Fork 298
Closed
Description
- 15.0.0-pre:
- OSX:
- Headers (node-v15.0.0-pre-headers.tar.gz):
I am building node from source like this...
./configure --release-urlbase=/.../Code/node
make DISTTYPE=custom CUSTOMTAG=pre tar-headers
make
make install
When I run node -p process.release
I see...
{
name: 'node',
sourceUrl: '/.../Code/nodev15.0.0-pre/node-v15.0.0-pre.tar.gz',
headersUrl: '/.../Code/nodev15.0.0-pre/node-v15.0.0-pre-headers.tar.gz'
}
But when I run npm install I get...
info DIST Downloading distribution files.
http DIST - https://nodejs.org/dist/v15.0.0-pre/SHASUMS256.txt
http DIST - https://nodejs.org/dist/v15.0.0-pre/node-v15.0.0-pre-headers.tar.gz
ERR! OMG Error: incorrect header check
ERR! OMG at Zlib.zlibOnError [as onerror] (zlib.js:180:17)
ERR! OMG Error: incorrect header check
ERR! OMG at Zlib.zlibOnError [as onerror] (zlib.js:180:17)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
What am I missing?
Metadata
Metadata
Assignees
Labels
No labels