embedded-postgres icon indicating copy to clipboard operation
embedded-postgres copied to clipboard

Running from packaged electron app is unsupported

Open Methrat0n opened this issue 2 years ago • 1 comments

Hello,

We love the work done here, but it cannot work when run from an electron process. I've found a workaround for now, but it's pretty manual and I'd like to fix it in your library so we can actually build with our CI.

Here are the changes I've made in my fork so it can work, please have a look : https://github.com/Methrat0n/embedded-postgres/pull/1

Would you be open to merge this in here ? Also, can you help us test that more thoroughly, we're not sure how to install and build.

npm i does not seams to work npm ERR! notsup Unsupported platform for @embedded-postgres/[email protected]: wanted {"os":"darwin","arch":"arm64"} (current: {"os":"win32","arch":"x64"})

And when doing npm run install for lerna to take over it does not seams to finish. Whar are we missing please ?

Methrat0n avatar Aug 31 '23 09:08 Methrat0n

Hey @Methrat0n, sorry for not getting back to you. I am open to having this merged. Do you perhaps have a testing repository so I can verify the code is working as intended?

leinelissen avatar Feb 11 '24 20:02 leinelissen