hangupsjs
hangupsjs copied to clipboard
Can't install with npm 5.6.0
Trying to install hangupsjs with npm 5.6.0 and install failed with this output.
~/a$ npm i -s hangupsjs
sh: 1: coffee: not found
Build libraries when postinstall
but coffee
is specified to devDependencies.
When npm install
devDependencies was not installed.
Need to move the coffee-script
to dependencies
.
Same problem for me as well.