aliyun-node/tnvm

Support Node.js nightly build & custom build

Closed this issue · 1 comments

Nightly build

tnvm install nightly-20170202

-> Download from https://nodejs.org/download/nightly/ and install to $TNVM_DIR/versions/nightly/20170202/

Note: could be very slow without mirror

Custom build

cd /path/to/custom/build/ && make -j8 binary
tnvm install tar /path/to/custom/build/custom-v8.0.0-linux-x64.tar.gz

-> Extract $2 to $TNVM_DIR/versions/tar/custom-v8.0.0/

Mirrors for nightly and rc are available on npm.taobao.org now.