Skip to content
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

Build error: can't resolve '../contracts/bin/exchange.js' #3

Open
s-tikhomirov opened this issue Mar 8, 2018 · 1 comment
Open
Labels

Comments

@s-tikhomirov
Copy link
Owner

Following the build instrutions, after npm run build:

ERROR in ./app/exchange.js
Module not found: Error: Can't resolve '../contracts/bin/exchange.js' in '/home/sergei/Documents/code/kyce/app'
 @ ./app/exchange.js 17:24-63
 @ ./app/vm.js
 @ ./app/index.js
 @ multi babel-polyfill ./app/index.js

ERROR in ./app/contract.js
Module not found: Error: Can't resolve '../contracts/bin/dbgtoken.js' in '/home/sergei/Documents/code/kyce/app'
 @ ./app/contract.js 17:24-63
 @ ./app/vm.js
 @ ./app/index.js
 @ multi babel-polyfill ./app/index.js
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! [email protected] build: `webpack --progress --colors`
npm ERR! Exit status 2
npm ERR! 
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/sergei/.npm/_logs/2018-03-08T14_24_13_782Z-debug.log
@s-tikhomirov
Copy link
Owner Author

The line in question (17:24-63) is:

        const acc = "0x1d07e9216cdb5ef32d713aa1f12d1fb64a347c3f"

Another default accounts generated?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant