Installing etheratom failed under ubuntu
Background :
Ubuntu 19.04 npm 6.7.0 apm 2.4.3 node 10.2.1 x64 python 2.7.17 git 2.20.1 atom 1.44.0
This error occured when I tried to do 'apm install ' inside etheratom file .
[email protected] preinstall /home/karl/etheratom/node_modules/scrypt
node node-scrypt-preinstall.js
Aborted (core dumped) npm WARN [email protected] requires a peer of rollup@>=0.60.0 <2 but none is installed. You must install peer dependencies yourself. npm WARN [email protected] requires a peer of rollup@>=0.56.0 but none is installed. You must install peer dependencies yourself. npm WARN [email protected] requires a peer of yo-yoify@latest but none is installed. You must install peer dependencies yourself. npm WARN [email protected] license should be a valid SPDX license expression
npm ERR! code ELIFECYCLE npm ERR! errno 134 npm ERR! [email protected] preinstall: node node-scrypt-preinstall.js npm ERR! Exit status 134 npm ERR! npm ERR! Failed at the [email protected] preinstall script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in: npm ERR! /home/karl/.atom/.apm/_logs/2020-03-11T14_17_23_147Z-debug.log
Some other failure: I also tried to install packages inside atom , and build from resource as well .
Unable to reproduce your issue on a fresh ubuntu 19.04 desktop @DecentrilizedMan

Hi, I just installed atom and etheratom on my iMac with latest MacOSX (10.15.5). I'm getting the following error. gyp ERR! command "/Applications/Atom.app/Contents/Resources/app/apm/bin/node" "/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /private/var/folders/j2/nd01tqbs2ts83d5tll5g3n5m0000gn/T/apm-install-dir-202055-12728-172p907.72cc/node_modules/etheratom/node_modules/scrypt gyp ERR! node -v v10.2.1 gyp ERR! node-gyp -v v3.7.0 gyp ERR! not ok npm WARN enoent ENOENT: no such file or directory, open '/private/var/folders/j2/nd01tqbs2ts83d5tll5g3n5m0000gn/T/apm-install-dir-202055-12728-172p907.72cc/package.json' npm WARN [email protected] requires a peer of react@^16.13.1 but none is installed. You must install peer dependencies yourself. npm WARN [email protected] requires a peer of yo-yoify@latest but none is installed. You must install peer dependencies yourself. npm WARN apm-install-dir-202055-12728-172p907.72cc No description npm WARN apm-install-dir-202055-12728-172p907.72cc No repository field. npm WARN apm-install-dir-202055-12728-172p907.72cc No README data npm WARN apm-install-dir-202055-12728-172p907.72cc No license field.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.