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

TypeError: Cannot read property 'type' of undefined #1529

Closed
Ambika-Bhat opened this issue Apr 7, 2018 · 0 comments
Closed

TypeError: Cannot read property 'type' of undefined #1529

Ambika-Bhat opened this issue Apr 7, 2018 · 0 comments

Comments

@Ambika-Bhat
Copy link

In embark, engine.js has following line:
if (this.config.contractsConfig.deployment.type === "rpc") {
When I tried to run embark I'm getting this error:
embark run
TypeError: Cannot read property 'type' of undefined
at Engine.web3Service (/usr/local/lib/node_modules/embark/lib/core/engine.js:222:50)
at Engine.startService (/usr/local/lib/node_modules/embark/lib/core/engine.js:70:20)
at /usr/local/lib/node_modules/embark/lib/index.js:104:16
at /usr/local/lib/node_modules/embark/node_modules/async/dist/async.js:3866:24
at eachOfArrayLike (/usr/local/lib/node_modules/embark/node_modules/async/dist/async.js:1055:9)
at eachOf (/usr/local/lib/node_modules/embark/node_modules/async/dist/async.js:1103:5)
at _parallel (/usr/local/lib/node_modules/embark/node_modules/async/dist/async.js:3865:5)
at Object.parallelLimit [as parallel] (/usr/local/lib/node_modules/embark/node_modules/async/dist/async.js:3948:5)
at Embark.run (/usr/local/lib/node_modules/embark/lib/index.js:69:11)
at Command. (/usr/local/lib/node_modules/embark/lib/cmd.js:94:16)

Please help me to resolve this

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

No branches or pull requests

1 participant