Closed johnryan closed 7 years ago
Also interested in a proper fix for this one :+1:
For the meantime I have created a JS version of cb2promise
which is written in Coffeescript. The result is available at https://github.com/Maddoc42/cb2promise.
To fix the above error run
npm install --save git+https://github.com/Maddoc42/cb2promise.git
:rocket:
Can you guys help me understand how this is related to this module? It seems to be a cb2promise
/CoffeeScript issue at first sight.
@jviotti i think you're probably right, i'll close this and open an issue there, i just noticed the issue after adding electron-json-storage so i opened it here.
Cool, please re-open if you find out a fix can be applied here. I haven't used Webpack, but happy to help if so!
I got to the bottom of this issue, and solved it on 3.0.4. Check https://github.com/jviotti/electron-json-storage/issues/57
After adding this dependency i'm seeing an error:
and
Is there a recommended solution for this?