ibm-functions / shell

An Electron-based development tool for IBM Cloud Functions and Composer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm install fails on windows

starpit opened this issue · comments

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

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

commented

Thank you for the workaround @nasroht!