spacemeshos / app

[DEPRECATED] The cosmic Spacemesh App containing the Spacemesh Wallet and the Spacemesh Dashboard 🏦📊
MIT License
20 stars 12 forks source link

TypeError: Cannot read property 'injection' of undefined #3

Closed ImmanuelSegol closed 6 years ago

ImmanuelSegol commented 6 years ago

Describe the bug TypeError: Cannot read property 'injection' of undefined

To Reproduce Steps to reproduce the behavior:

  1. yarn install
  2. yarn web

Expected behavior Demo to run properly.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

ImmanuelSegol commented 6 years ago

This was fixed by installing node_modules with npm install . Probably an issue with package versions.