Emulate AWS λ and API Gateway locally when developing your Serverless project
## Bug Report The error is the same as stated here https://github.com/serverless/serverless/issues/12936 as the version target as dependency for the serverless-offline [v13](https://github.com/dherault/serverless-offline/blob/fee0470/package.json) is serverless ^3.2 the fixing update is not enforced. Being nodejs22.x a [supported runtime](https://github.com/dherault/serverless-offline/pull/1838) maybe the version should be changed to fix this here also. **Current Behavior** Using Node v22.12 or later causes _serverlessExternalPluginName error **Expected behavior** Node v22.X should be [supported](https://github.com/dherault/serverless-offline/pull/1838) **Environment** - `serverless` version: v3.39.0 - `serverless-offline` version: v13.9.0 - `node.js` version: v22.12 - `OS`: windows 11 **Possible Solution** Change the dependency to serverless 3.40
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by eusousu and has received 3 comments.