From cb2141075c7f166b663a87a9024c3deefedd04df Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 9 Apr 2019 17:09:23 +0100 Subject: [PATCH] Switch npm i to yarn --- docs/native_node_modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/native_node_modules.md b/docs/native_node_modules.md index 493cdcc9..2431346e 100644 --- a/docs/native_node_modules.md +++ b/docs/native_node_modules.md @@ -14,7 +14,7 @@ If you would like to rebuild the module yourself and replace the downloaded bina ```bash cd electron_app -npm i +yarn cd node_modules rm -rf iohook git clone https://github.com/matrix-org/iohook