rannn505 / child-shell

Node.js bindings 🔗 for shell
http://rannn505.github.io/child-shell/
MIT License
299 stars 71 forks source link

Does Node-PowerShell on Mac require that PowerShell is already installed on Mac? #124

Closed TCourtneyOwen closed 3 years ago

TCourtneyOwen commented 3 years ago

I assume Node-PowerShell on Mac requires that PowerShell be installed on Mac, but just want to clarify before I be investigating using this package. Can you please clarify?

Thanks,

Courtney

rannn505 commented 3 years ago

@TCourtneyOwen Yap as for now it is required. The new version will have a postinstall script that will download the binary into node_modules -> .bin dir so you dont have to install it globally 👍