shell
shell copied to clipboard
npm install fails on windows
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/[email protected] this is the release before it broke.
Thank you for the workaround @nasroht!