Replies: 2 comments 1 reply
-
any answer? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I have found the simplest solution to be to use It's not beautiful, but that way you guarantee that the arguments are passed to the build script directly when running |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How use npm install --build-from-source in pnpm?
I need use sqlite3 in Electron,like this:
npm install sqlite3 --build-from-source --runtime=electron --target=18.2.1 --dist-url=https://electronjs.org/headers
but
pnpm install sqlite3 -- --build-from-source --runtime=electron --target=18.2.1 --dist-url=https://electronjs.org/headers
is not workBeta Was this translation helpful? Give feedback.
All reactions