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
dreamorosi opened this issue
Nov 2, 2023
· 1 comment
· Fixed by #1782
Assignees
Labels
completedThis item is complete and has been merged/shippedinternalPRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)
A contributor on Discord has encountered issues setting up their development environment using Gitpod. After looking into it I have noticed that Gitpod have updated the default base image to use Node.js 20.
The repository is still using Node.js 18 for development and hasn't yet been tested on the newer version, which went LTS about a week ago. We are planning on upgrading our development environment to the newer version but we haven't gotten to it yet.
This issue has evidenced that the current setup commands that are supposed to install a specific Node.js version are not working. We should fix this asap to unlock contributors.
Why is this needed?
So that new contributors can onboard easily and have a working environment when they start.
Which area does this relate to?
Other
Solution
Review the .gitpod.yml file and make sure it initializes the environment correctly.
Should this be considered in other Powertools for AWS Lambda languages? i.e. Python, Java, and .NET
Future readers
Please react with 👍 and your use case to help us understand customer demand.
The text was updated successfully, but these errors were encountered:
dreamorosi
added
internal
PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)
confirmed
The scope is clear, ready for implementation
labels
Nov 2, 2023
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
completedThis item is complete and has been merged/shippedinternalPRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)
Summary
A contributor on Discord has encountered issues setting up their development environment using Gitpod. After looking into it I have noticed that Gitpod have updated the default base image to use Node.js 20.
The repository is still using Node.js 18 for development and hasn't yet been tested on the newer version, which went LTS about a week ago. We are planning on upgrading our development environment to the newer version but we haven't gotten to it yet.
This issue has evidenced that the current setup commands that are supposed to install a specific Node.js version are not working. We should fix this asap to unlock contributors.
Why is this needed?
So that new contributors can onboard easily and have a working environment when they start.
Which area does this relate to?
Other
Solution
Review the
.gitpod.yml
file and make sure it initializes the environment correctly.Acknowledgment
Future readers
Please react with 👍 and your use case to help us understand customer demand.
The text was updated successfully, but these errors were encountered: