Recently I needed to upgrade my Truffle cli. It’s a global package and the easiest way I’ve found to upgrade is by removing the package then installing the new one.
npm uninstall -g truffle npm install -g truffle
Recently I needed to upgrade my Truffle cli. It’s a global package and the easiest way I’ve found to upgrade is by removing the package then installing the new one.
npm uninstall -g truffle npm install -g truffle