Closed vs-pp closed 1 year ago
nerves_hub_web and even few other tuotrials refer to this script ~/.asdf/plugins/nodejs/bin/import-release-team-keyring to install nodejs
~/.asdf/plugins/nodejs/bin/import-release-team-keyring
I see that ~/.asdf/plugins/nodejs/ is coming from https://github.com/asdf-vm/asdf-nodejs.git and there is no import-release-team-keyring in https://github.com/asdf-vm/asdf-nodejs/tree/master/bin
import-release-team-keyring
``` venkat@XPS-8930:~/work/pp/zola/aloha_w2/nerves_hub_web$ git -C ~/.asdf/plugins/nodejs/ remote -v origin https://github.com/asdf-vm/asdf-nodejs.git (fetch) origin https://github.com/asdf-vm/asdf-nodejs.git (push) venkat@XPS-8930:~/work/pp/zola/aloha_w2/nerves_hub_web$ git -C ~/.asdf/plugins/nodejs/ branch * master ```
What would be the procedure to get this script.
We don't use that script anymore. The guide that you read is outdated. You check integrity based on pre-computed hashing now, automatically provided by node-build
nerves_hub_web and even few other tuotrials refer to this script
~/.asdf/plugins/nodejs/bin/import-release-team-keyring
to install nodejsI see that ~/.asdf/plugins/nodejs/ is coming from https://github.com/asdf-vm/asdf-nodejs.git and there is no
import-release-team-keyring
in https://github.com/asdf-vm/asdf-nodejs/tree/master/binWhat would be the procedure to get this script.