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: docs/development/cli.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,10 @@ Build the CLI as a binary which can be installed without the source code or Node
32
32
$ make cli-build
33
33
```
34
34
35
-
Check the [dist](/dist/) directory once it is created.
36
-
37
-
_Note: Node 18 is set to avoid erros, even though 22 is set in package.json and is active with NVM._
35
+
> [!NOTE]
36
+
> In [Makefile](/Makefile), Node **18** is set to avoid errors from `pkg`. Even though 22 is set in package.json and is active with NVM. Check the [pkg docs](https://www.npmjs.com/package/pkg) for more info on available versions.
38
37
38
+
Check the [dist](/dist/) directory once it is created. These are added to a release.
0 commit comments