We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found this on a dev instance:
{ "name": "node-v20.8.1-darwin-arm64.tar.gz", "version": "20.8.1", "lts": false, "channel": "stable", "date": "2023-10-13", "os": "macos", "arch": "arm64", "ext": "tar.gz", "download": "https://nodejs.org/download/release/v20.8.1/node-v20.8.1-darwin-arm64.tar.gz", "oses": [ "aix", "linux", "macos", "windows" ], "arches": [ "ppc64", "arm64", "armv7l", "ppc64le", "s390x", "amd64", "x86", "armv6l" ], "formats": [ "pkg", "zip", "msi" ] }
Notice the extra oses, arches, etc.
oses
arches
I think it comes from here:
webi-installers/_webi/serve-installer.js
Lines 78 to 80 in 3501e89
It may have been meant for the test suite.
This other file looks correct:
webi-installers/_webi/normalize.js
Lines 147 to 155 in 3501e89
The text was updated successfully, but these errors were encountered:
I found the reason for this. I believe it was already fixed in fc36f3e.
If not, #756 will certainly zap it!
Sorry, something went wrong.
No branches or pull requests
I found this on a dev instance:
Notice the extra
oses
,arches
, etc.I think it comes from here:
webi-installers/_webi/serve-installer.js
Lines 78 to 80 in 3501e89
It may have been meant for the test suite.
This other file looks correct:
webi-installers/_webi/normalize.js
Lines 147 to 155 in 3501e89
The text was updated successfully, but these errors were encountered: