Closed lapoguidi closed 1 year ago
That's because the engine
property in package.json has been set since v2.1.1 (the day before you posted this issue), and its value says only v16 is supported. To include v18 too, it should be changed like this:
"engines": {
"node": ">=16.x.x <=18.x.x",
}
Thanks for the reply. I have already used the workaround just changing to ">=16", anyway I opened the issue just to report it to the author and hope for the correction, if there are no reasons why it currently cannot be installed with Nodejs versions higher than v16.
Hey, sorry for late reply, I'll manage it asap
Nice to hear that!
Environment:
Platform [X] nodeJs [X] Web/Browser
Issue description: When I try to install or upgrade using Node.js v18.12.1, I receive this message:
Maybe there are some issues using it with modern Node.js?
Steps to reproduce the problem:
Expected behavior Maybe it should work also in Node.js v18 or v19? I used v2.1.0 with Node.js v18 without tangible issues until now.
Screenshots N/A
Additional context N/A