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
Cannot find module '@matrix-org/matrix-sdk-crypto-nodejs-win32-x64-msvc' from 'node_modules/@matrix-org/matrix-sdk-crypto-nodejs/index.js'
The readme for the bindings claims that it'll download the appropriate bindings, but it didn't, and we didn't publish the package referenced in the error (autogenerated by napi-rs), so they aren't retrievable.
The text was updated successfully, but these errors were encountered:
It looks like it's falling victim to npm/cli#3647 or yarnpkg/yarn#5476 (where output isn't reported - I can't tell if it's actually not running).
Manually opening the installed dependency (./node_modules/@matrix-org/matrix-sdk-crypto-nodejs) and running npm install yields this:
Downloading lib matrix-sdk-crypto.win32-x64-msvc.node from https://github.com/matrix-org/matrix-rust-sdk/releases/download/matrix-sdk-crypto-nodejs-0.1.0-beta.0/matrix-sdk-crypto.win32-x64-msvc.node
Download Failed Error: Response status was 404
Downloading lib matrix-sdk-crypto.linux-x64-gnu.node from https://github.com/matrix-org/matrix-rust-sdk/releases/download/matrix-sdk-crypto-nodejs-0.1.0-beta.0/matrix-sdk-crypto.linux-x64-gnu.node
Download Failed Error: Response status was 404
At runtime:
The readme for the bindings claims that it'll download the appropriate bindings, but it didn't, and we didn't publish the package referenced in the error (autogenerated by napi-rs), so they aren't retrievable.
The text was updated successfully, but these errors were encountered: