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
I wasn't able to install nodejs with cmd asdf install nodejs 11.7.0 with errors displaying "Binaries were not found. Full version must be specified, not just major version." until I took a look into the install file with file pathway ~/.asdf/plugins/nodejs/bin.
The download_file() has an invalid download_url with https://nodejs.org/dist/(version number)/node-(version number)-mingw64_nt-10.0-x64.tar.gz does not exist. Replace version number any versions, (e.g. 11.7, 12.2. etc.) and will lead to a 404 link
Is anyone else having this problem as well recently?
My dev environment is Windows btw
The text was updated successfully, but these errors were encountered:
I wasn't able to install nodejs with cmd
asdf install nodejs 11.7.0
with errors displaying "Binaries were not found. Full version must be specified, not just major version." until I took a look into the install file with file pathway ~/.asdf/plugins/nodejs/bin.The download_file() has an invalid download_url with https://nodejs.org/dist/(version number)/node-(version number)-mingw64_nt-10.0-x64.tar.gz does not exist. Replace version number any versions, (e.g. 11.7, 12.2. etc.) and will lead to a 404 link
Is anyone else having this problem as well recently?
My dev environment is Windows btw
The text was updated successfully, but these errors were encountered: