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

node-ipc dependency doesn't work with current version of node #11

Open
cleeland opened this issue Jun 14, 2023 · 1 comment · May be fixed by #13
Open

node-ipc dependency doesn't work with current version of node #11

cleeland opened this issue Jun 14, 2023 · 1 comment · May be fixed by #13

Comments

@cleeland
Copy link

Trying to do a fresh build from source on macOS using brew-based instructions, and yarn install gives the following error:

$ yarn install
yarn install v1.22.19
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
error @achrinza/node-ipc@9.2.5: The engine "node" is incompatible with this module. Expected version "8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18". Got "20.3.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

node was installed via brew. Here's the details on it:

$ brew info node
==> node: stable 20.3.0 (bottled), HEAD
Platform built on V8 to build network applications
https://nodejs.org/
/usr/local/Cellar/node/20.3.0 (2,446 files, 59.4MB) *
  Poured from bottle using the formulae.brew.sh API on 2023-06-14 at 00:44:47
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/node.rb
License: MIT
==> Dependencies
Build: pkg-config ✔, python@3.11 ✘
Required: brotli ✔, c-ares ✔, icu4c ✔, libnghttp2 ✔, libuv ✔, openssl@1.1 ✔
==> Options
--HEAD
	Install HEAD version
==> Caveats
Bash completion has been installed to:
  /usr/local/etc/bash_completion.d
==> Analytics
install: 231,059 (30 days), 16,840 (90 days), 3,907,553 (365 days)
install-on-request: 180,250 (30 days), 15,300 (90 days), 3,454,684 (365 days)
build-error: 496 (30 days)
@vti
Copy link
Owner

vti commented Jun 14, 2023

Uff, can't do much right now. Vue depends on node-ipc which is failing, the latest version 10.1.7 also doesn't help. Try to install node 18, until it's fixed.

@nottobe nottobe linked a pull request Apr 2, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants