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
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,15 @@ Standalone app separated from Boost Note for better local space support. See [Ro
41
41
-`electron` : Compiled electron resources from `npm run build:electron` script. You can run it by `npm start` script. The resources are for packaging the electron app.
42
42
-`src` : Source code.
43
43
44
+
### Prerequisites
45
+
46
+
- Node.js 16.x — newer versions are not supported
47
+
48
+
```sh
49
+
nvm install 16
50
+
nvm use 16
51
+
```
52
+
44
53
### Build
45
54
46
55
Please copy `.env.default` file and create a file named `.env` in the root of the project directory, or the build will fail.
@@ -49,7 +58,7 @@ Please copy `.env.default` file and create a file named `.env` in the root of th
0 commit comments