Bash helper to re-build nodeenv
npm install build-node-venv

A helper to (re-)build nodeenv.
Install the package using npm:
npm install build-node-venv --save-dev
Now you can use it as a CLI to rebuild your module:
buildenv
"scripts": {
"preinstall": "curl https://raw.githubusercontent.com/ES-Collection/build-node-venv/master/build-node-venv.sh > ./.bnv.sh && chmod +x ./.bnv.sh && ./.bnv.sh && rm ./.bnv.sh"
}
> Note that you will need virtualenv installed.
MIT