trufflesuite / truffle

:warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat?utm_source=github&utm_medium=referral&utm_campaign=2023_Sep_truffle-sunset-2023_announcement_
MIT License
14.02k stars 2.31k forks source link

How to install truffle solidity 0.4.2? #1383

Closed kennblvnp closed 5 years ago

kennblvnp commented 5 years ago

npm install truffle --dev solc@0.4.2

is this correct?

gnidan commented 5 years ago

I don't think Truffle supports Solidity v0.4.2 anymore, but you can try using the BYOC feature

Closing this (since it's not an issue, just a question). Thanks!