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
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 maybe the version should be changed to fix this here also.
Current Behavior
Using Node v22.12 or later causes _serverlessExternalPluginName error
Bug Report
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 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
Environment
serverless
version: v3.39.0serverless-offline
version: v13.9.0node.js
version: v22.12OS
: windows 11Possible Solution
Change the dependency to serverless 3.40
The text was updated successfully, but these errors were encountered: