-
Notifications
You must be signed in to change notification settings - Fork 48
Build fails on Raspberry Pi #37
Comments
Hi @j-f1 👋 ARM is currently not supported for Atom but there are users that have got it up and running. I have not tried any of this myself but I know about some issues and resources that might help you: https://github.com/hypersad/atom-armv7l/ |
Thanks for getting back to me! I’m actually using @hypersad’s solution you linked above. I’ll try installing a newer version of |
Were you able to fix this issue? I'm having the same problem. |
I have only Raspberry Pi 3 Model B, on which Atom seems to build fine, so I can't help. |
Try |
help please!!! using pi 3b+!!! ~/patchwork $ npm start patchwork
/home/pi/patchwork/node_modules/electron/index.js:14 Error: Electron failed to install correctly, please delete node_modules/electron and try installing again npm ERR! A complete log of this run can be found in: ~/patchwork $ rm -rf node_modules
make: Entering directory '/home/pi/patchwork/node_modules/@felixrieseberg/spellchecker/build'
make: Entering directory '/home/pi/patchwork/node_modules/keyboard-layout/build' ~/patchwork $ npm install patchwork
~/patchwork $ npm start patchwork
/home/pi/patchwork/node_modules/electron/index.js:14 Error: Electron failed to install correctly, please delete node_modules/electron and try installing again npm ERR! A complete log of this run can be found in: |
I'm trying to build Atom on a Raspberry Pi 2, and running
npm install
fails with this message:Is there any way to fix this error?
The text was updated successfully, but these errors were encountered: