1

我尝试卸载 Truffle,因为我需要旧版本。我尝试使用“npm uninstall -g truffle”,但之后检查版本是否仍然安装

4

1 回答 1

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

于 2019-10-24T04:57:27.410 回答