From 5496fef4bcb327fc0d580569807c6b289cf75cb1 Mon Sep 17 00:00:00 2001 From: Xymorot Date: Tue, 3 Mar 2020 22:49:32 +0100 Subject: [PATCH] meta: add information about the use-case of the electron-version npm script --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 76a7901..00244d1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,6 +63,8 @@ Then run `npm run build` to build the app, and `npm start` to run it. The `npm run watch` script watches files and rebuilds the app on changes. +You should try to the use the node version `npm run electron-version` reports, since that is the node version the app runs on. + ### Git This project uses Git as its version control software. If you don't know how to use it, [read a quick guide](https://www.google.com/search?q=how+to+git).