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
In truffle console(development) after typing: Supplier.address the error is showing:
truffle(development)> Supplier.address /home/oko/.nvm/versions/node/v11.4.0/lib/node_modules/truffle/build/cli.bundled.js:500795 throw new Error(error); ^
truffle(development)> Supplier.address
/home/oko/.nvm/versions/node/v11.4.0/lib/node_modules/truffle/build/cli.bundled.js:500795
throw new Error(error);
^
Error: Supplier has no network configuration for its current network id (1562525172380).
Any idea why?
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In truffle console(development) after typing: Supplier.address the error is showing:
truffle(development)> Supplier.address
/home/oko/.nvm/versions/node/v11.4.0/lib/node_modules/truffle/build/cli.bundled.js:500795
throw new Error(error);
^
Error: Supplier has no network configuration for its current network id (1562525172380).
Any idea why?
Thanks
The text was updated successfully, but these errors were encountered: