Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

v5.0.21 – Postinstall fix

Compare
Choose a tag to compare
@fainashalts fainashalts released this 04 Jun 22:35
· 9825 commits to develop since this release

Oh, howdy! 🤠

We’re releasing v5.0.21 today, with a couple of small but mighty changes for your enjoyment.

Notably, we have an important fix coming out today 🔧. If you’ve experienced a pesky roadblock when trying to install v5.0.20, you’ll be pleased to learn that if something goes wrong with the postinstall, an error will now be logged but otherwise the install will proceed as normal.

Enjoy and happy coding! 💻

How to Upgrade

We recommend upgrading to the latest version of Truffle by running:

npm uninstall -g truffle
npm install -g truffle

Join us for TruffleCon 2019 August 2 - 4 at Microsoft's campus in Redmond, WA! Get Tickets


Changelog

Fixes

Internal Improvements

  • Refactor lib/contract/constructorMethods.js in truffle-contract (#2051) by @CruzMolina)