NGRP / node-red-contrib-viseo

Node-RED nodes OpenSourced by VISEO Technologies
Apache License 2.0
226 stars 83 forks source link

Ffmpeg missing dependencies #115

Open bartbutenaers opened 5 years ago

bartbutenaers commented 5 years ago

Dear,

Thanks for sharing this amazing Node-RED contribution!

I installed the ffmpeg-node separately like this:

npm install node-red-contrib-viseo-ffmpeg

But then I get an error at Node-RED startup: [node-red-contrib-viseo-ffmpeg/ffmpeg-command] Error: Cannot find module 'node-red-viseo-helper' (line:4)

I workarounded this by installing both required dependencies manually

npm install node-red-viseo-helper
npm install is-utf8

Would it be possible to add both dependencies to the package.json file of the ffmpeg-node, to have them installed automatically?

Thanks !! Bart Butenaers