We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got an error : Error: No Network specified. can not determine current network.
The text was updated successfully, but these errors were encountered:
➤ Dalton L Brady commented:
Also receiving this error, I'll let you know if I solve it.
Sorry, something went wrong.
Alright, I've figured out how to get migrations to function properly. Not sure why the rpc in the truffle.js configuration file was not working properly. But I've commented it out and included a networks reference in it's place here's a link to the my version of the file ( https://gist.github.com/headygains/fd578fdcedc4c33e25a6776025d6e3ab ). Here's the truffle documentation I used to fix the issue ( http://truffleframework.com/tutorials/upgrading-from-truffle-2-to-3#first-things-first-configuration ).
EDIT: run the migration from the project source directory using // truffle migrate --network development
development is what i named my network in the truffle.js configuration file referenced in the Gist above.
No branches or pull requests
I got an error :
Error: No Network specified. can not determine current network.
The text was updated successfully, but these errors were encountered: