Skip to content

Conversation

@arthurcaccavo
Copy link

Description

The error is the same as stated here serverless/serverless#12936 as the version target as dependency for the serverless-offline v13 is serverless ^3.2 the fixing update is not enforced.

Being nodejs22.x a supported runtime I think the version should be changed to fix this here also.

Motivation and Context

Fix #1844

How Has This Been Tested?

Adding the following line on devDependecies and running npm install does so the problem does not occur anymore and serverless offline can be started.

"devDependencies": {
  ...
  "serverless": "^3.40.0"
}

arthurcaccavo and others added 2 commits December 18, 2024 13:42
The error is the same as stated here serverless/serverless#12936 as the version target as dependency for the serverless-offline v13 is serverless ^3.2 the fixing update is not enforced.

Being nodejs22.x a supported runtime I think the version should be changed to fix this here also.
zoellner added a commit to BrightCrowd/serverless-offline that referenced this pull request Jun 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants