nodeenv
nodeenv copied to clipboard
Git-Bash Support
Currently, if your platform is Windows, you must use activate.bat. However, this script does not work with git-bash. Python's venv
handles this by treating unix as "common", so that it gets installed even if on Windows. It'd be great if nodeenv did something similar.