From d02d811587d316bd1ee69fb6ed321212948ec22f Mon Sep 17 00:00:00 2001 From: michal maxian Date: Mon, 20 Mar 2017 08:35:59 +0100 Subject: [PATCH] add root/Administrator notification for problems with electron-packager and electron-prebuilt installation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 83ae504..665ef2e 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ To build the production ready app, install `electron-packager` and `electron-pre npm install electron-packager -g npm install electron-prebuilt -g ``` +If you got `ERR! code EASCCESS` try to run commands under `root/Administrator` account. #### **Build the Wallet-App** Refer to the original [electron-packager](https://github.com/electron-userland/electron-packager) repository for more detailed information.