From 812b7dbdfada1ee808faaacfb0ec91461a7eba6c Mon Sep 17 00:00:00 2001 From: Ulises Gascon Date: Tue, 22 Aug 2023 23:52:39 +0200 Subject: [PATCH 1/2] chore: add nvm config file --- .nvmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000000..72c7744b30 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +18.12.1 \ No newline at end of file From 405ce12aab74cd5aa5340d4e8c5e9c00bc2fdf19 Mon Sep 17 00:00:00 2001 From: Ulises Gascon Date: Tue, 22 Aug 2023 23:53:23 +0200 Subject: [PATCH 2/2] docs: extend references to use nvm --- packages/desktop/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/desktop/README.md b/packages/desktop/README.md index 5dbf233bcf..f1486c4a74 100644 --- a/packages/desktop/README.md +++ b/packages/desktop/README.md @@ -2,7 +2,7 @@ Running the desktop version of Quiet should be straightforward on Mac, Windows, and Linux. Here are the steps: -0. Use `Node 18.12.1` and `npm 8.19.2`. We recommend [nvm](https://github.com/nvm-sh/nvm) for easily switching Node versions, and if this README gets out of date you can see the actual version used by CI [here](https://github.com/TryQuiet/quiet/blob/master/.github/actions/setup-env/action.yml). +0. Use `Node 18.12.1` and `npm 8.19.2`. We recommend [nvm](https://github.com/nvm-sh/nvm) for easily switching Node versions, and if this README gets out of date you can see the actual version used by CI [here](https://github.com/TryQuiet/quiet/blob/master/.github/actions/setup-env/action.yml). If you are using nvm, you can run `nvm use` in the project's root to switch to the correct version. 1. In `quiet/` (project's root) install monorepo's dependencies and bootstrap the project with lerna. It will take care of the package's dependencies and trigger a prepublish script which builds them. ```