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

*BSD installation/compilation? #3407

Closed
dchmelik opened this issue Aug 2, 2020 · 5 comments
Closed

*BSD installation/compilation? #3407

dchmelik opened this issue Aug 2, 2020 · 5 comments
Labels

Comments

@dchmelik
Copy link

dchmelik commented Aug 2, 2020

Can't install (or compile?) on FreeBSD 13-CURRENT.

What exactly were you doing when you encountered this issue?

Console Logs / Screenshots

u@cosmos:~/MyCrypto-1.7.11$ rm -rf node_modules/ && yarn
yarn install v1.22.4
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
info [email protected]: The platform "freebsd" is incompatible with this module.
[...]
info [email protected]: The platform "freebsd" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=4 <=9". Got "14.5.0"
error Found incompatible module.

Description of Your Machine

  • Operating system: FreeBSD 13-CURRENT
  • Device: x86_64 desktop workstation
  • MyCrypto Version Number: 1.7.11
@mwbailey
Copy link
Contributor

Hi @dchmelik,

You're using Node 14, instead of the required Node 8: https://github.com/MyCryptoHQ/MyCrypto/tree/1.7.11#development--build-requirements

nvm is typically the best way to manage multiple versions of Node, although it looks like there may be some issues installing on FreeBSD: https://github.com/nvm-sh/nvm#important-notes

@Legogris
Copy link

Legogris commented Sep 2, 2020

@mwbailey Are you aware if there is any plan to migrate to 12, the current LTS, or at the very least 10? node v8 is end-of-life and does not receive fixes since 2019-12-31.

@Mrtenz
Copy link
Collaborator

Mrtenz commented Sep 3, 2020

@Legogris We are working on updating the legacy branch to Node v10. The beta app (master branch) is already running on Node v12, but there's no desktop application for it yet.

@stale
Copy link

stale bot commented Nov 2, 2020

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 stale bot added the wontfix label Nov 2, 2020
@Mrtenz
Copy link
Collaborator

Mrtenz commented Nov 2, 2020

#3363

@stale stale bot closed this as completed Nov 9, 2020
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

4 participants