You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched existing issues, it hasn't been reported yet
Issue description
When using node version v12.22.10, installing any version after [email protected] with yarn (or another package manager that respects the engines key in package.json) will error with the following:
error [email protected]: The engine "node" is incompatible with this module. Expected version ">= 14.0.0". Got "12.22.10"
error Found incompatible module.
This is due to the filesize bump from version 8.0.7 to version 10.0.5 introduced in:
I know that nodev12 is EOL as of April 30 2022, so I don't really expect it to continue being supported. I mostly just wanted to document this here in case it helps anyone else in future, as there was no 'Breaking Change' notes documenting this in the CHANGELOG / release notes that I could see.
Service configuration (serverless.yml) content
N/A
Command name and used flags
N/A
Command output
N/A
Environment information
N/A
The text was updated successfully, but these errors were encountered:
Are you certain it's a bug?
Is the issue caused by a plugin?
Are you using the latest v3 release?
Is there an existing issue for this?
Issue description
When using
node
versionv12.22.10
, installing any version after[email protected]
withyarn
(or another package manager that respects theengines
key inpackage.json
) will error with the following:This is due to the
filesize
bump from version8.0.7
to version10.0.5
introduced in:I know that
node
v12
is EOL as of April 30 2022, so I don't really expect it to continue being supported. I mostly just wanted to document this here in case it helps anyone else in future, as there was no 'Breaking Change' notes documenting this in the CHANGELOG / release notes that I could see.Service configuration (serverless.yml) content
N/A
Command name and used flags
N/A
Command output
Environment information
The text was updated successfully, but these errors were encountered: