-
-
Notifications
You must be signed in to change notification settings - Fork 653
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
Comments
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 |
@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. |
@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. |
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. |
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
The text was updated successfully, but these errors were encountered: