ASDF
Version manager with offical support for Node, Elixir, Erlang, and Ruby. Community plugins for more.
Install ASDF
https://asdf-vm.com/guide/getting-started.html#core-installation-complete
Install New Versions Plugins
List installed Versions
Change Version
Add New Plugin
See Installed Plugins
Debugging
ERROR:
SOLUTION:
Try
asdf reshim nodejs
Try
asdf current nodejs
to see where its getting the version fromAfter reshimming/installing/changing, may need to refresh terminal
Perhaps the tool you are trying to run is installed under the wrong version,
npm install -g @aws-amplify/cli
in the current node version fixed it for me ornpm install -g yarn
Last updated