2

I try to uninstall Truffle because i need a older version. I tried with 'npm uninstall -g truffle' but after that checking the version is still installed

MW91
  • 21
  • 1
  • 2

1 Answers1

0

If it's linux try

which truffle

in windows where truffle

and remove the file which is displayed as above commands output and try installing your required version with npm i truffle@<version> -g

Dushyanth Kumar Reddy
  • 1,222
  • 11
  • 21