-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
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
Unable to start Dev server. #11
Comments
This is probably a windows path issue. Unfortunately I dont have access to a Windows machine, help wanted! |
Yep it probably is. Meanwhile, I was able to get this running this over Ubuntu via vagrant. Had to make changes in start.js to bind IP and port though. I think it would be nice if port and ip are not hard coded as localhost:3000. |
Think I cracked it: In the truffle-solidity docs it mentions the truffle.js file should be named truffle-config.js for Windows. I renamed the config file and also changed the name in index.js. At this point the deployment script ran out of gas, so I increased it from 190000 to 300000 and the contracts deployed successfully. |
I think i have a similar issue.
Upgraded from truffle-2 to truffle-3 recently.
|
Issue
Unable to start dev server. For some reason it doesn't seem to find truffle.js config
Steps to Reproduce
$ WEB3_RPC_LOCATION=http://localhost:8545 npm run start
Expected Behavior
App to start with default settings.
Actual Results
I am getting the below log
$ WEB3_RPC_LOCATION=http://localhost:8545 npm run start
Starting the development server...
[TRUFFLE SOLIDITY] No Truffle config file found.
[TRUFFLE SOLIDITY] Setting network to 'default' for compilation and contract provisioning
[TRUFFLE SOLIDITY] Setting network_id to 'default' for compilation and contract provisioning
Failed to compile.
Error in ./contracts/MetaCoin.sol
Module build failed: Error: You must specify the location of the Truffle migrations directory in the loader query string. (migrations_directory)
@ ./src/components/AccountList/AccountListContainer.js 33:16-49
Environment
The text was updated successfully, but these errors were encountered: