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

Request for upgrade to Node@16 or later LTS version #168

Open
balmoral opened this issue Mar 27, 2022 · 1 comment
Open

Request for upgrade to Node@16 or later LTS version #168

balmoral opened this issue Mar 27, 2022 · 1 comment

Comments

@balmoral
Copy link

Attempting to local build of avalanche-wallet.

Node version specified in package.json is 15.x which is not long-term support (LTS) release of Node.

Is support for later LTS versions of Node planned?

@ava-labs ava-labs deleted a comment May 26, 2022
@mattheath
Copy link

mattheath commented Jul 26, 2022

Hi, any update on this? Apple Silicon support was added in Node 16, so I can't run this on my M1 laptop.

Removing the node 15.x restriction from package.json and running yarn serve causes a SIGABRT error:

❯ yarn serve
yarn run v1.22.17
$ vue-cli-service serve
 INFO  Starting development server...
Starting type checking service...
Using 1 worker with 2048MB memory limit
40% building 133/136 modules 3 active /Users/matt/src/github.com/ava-labs/avalanche-wallet/node_modules/core-js/modules/es.array.find-index.js
Assertion failed: (thread_id_key != 0x7777), function find_thread_id_key, file coroutine.cc, line 134.
error Command failed with signal "SIGABRT".
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Which is due to node-fibers, as this is not supported on node 16+.

Removing fibers with yarn remove fibers and running via yarn serve does seem to work on Node v16.13.0 though. I can submit a PR for this if it's an acceptable solution?

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

2 participants