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

Unable to setup development environment #3789

Closed
karmacoma opened this issue Sep 14, 2021 · 0 comments · Fixed by #3790
Closed

Unable to setup development environment #3789

karmacoma opened this issue Sep 14, 2021 · 0 comments · Fixed by #3790
Assignees
Milestone

Comments

@karmacoma
Copy link
Member

Expected behavior

Setting up a development environment should work flawlessly, without errors.

Actual behavior

Developers are confronted with a missing instruction:

  • The required Node.js version to use:

    Using the latest stable Node.js will yield:

    Unsupported engine {
      required: { node: '>=12.13.0 <=12', npm: '>=6.12.0' }
    }
    

Developers are confronted with dependency problems:

  • One of the peer dependencies causes an error unless installed (related to chart.js)

  • The npm install command hangs indefinitely (related to trezor-connect / trezor.js)

Steps to reproduce

$ git clone https://github.com/LiskHQ/lisk-desktop.git
$ cd lisk-desktop
$ npm install <-- Hangs here, obviously...

Which version(s) does this affect? (Environment, OS, etc...)

  • OS: MacOS Big Sur v11.5.2
  • Architecture: Intel
  • Desktop: v2.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants