yakyak / hangupsjs

google hangouts client library for nodejs
226 stars 46 forks source link

Can't install with npm 5.6.0 #89

Open tmyt opened 6 years ago

tmyt commented 6 years ago

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.

Cerothen commented 6 years ago

Same problem for me as well.