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
{{ message }}
This repository was archived by the owner on Aug 11, 2022. It is now read-only.
cd node-v8.0.0-rc.1-win-x64
setpath=%cd%;%path%cd ..
mkdir tst
cd tst
npm init -y
echo console.log('hello world') >index.js
npm pack
:: Install Git Bash to get tar.exesetpath=C:\Program Files\Git\usr\bin;%path%
tar -xf tst-1.0.0.tgz
cd package
dir