ibm-functions / shell

An Electron-based development tool for IBM Cloud Functions and Composer.
Apache License 2.0
60 stars 16 forks source link

npm install fails on windows #1049

Open starpit opened 6 years ago

starpit commented 6 years ago

i think this is due to app/plugins/package.json's postinstall having some bash-isms?

nasroht commented 6 years ago

A workaround is to install using: npm install -g @ibm-functions/shell@1.4.6 this is the release before it broke.

atsag commented 6 years ago

Thank you for the workaround @nasroht!