Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Eva Shon edited this page Jul 6, 2015 · 19 revisions

##Troubleshooting##

1. Warning: Couldn't find environment undefined.

2. truffle deploy is now giving me [Error: Server error: File "testrpc.py", line 232, in eth_compileSolidity | KeyError: 'solidity’]

That’s an probably an issue with your Ethereum testrpc where it doesn’t send compile errors through the RPC. Check out the testrpc output - it should tell you why the contract didn’t compile. If it doesn’t give you a compile error, it means it can’t find solc, the solidity compiler.

Clone this wiki locally