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
I wasn't able to install nodejs with cmd
asdf install nodejs 11.7.0with 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