serverless-component won't deploy #15151
-
The Nextjs's recommended serverless structure and the serverless-next NPM package is failing with a syntax error every time. Versions: Error Stack trace
Sample serverless.yml nextApp:
component: "@sls-next/[email protected]" |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Node 8 doesn't know the |
Beta Was this translation helpful? Give feedback.
-
@illuminist I have resolved by using |
Beta Was this translation helpful? Give feedback.
@illuminist I have resolved by using
Node -v 12.18.2
. Thank you for your help again