Abdullah Oladipo
Abdullah Oladipo
> @abhiwagh - The reason for this is because you're calling two _async_ functions back-to-back before waiting for the first one to finish. So initially, when PPTX is instantiated, the...
Oh thanks for this
Exactly, so just use this https://github.com/romainbutteaud/Kaffeine/issues/41#issuecomment-666010014
> > Unable to run "npm i", because i'm getting a bcrypt error unable to download and some other dependencies like node, node-gyp and node-pre-gy. > > My solution was...
> > use `const functions = require('firebase-functions/v1');` > > Tried this approach and it did not work. > > 1. Downgrading using npm install [email protected] > npm install [email protected] >...