Problem installing electron on Linux/macOS
i need to create an app using Angular and Electron. This app should work on Windows/macOs and Linux.
I tried to run it on Windows and it worked. But when i try on macOS or Linux, it fails...
Here is the output when i run with npm run electron
:
Error: Electron failed to install correctly, please delete node_modules/electron and try installing again
at Object.<anonymous> (/usr/lib/node_modules/electron/index.js:9:9)
at Module._compile (internal/modules/cjs/loader.js:688:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:699:10)
at Module.load (internal/modules/cjs/loader.js:598:32)
at tryModuleLoad (internal/modules/cjs/loader.js:537:12)
at Function.Module._load (internal/modules/cjs/loader.js:529:3)
at Module.require (internal/modules/cjs/loader.js:636:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Object.<anonymous> (/usr/lib/node_modules/electron/cli.js:3:16)
at Module._compile (internal/modules/cjs/loader.js:688:30)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! open-terminal@0.0.0 electron: `ng build --base-href ./ && electron .`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the open-terminal@0.0.0 electron script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
In my package.json i created "electron": "ng build --base-href ./ && electron ."
to run my app.
I tried to delete and re install, but it failed..
I tried to reinstall with : sudo npm install electron --verbose
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! electron@3.0.10 postinstall: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the electron@3.0.10 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
node.js npm electron
add a comment |
i need to create an app using Angular and Electron. This app should work on Windows/macOs and Linux.
I tried to run it on Windows and it worked. But when i try on macOS or Linux, it fails...
Here is the output when i run with npm run electron
:
Error: Electron failed to install correctly, please delete node_modules/electron and try installing again
at Object.<anonymous> (/usr/lib/node_modules/electron/index.js:9:9)
at Module._compile (internal/modules/cjs/loader.js:688:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:699:10)
at Module.load (internal/modules/cjs/loader.js:598:32)
at tryModuleLoad (internal/modules/cjs/loader.js:537:12)
at Function.Module._load (internal/modules/cjs/loader.js:529:3)
at Module.require (internal/modules/cjs/loader.js:636:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Object.<anonymous> (/usr/lib/node_modules/electron/cli.js:3:16)
at Module._compile (internal/modules/cjs/loader.js:688:30)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! open-terminal@0.0.0 electron: `ng build --base-href ./ && electron .`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the open-terminal@0.0.0 electron script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
In my package.json i created "electron": "ng build --base-href ./ && electron ."
to run my app.
I tried to delete and re install, but it failed..
I tried to reinstall with : sudo npm install electron --verbose
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! electron@3.0.10 postinstall: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the electron@3.0.10 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
node.js npm electron
Could you edit you post to include the commands which generate the error messages, please?
– Jon
Nov 20 '18 at 13:21
add a comment |
i need to create an app using Angular and Electron. This app should work on Windows/macOs and Linux.
I tried to run it on Windows and it worked. But when i try on macOS or Linux, it fails...
Here is the output when i run with npm run electron
:
Error: Electron failed to install correctly, please delete node_modules/electron and try installing again
at Object.<anonymous> (/usr/lib/node_modules/electron/index.js:9:9)
at Module._compile (internal/modules/cjs/loader.js:688:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:699:10)
at Module.load (internal/modules/cjs/loader.js:598:32)
at tryModuleLoad (internal/modules/cjs/loader.js:537:12)
at Function.Module._load (internal/modules/cjs/loader.js:529:3)
at Module.require (internal/modules/cjs/loader.js:636:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Object.<anonymous> (/usr/lib/node_modules/electron/cli.js:3:16)
at Module._compile (internal/modules/cjs/loader.js:688:30)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! open-terminal@0.0.0 electron: `ng build --base-href ./ && electron .`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the open-terminal@0.0.0 electron script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
In my package.json i created "electron": "ng build --base-href ./ && electron ."
to run my app.
I tried to delete and re install, but it failed..
I tried to reinstall with : sudo npm install electron --verbose
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! electron@3.0.10 postinstall: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the electron@3.0.10 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
node.js npm electron
i need to create an app using Angular and Electron. This app should work on Windows/macOs and Linux.
I tried to run it on Windows and it worked. But when i try on macOS or Linux, it fails...
Here is the output when i run with npm run electron
:
Error: Electron failed to install correctly, please delete node_modules/electron and try installing again
at Object.<anonymous> (/usr/lib/node_modules/electron/index.js:9:9)
at Module._compile (internal/modules/cjs/loader.js:688:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:699:10)
at Module.load (internal/modules/cjs/loader.js:598:32)
at tryModuleLoad (internal/modules/cjs/loader.js:537:12)
at Function.Module._load (internal/modules/cjs/loader.js:529:3)
at Module.require (internal/modules/cjs/loader.js:636:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Object.<anonymous> (/usr/lib/node_modules/electron/cli.js:3:16)
at Module._compile (internal/modules/cjs/loader.js:688:30)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! open-terminal@0.0.0 electron: `ng build --base-href ./ && electron .`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the open-terminal@0.0.0 electron script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
In my package.json i created "electron": "ng build --base-href ./ && electron ."
to run my app.
I tried to delete and re install, but it failed..
I tried to reinstall with : sudo npm install electron --verbose
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! electron@3.0.10 postinstall: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the electron@3.0.10 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
node.js npm electron
node.js npm electron
edited Nov 20 '18 at 13:25
Clément Drouin
asked Nov 20 '18 at 13:06
Clément DrouinClément Drouin
4616
4616
Could you edit you post to include the commands which generate the error messages, please?
– Jon
Nov 20 '18 at 13:21
add a comment |
Could you edit you post to include the commands which generate the error messages, please?
– Jon
Nov 20 '18 at 13:21
Could you edit you post to include the commands which generate the error messages, please?
– Jon
Nov 20 '18 at 13:21
Could you edit you post to include the commands which generate the error messages, please?
– Jon
Nov 20 '18 at 13:21
add a comment |
1 Answer
1
active
oldest
votes
Build instructions for electron on linux, macOS and windows are different. To build for linux, as per the electron docs, follow these steps:
1. Make sure you have python 2.7.x installed on your system. You can check the version of python running on your os by running the command python -V
.
2. Install nodejs. You can download the installer from here.
3. Since you've not mentioned the version of linux you're running, I'm assuming you're running Ubuntu. Install the following packages.
sudo apt-get install build-essential clang libdbus-1-dev libgtk-3-dev
libnotify-dev libgnome-keyring-dev libgconf2-dev
libasound2-dev libcap-dev libcups2-dev libxtst-dev
libxss1 libnss3-dev gcc-multilib g++-multilib curl
gperf bison python-dbusmock
These were the very basic required steps to build electron on linux. You may need to install several other packages depending your system architecture, project dependencies etc.
For complete build instructions, follow the electron docs. Here I leave you with some links.
1. Build Instructions for linux
2. Build Instructions for macOS
3. Build Instructions for windows
I installed the packages but i have the same issue...
– Clément Drouin
Nov 20 '18 at 13:38
Then follow the build instructions in the links. And update the question with more relevant info, like linux distribution, platform architecure, nodejs version etc.
– Nishkal Kashyap
Nov 20 '18 at 14:41
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53393675%2fproblem-installing-electron-on-linux-macos%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Build instructions for electron on linux, macOS and windows are different. To build for linux, as per the electron docs, follow these steps:
1. Make sure you have python 2.7.x installed on your system. You can check the version of python running on your os by running the command python -V
.
2. Install nodejs. You can download the installer from here.
3. Since you've not mentioned the version of linux you're running, I'm assuming you're running Ubuntu. Install the following packages.
sudo apt-get install build-essential clang libdbus-1-dev libgtk-3-dev
libnotify-dev libgnome-keyring-dev libgconf2-dev
libasound2-dev libcap-dev libcups2-dev libxtst-dev
libxss1 libnss3-dev gcc-multilib g++-multilib curl
gperf bison python-dbusmock
These were the very basic required steps to build electron on linux. You may need to install several other packages depending your system architecture, project dependencies etc.
For complete build instructions, follow the electron docs. Here I leave you with some links.
1. Build Instructions for linux
2. Build Instructions for macOS
3. Build Instructions for windows
I installed the packages but i have the same issue...
– Clément Drouin
Nov 20 '18 at 13:38
Then follow the build instructions in the links. And update the question with more relevant info, like linux distribution, platform architecure, nodejs version etc.
– Nishkal Kashyap
Nov 20 '18 at 14:41
add a comment |
Build instructions for electron on linux, macOS and windows are different. To build for linux, as per the electron docs, follow these steps:
1. Make sure you have python 2.7.x installed on your system. You can check the version of python running on your os by running the command python -V
.
2. Install nodejs. You can download the installer from here.
3. Since you've not mentioned the version of linux you're running, I'm assuming you're running Ubuntu. Install the following packages.
sudo apt-get install build-essential clang libdbus-1-dev libgtk-3-dev
libnotify-dev libgnome-keyring-dev libgconf2-dev
libasound2-dev libcap-dev libcups2-dev libxtst-dev
libxss1 libnss3-dev gcc-multilib g++-multilib curl
gperf bison python-dbusmock
These were the very basic required steps to build electron on linux. You may need to install several other packages depending your system architecture, project dependencies etc.
For complete build instructions, follow the electron docs. Here I leave you with some links.
1. Build Instructions for linux
2. Build Instructions for macOS
3. Build Instructions for windows
I installed the packages but i have the same issue...
– Clément Drouin
Nov 20 '18 at 13:38
Then follow the build instructions in the links. And update the question with more relevant info, like linux distribution, platform architecure, nodejs version etc.
– Nishkal Kashyap
Nov 20 '18 at 14:41
add a comment |
Build instructions for electron on linux, macOS and windows are different. To build for linux, as per the electron docs, follow these steps:
1. Make sure you have python 2.7.x installed on your system. You can check the version of python running on your os by running the command python -V
.
2. Install nodejs. You can download the installer from here.
3. Since you've not mentioned the version of linux you're running, I'm assuming you're running Ubuntu. Install the following packages.
sudo apt-get install build-essential clang libdbus-1-dev libgtk-3-dev
libnotify-dev libgnome-keyring-dev libgconf2-dev
libasound2-dev libcap-dev libcups2-dev libxtst-dev
libxss1 libnss3-dev gcc-multilib g++-multilib curl
gperf bison python-dbusmock
These were the very basic required steps to build electron on linux. You may need to install several other packages depending your system architecture, project dependencies etc.
For complete build instructions, follow the electron docs. Here I leave you with some links.
1. Build Instructions for linux
2. Build Instructions for macOS
3. Build Instructions for windows
Build instructions for electron on linux, macOS and windows are different. To build for linux, as per the electron docs, follow these steps:
1. Make sure you have python 2.7.x installed on your system. You can check the version of python running on your os by running the command python -V
.
2. Install nodejs. You can download the installer from here.
3. Since you've not mentioned the version of linux you're running, I'm assuming you're running Ubuntu. Install the following packages.
sudo apt-get install build-essential clang libdbus-1-dev libgtk-3-dev
libnotify-dev libgnome-keyring-dev libgconf2-dev
libasound2-dev libcap-dev libcups2-dev libxtst-dev
libxss1 libnss3-dev gcc-multilib g++-multilib curl
gperf bison python-dbusmock
These were the very basic required steps to build electron on linux. You may need to install several other packages depending your system architecture, project dependencies etc.
For complete build instructions, follow the electron docs. Here I leave you with some links.
1. Build Instructions for linux
2. Build Instructions for macOS
3. Build Instructions for windows
answered Nov 20 '18 at 13:27


Nishkal KashyapNishkal Kashyap
23719
23719
I installed the packages but i have the same issue...
– Clément Drouin
Nov 20 '18 at 13:38
Then follow the build instructions in the links. And update the question with more relevant info, like linux distribution, platform architecure, nodejs version etc.
– Nishkal Kashyap
Nov 20 '18 at 14:41
add a comment |
I installed the packages but i have the same issue...
– Clément Drouin
Nov 20 '18 at 13:38
Then follow the build instructions in the links. And update the question with more relevant info, like linux distribution, platform architecure, nodejs version etc.
– Nishkal Kashyap
Nov 20 '18 at 14:41
I installed the packages but i have the same issue...
– Clément Drouin
Nov 20 '18 at 13:38
I installed the packages but i have the same issue...
– Clément Drouin
Nov 20 '18 at 13:38
Then follow the build instructions in the links. And update the question with more relevant info, like linux distribution, platform architecure, nodejs version etc.
– Nishkal Kashyap
Nov 20 '18 at 14:41
Then follow the build instructions in the links. And update the question with more relevant info, like linux distribution, platform architecure, nodejs version etc.
– Nishkal Kashyap
Nov 20 '18 at 14:41
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53393675%2fproblem-installing-electron-on-linux-macos%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Could you edit you post to include the commands which generate the error messages, please?
– Jon
Nov 20 '18 at 13:21