truffle-box / react-box

Truffle, Webpack and React boilerplate.
https://truffle-box.github.io/
MIT License
736 stars 251 forks source link

Error: ENOENT: no such file or directory, stat './migrations' #17

Closed AriHietamaki closed 5 years ago

AriHietamaki commented 7 years ago

Windows 10. NPM 3.10.10 Truffle v3.4.6 (core: 3.4.6) Solidity v0.4.13 (solc-js)

When trying to run truffle migrate throws error:

Using network 'development'.

Error: ENOENT: no such file or directory, stat './migrations'
    at Error (native)

I removed row migrations_directory: "./migrations" from truffle.js and after that runs through.

wildmolasses commented 6 years ago

This just happened to me; just wanted to leave a note, make sure you call truffle migrate from root of truffle project directory.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 5 years ago

This issue has been closed, but can be re-opened if further comments indicate that the problem persists. Feel free to tag maintainers if no there is no reply to further comments.