aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index e87ece11c..662fc37f3 100644
--- a/README.md
+++ b/README.md
@@ -165,6 +165,12 @@ $ npx lerna bootstrap
165 165
166If you previously ran `npm install` it sometimes is necessary to delete your `node_modules` folder before running `npx lerna bootstrap`. 166If you previously ran `npm install` it sometimes is necessary to delete your `node_modules` folder before running `npx lerna bootstrap`.
167 167
168### Fix native modules to match current electron node version
169
170```bash
171$ npm run rebuild
172```
173
168### Start development app 174### Start development app
169 175
170Run these two commands **simultaneously** in different console tabs: 176Run these two commands **simultaneously** in different console tabs: