Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试卸载 Truffle,因为我需要旧版本。我尝试使用“npm uninstall -g truffle”,但之后检查版本是否仍然安装
If it's linux try
which truffle
in windows where truffle
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
npm i truffle@<version> -g