aws-samples / aws-samples/aws-elasticbeanstalk-fullstack-webapp
React app deploy error: NodeJS 12.16.1 not supported
Open
- Dominant language
- JavaScript
- Stars
- 21
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
On React Application Setup page, the "eb create" show errors about NodeJS version, the specific version 12.16.1 is not supported by AWS Elastic Beanstalk. I believe the current version of Elastic Beanstalk CLI use the NodeJS 14 as default.
The current NodeJS version supported could be checked [here](https://elasticbeanstalk-platform-assets-us-east-1.s3.amazonaws.com/stalks/eb_nodejs14_amazon_linux_2_1.0.1163.0_20210827231701/configs/valid_runtimes.json)
```
$ eb --version
EB CLI 3.20.2 (Python 3.7.1)
```
Contributor guide
Assessment
This issue has not been assessed yet.