Skip to content
Advertisement

nvm needs curl or wget to proceed

I wanna install node from nvm, but i run into problem ‘nvm needs curl or wget to proceed’

My operating system is debian9,nvm version is v0.35.2

how to fix it?

here is the nvm debug result

JavaScript

and the type curl/type wget results

JavaScript

Advertisement

Answer

put this into bashrc file

JavaScript

then source ~/.bashrc

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement