NodeJS Elasticbeanstalk Worker environment fails with `You didn't specify a Node.js version in the 'package.json'`

0

When creating a new Worker Elasticbeanstalk environment with a Sample code bundle I face You didn't specify a Node.js version in the 'package.json' everytime. WebServer environment works fine though. Must be something with Sample code itself.

asked 2 years ago1998 views
1 Answer
0

Do you have a package.json as part of the sample code?

If no create the file similar to below

{
    "engines": { "node" : "14.16.0" }
}

If yes does it contain an engine reference similar to above?

RoB
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions