Closed VladimirMikulic closed 1 year ago
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
@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
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
@chainsafe/dappeteer
Expected behavior
I'd expect package to be installable on Node.js 18. The fix would be to replace this (package.json):
with
Screenshots