-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Blocker] It's impossible to install with npm install on Windows. #10
Comments
Same issue though it seems to be because there's no build for windows_amd64 |
I found two additional issues:
|
Okay, I've got some news. Given the devtools are already just a go binary, I've decided to skip the middleman and ship that directly. If you could check out this link, and tell me if any of these methods are acceptable to you https://docs.boardzilla.io/introduction/getting-started#installing-the-devtools I could also enable |
That sounds reasonable to me (and more sustainable than fiddling with Of the options in the documentation, I will opt to build from source for now. At some point, I would expect a Windows installer to download. (In fact, I think having an installer may be a prerequisite for winget?). But I understand that being a low priority at the moment as long as we're unblocked. |
Yeah, I think I'd like to support installers for every major platform, including Windows. Just need a couple of days to get it all ironed out. Glad you're unblocked |
Okay, did a bunch more testing and fixes and Windows should be working now. Please let know if everything is good now |
I'm trying to run sample boardzilla project on windows, and getting following error during npm install:
![image](https://private-user-images.githubusercontent.com/3667519/300872987-304c17b9-63be-4f67-aa81-cdb01938d451.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MDE5MTYsIm5iZiI6MTczOTYwMTYxNiwicGF0aCI6Ii8zNjY3NTE5LzMwMDg3Mjk4Ny0zMDRjMTdiOS02M2JlLTRmNjctYWE4MS1jZGIwMTkzOGQ0NTEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMDY0MDE2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NDkwMDZiM2E1MTNlMzAwODAxMjQwYTU4ZDg0MDNhZmZiOWY1ZWVmMGFhOGYwNzYxOWU4MmRjYTMxNDg5ZTM1YyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.M-ox6KQMVIEy_SRlWiylFeC-OHJFLof8ifaaqfspyQk)
I suppose it's because it should use
.zip
extension for windows package. I believe such customization currently isn't supported ingo-npm
lib that you're using. I've created a PR joshbuddy/go-npm#1 to introduce it, so it would be nice to merge it, update go-npm lib, and change devtools goBinary.url to have a proper link for Windows.The text was updated successfully, but these errors were encountered: