ekalinin/nodeenv

Allow node environment activation from a bash terminal on windows

Kristouff opened this issue · 1 comments

When installing a node environment on a windows host, activation scripts are deployed as .bat and .ps1 (powershell).
When installing a node environment on a linux host, activation scripts is deployed as a shell script.

It would be useful to deploy the shell script also for windows host to allow activating the node environment from a bash terminal.

Sorry, I just noticed there is already a PR for that #238 😅