Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Not compatible with Node.js 18 (next LTS) #158

Closed
VladimirMikulic opened this issue Oct 17, 2022 · 0 comments · Fixed by #186
Closed

Not compatible with Node.js 18 (next LTS) #158

VladimirMikulic opened this issue Oct 17, 2022 · 0 comments · Fixed by #186
Assignees
Labels
bug Something isn't working P0 Critical. Tacked by core team

Comments

@VladimirMikulic
Copy link

Describe the bug

The package can't be installed on Node.js 18. (which will be the LTS version in a few days at the time of this writing)

To Reproduce

  1. Install Node.js 18
  2. Try to install @chainsafe/dappeteer

Expected behavior

I'd expect package to be installable on Node.js 18.
The fix would be to replace this (package.json):

"engines": {
  "node": "16"
}

with

"engines": {
  "node": ">=16"
},

Screenshots

Screenshot_20221017_134517

@VladimirMikulic VladimirMikulic added the bug Something isn't working label Oct 17, 2022
@VladimirMikulic VladimirMikulic changed the title Wrong Node engine warning Not compatible with Node.js 18 (next LTS) Oct 17, 2022
@mpetrunic mpetrunic added the P0 Critical. Tacked by core team label Nov 11, 2022
@mpetrunic mpetrunic moved this to New Issues in Dappeteer Nov 11, 2022
@mpetrunic mpetrunic moved this from New Issues to Backlog in Dappeteer Nov 11, 2022
@BeroBurny BeroBurny self-assigned this Nov 11, 2022
@mpetrunic mpetrunic moved this from Backlog to Review in Dappeteer Nov 14, 2022
Repository owner moved this from Review to Done/Closed in Dappeteer Nov 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working P0 Critical. Tacked by core team
Projects
Status: Done/Closed
3 participants