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
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ sudo n stable
52
52
53
53
```bash
54
54
$ node -v
55
-
v18.12.1
55
+
v20.3.1
56
56
```
57
57
58
58
Update (provided Node version manager is installed): `n stable`. May require `sudo`.
@@ -61,7 +61,7 @@ Update (provided Node version manager is installed): `n stable`. May require `su
61
61
62
62
```bash
63
63
$ npm -v
64
-
8.19.2
64
+
9.7.2
65
65
```
66
66
67
67
Updating npm: `sudo n stable` where stable can also be a specific version above 8.4. May require `sudo`.
@@ -98,14 +98,16 @@ make list
98
98
Note: Some patterns have a hard dependency on AWS Secrets (for example GitHub access tokens). Initially you will see errors complaining about lack of the required secrets. It is normal. At the bottom, it will show the list of patterns which can be deployed, in case the pattern you are looking for is not available, it is due to the hard dependency which can be fixed by following the docs specific to those patterns.
0 commit comments