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
npm ERR! code 1
npm ERR! path /usr/local/share/nvm/versions/node/v18.18.2/lib/node_modules/mbt
npm ERR! command failed
npm ERR! command sh -c node install cloud-mta-build-tool
npm ERR! /usr/local/share/nvm/versions/node/v18.18.2/lib/node_modules/mbt/install.js:49
npm ERR! throw new Error("No binaries are available for your platform: " + buildId);
npm ERR! ^
npm ERR!
npm ERR! Error: No binaries are available for your platform: linux-arm64
npm ERR! at Object.<anonymous> (/usr/local/share/nvm/versions/node/v18.18.2/lib/node_modules/mbt/install.js:49:9)
npm ERR! at Module._compile (node:internal/modules/cjs/loader:1256:14)
npm ERR! at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
npm ERR! at Module.load (node:internal/modules/cjs/loader:1119:32)
npm ERR! at Module._load (node:internal/modules/cjs/loader:960:12)
npm ERR! at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:86:12)
npm ERR! at node:internal/main/run_main_module:23:47
npm ERR!
npm ERR! Node.js v18.18.2
npm ERR! A complete log of this run can be found in: /home/vscode/.npm/_logs/2023-11-13T09_08_19_201Z-debug-0.log
Please provide the following info:
Steps to Reproduce:
npm i -g mbt@latest
This seems like the linux/arm64 support introduced in #955/#956 was lost again between
[email protected]
and[email protected]
, because in 1.2.24 still works fine.The text was updated successfully, but these errors were encountered: