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
When npm attempts to install nodegui on an M1 mac, it tries to download nodegui-binary-v0.57.0-darwin-arm64.tar.gz. An error is given that this package is not found. When looking at the release page, an arm64.tar.gz package does not exist.
Here is the error from the log regarding this issue: error Error: Error while downloading Precompiled NodeGui binary:https://github.com/nodegui/nodegui/releases/download/v0.57.0/nodegui-binary-v0.57.0-darwin-arm64.tar.gz. Not Found.
When npm attempts to install nodegui on an M1 mac, it tries to download
nodegui-binary-v0.57.0-darwin-arm64.tar.gz. An error is given that this package is not found. When looking at the release page, anarm64.tar.gzpackage does not exist.Here is the error from the log regarding this issue:
error Error: Error while downloading Precompiled NodeGui binary:https://github.com/nodegui/nodegui/releases/download/v0.57.0/nodegui-binary-v0.57.0-darwin-arm64.tar.gz. Not Found.