Skip to content

Commit

Permalink
Merge pull request #8 from martinc1991/feature/add-node-npm-version-o…
Browse files Browse the repository at this point in the history
…n-readme

Add node and npm version on README
  • Loading branch information
chescalante authored May 30, 2024
2 parents 8e5e89b + 4649e89 commit 85ae743
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# React Monorepo Template

## Node and NPM version

TL;DR

- Node version: 18.18.2
- npm version: 9.8.1

For now, **API breaks with Node > 18.18**. Node 18.18.2 is required.

Also, Node 18.18.2 comes with npm 9.8.1, so the project should work properly with it. In any case, npm workspaces were added in npm 7.0.0, so you should have at least that version (9.8.1 strongly recommended).

## Create user for deployment (AWS)

1. Go to IAM service
Expand Down

0 comments on commit 85ae743

Please sign in to comment.