You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
When you removed truffle.js, you broke compatibility with older versions of Truffle (Truffle 4.0.x). And since there is no mechanism in Truffle to know which versions of which box are compatible with each version of Truffle, this is very annoying. I am creating a Udemy course that relies heavily on Truffle, and last time we updated it, we used Truffle 4.0. So now our students try truffle init and get an error saying there is no valid box here.
Could you please add truffle.js again to keep compatibility with older versions of Truffle, or maybe add a mechanism to Truffle to let it download different versions of the same box depending on which version of Truffle is running?
The text was updated successfully, but these errors were encountered:
When you removed truffle.js, you broke compatibility with older versions of Truffle (Truffle 4.0.x). And since there is no mechanism in Truffle to know which versions of which box are compatible with each version of Truffle, this is very annoying. I am creating a Udemy course that relies heavily on Truffle, and last time we updated it, we used Truffle 4.0. So now our students try truffle init and get an error saying there is no valid box here.
Could you please add truffle.js again to keep compatibility with older versions of Truffle, or maybe add a mechanism to Truffle to let it download different versions of the same box depending on which version of Truffle is running?
The text was updated successfully, but these errors were encountered: