Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added support for inheriting config env variable from npm
So you can pass node-gyp-specific flags to npm, and node-gyp will automatically use them: $ npm install weak --nodedir=`pwd` --prefix=`pwd` Part of #70.
- Loading branch information