Consensys/Tokens

Truffle migration failed

ChenhaoXu304 opened this issue · 2 comments

When running "truffle migrate", the following error is returned:
"Error: Could not find built Migrations contract: Could not find artifacts for ./Migrations.sol from any sources."

I cloned from this repository and built with "npm install". Did I miss any steps in building?

Truffle version: 3.2.4
OS: Windows 10

Ah yes. @ChenhaoXu304, Migrations aren't in this installation. We haven't used the contract to directly deploy it from this Truffle repo. It's recommended that you pull the contracts into your own projects and build your migrations from there (if it makes sense).

This was fixed in a recent PR. Thanks for brining it up.