question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

What problem does this feature solve?

It solve the issue that vue cli can’t be installed on node 18 because @achrinza/node-ipc@9 doesn’t support it

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

What does the proposed API look like?

Allow @achrinza/node-ipc@10

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:26
  • Comments:12 (2 by maintainers)

github_iconTop GitHub Comments

9reactions
wxh06commented, Apr 30, 2022

The temporary solution is:

yarn --ignore-engines

Reference:

$ yarn help | grep -- --ignore
    --ignore-engines                    ignore engines check
    --ignore-optional                   ignore optional dependencies
    --ignore-platform                   ignore platform checks
    --ignore-scripts                    don't run lifecycle scripts
8reactions
wxh06commented, May 2, 2022

How do I even create a project with vue-cli? It seems to run yarn automatically

yarn config set ignore-engines true
Read more comments on GitHub >

github_iconTop Results From Across the Web

Node.js 18 is now available!
As per the release schedule, Node.js 18 will be the 'Current' release for the next 6 months and then promoted to Long-term Support...
Read more >
11 Features in Node.js 18 you need to try - NodeSource
Other Features/Changes: · Default DNS resolution · ECMAScript modules improvements · Improved support for AbortController and AbortSignal · Updated ...
Read more >
node/CHANGELOG_V18.md at main · nodejs/node - GitHub
This release marks the transition of Node.js 18.x into Long Term Support (LTS) with the codename 'Hydrogen'. The 18.x release line now moves...
Read more >
Node.js - endoflife.date
Release Released Active Support Se... 19 2 months and 1 week ago. (18 Oct 2022) Ends in 3 months. (01 Apr 2023) En... 18 (...
Read more >
AWS Lambda Now Has Support for Node.js 18 Runtime - InfoQ
Recently AWS announced that Node.js version 18 is supported in its Function as a Service (FaaS), AWS Lambda, and is in active LTS...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found