You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the Bitwarden SDK would work on linux/arm64 as it does on darwin/x64 without errors.
Actual Result
I received the following error:
node:internal/modules/cjs/loader:1249
const err = new Error(message);
^
Error: Cannot find module '@bitwarden/sdk-napi-linux-arm64-gnu'
Require stack:
- /app/node_modules/@bitwarden/sdk-napi/binding.js
- /app/node_modules/@bitwarden/sdk-napi/dist/bitwarden_client/index.js
at Function._resolveFilename (node:internal/modules/cjs/loader:1249:15)
at Function._load (node:internal/modules/cjs/loader:1075:27)
at TracingChannel.traceSync (node:diagnostics_channel:315:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:218:24)
at Module.require (node:internal/modules/cjs/loader:1340:12)
at require (node:internal/modules/helpers:141:16)
at Object.<anonymous> (/app/node_modules/@bitwarden/sdk-napi/binding.js:203:31)
at Module._compile (node:internal/modules/cjs/loader:1546:14)
at Object..js (node:internal/modules/cjs/loader:1689:10)
at Module.load (node:internal/modules/cjs/loader:1318:32) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/app/node_modules/@bitwarden/sdk-napi/binding.js',
'/app/node_modules/@bitwarden/sdk-napi/dist/bitwarden_client/index.js'
]
}
Node.js v22.10.0
Screenshots or Videos
No response
Additional Context
I'm developing on an Intel Mac and the SDK works perfectly there. It's only when I run the code on my Raspberry Pi 5 running Debian Bookworm that I get the issue.
Operating System
Linux
Operating System Version
Debian GNU/Linux 12 (bookworm)
Build Version
1.0.0
Issue Tracking Info
I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
The text was updated successfully, but these errors were encountered:
Steps To Reproduce
A minimal repo for replication is here https://github.com/willem-h/bws-sdk-arm-issue
Expected Result
Using the Bitwarden SDK would work on linux/arm64 as it does on darwin/x64 without errors.
Actual Result
I received the following error:
Screenshots or Videos
No response
Additional Context
I'm developing on an Intel Mac and the SDK works perfectly there. It's only when I run the code on my Raspberry Pi 5 running Debian Bookworm that I get the issue.
Operating System
Linux
Operating System Version
Debian GNU/Linux 12 (bookworm)
Build Version
1.0.0
Issue Tracking Info
The text was updated successfully, but these errors were encountered: