Replies: 1 comment 1 reply
-
any answer? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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