-
Notifications
You must be signed in to change notification settings - Fork 450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] MQTTX CLI for windows on arm does not work when downloaded directly (not using setup installer) #1805
Comments
I tried installing |
Try not to use a standalone “.exe” file. I suggest installing MQTTX CLI via npm or docker, It can eliminate some differences between systems. It will handle dependencies correctly: docker pull emqx/mqttx-cli
docker run -it --rm emqx/mqttx-cli npm install mqttx-cli -g |
Seems like you forgot to pack faker as a dependency -- running |
Sorry. 😓 Has been already fixed on #1801; release to the next version... |
npm issue fixed. |
What did I do
Downloaded mqttx-cli-win-arm64.exe directly and attempted to run on windows 11 arm64 (SL7)
What happened
Got this:
Expected
No errors
Environment
More detail
More detail include
log
information or screenshotThe text was updated successfully, but these errors were encountered: