VideoStitch icon indicating copy to clipboard operation
VideoStitch copied to clipboard

Cannot read property 'node' of undefined

Open FrancescoMussi opened this issue 6 years ago • 1 comments

I just installed through npm.

As soon as I import it: const videoStitch = require('video-stitch') I get the following error: Cannot read property 'node' of undefined

screen shot 2018-09-25 at 18 34 17

Do you have any idea why? Does this package still works?

FrancescoMussi avatar Sep 25 '18 15:09 FrancescoMussi

That issue is in the "tmp" package that is used by this library. You might find some info in that repository. This package is old but it still should be working fine.

ArsalanDotMe avatar Sep 26 '18 09:09 ArsalanDotMe