node 18 support
See original GitHub issueWhat 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:
- Created a year ago
- Reactions:26
- Comments:12 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The temporary solution is:
Reference: