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

v3.3.0 - EPLS (easy peasy lemon squeezy)

Compare
Choose a tag to compare
@tcoulter tcoulter released this 27 Jun 18:31
· 16046 commits to master since this release

Hi there! Once again, we have good news. 🎉

What's in this release

Installation issues are gone!

What we've been doing

If you've been following along, you'll know we've been working hard making installation much easier. No matter what platform you're on, in the past installation has been hard. And it's really a bummer: if you're trying to build an app, the last thing you want is to get stuck at the beginning.

Today, we've fixed all of those issues. Yep, all of them. Not one by one, and fix by fix; but instead we completely sidestepped the previous installation process that created the issues to begin with. The commands remain the same (see below) but has been much improved under the hood. You can find more information on our blog.

This version of Truffle, compared to v3.2, will look the same to you from a features standpoint, but it will now be easier to install, and all the previous installation dependencies are no longer required.

Get the new version

First uninstall the old version of Truffle:

$ npm uninstall -g truffle

Then install the new version:

$ npm install -g truffle

If you're on Ubuntu or OS X, you may need to use sudo in the above commands.

Thanks!

As always, we thank you for your continued support and feedback. Keep a look out for plenty new features in the coming weeks, as we have a lot of exciting things to show.

Cheers!
-- Tim and the Truffle Team