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

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

@VladimirMikulic

Description

@VladimirMikulic

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

Metadata

Metadata

Assignees

Labels

P0Critical. Tacked by core teambugSomething isn't working

Type

No type

Projects

Status

Done/Closed

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions