Windows cmd shell cannot set environment variables with the same syntax as bash; it requires the set command. However, set is cross platform, so lets use that.
This patch makes npm run rebuild-leveldb on my Windows 8 x64 machine, and still works great in bash.
Windows cmd shell cannot set environment variables with the same syntax as bash; it requires the
set
command. However,set
is cross platform, so lets use that.This patch makes
npm run rebuild-leveldb
on my Windows 8 x64 machine, and still works great in bash.