DEV Community

Discussion on: Manage your runtime environments using ASDF and not NVM or RVM etc...

Collapse
 
truongnguyen012 profile image
TruongNguyen012

I got this error when install nodejs by asdf install nodejs 14.10.0:
Authenticity of checksum file can not be assured! Please be sure to check the README of asdf-nodejs in case you did not yet import the needed PGP keys. If you already did that then that is the point to become SUSPICIOUS! There must be a reason why this is failing. If you are installing an older NodeJS version you might need to import OpenPGP keys of previous release managers. Exiting.

Please help!

Collapse
 
0xdonut profile image
Mr F.

did you add the pgp keys to your bash/zsh file?
if you did you will need to re-source the file or open a new terminal and it should resolve your problem