Skip to content
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

M1 Mac. NWJS won't install. Download url incorrect. Any way to fix the url, or choose nwjs app installer from local file system instead of the extension trying to download it? #45

Open
Detnator-Neo opened this issue Apr 16, 2021 · 0 comments

Comments

@Detnator-Neo
Copy link

Hi. I'm on a MacBook Pro 13" Apple Silicon M1.

When I run the NWJS Install command it gets as far as this:

Downloading 0.52.2.zip
Error: GET http://dl.nwjs.io/v0.52.2/nwjs-v0.52.2-osx-arm64.zip
returned 404

Upon investigation, the url isn't right. The correct url is:

https://dl.nwjs.io/v0.52.2/nwjs-v0.52.2-osx-x64.zip

The difference is x64 instead of arm64.

From what I can tell you're composing the filename from a bunch of variables some of which are provided by os module, and that seems to return the arm instead of the x. Despite getting this far, I don't know enough about vscode extensions to do any fix myself, and I can't see any way to tell the extension the correct url, or give it the zip I've already downloaded manually from the nwjs.io site. Without the right file, nwjs won't install whatever your extension needs to make it work.

Is this project still alive? I'd love to try it out. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant