Make sure that the correct curl
is used in your machine.
- Uninstall
curl
if it is installed usingsnap
by runningsudo snap remove curl
. - Install
curl
usingapt-get
by runningsudo apt-get install curl
. This is done due to permissions issues withsnap curl
.
Install nvm
if you haven't done so already by running curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
.