You are not logged in.
I would install the Atom text editor, so I've dowloaded the .deb file from the official site, i've installed dpkg from AUR for install it but when i run the command
sudo dpkg -i atom-amd64.deb it give me this
(Reading database ... 7369 files and directories currently installed.)
Preparing to unpack atom-amd64.deb ...
Unpacking atom (1.16.0) over (1.16.0) ...
dpkg: dependency problems prevent configuration of atom:
atom depends on git; however:
Package git is not installed.
atom depends on gconf2; however:
Package gconf2 is not installed.
atom depends on gconf-service; however:
Package gconf-service is not installed.
atom depends on libgtk2.0-0; however:
Package libgtk2.0-0 is not installed.
atom depends on libudev0 | libudev1; however:
Package libudev0 is not installed.
Package libudev1 is not installed.
atom depends on libgcrypt11 | libgcrypt20; however:
Package libgcrypt11 is not installed.
Package libgcrypt20 is not installed.
atom depends on libnotify4; however:
Package libnotify4 is not installed.
atom depends on libxtst6; however:
Package libxtst6 is not installed.
atom depends on libnss3; however:
Package libnss3 is not installed.
atom depends on python; however:
Package python is not installed.
atom depends on gvfs-bin; however:
Package gvfs-bin is not installed.
atom depends on xdg-utils; however:
Package xdg-utils is not installed.
atom depends on libcap2; however:
Package libcap2 is not installed.
dpkg: error processing package atom (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
atomso i try to install depends with
sudo apt-get -f installand it returns this
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
atom
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 289 MB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 7369 files and directories currently installed.)
Removing atom (1.16.0) ...
dpkg: warning: while removing atom, directory '/usr/bin' not empty so not removed
dpkg: warning: while removing atom, directory '/usr/share/doc' not empty so not removed
dpkg: warning: while removing atom, directory '/usr/share/pixmaps' not empty so not removed
dpkg: warning: while removing atom, directory '/usr/share/applications' not empty so not removed
W: No sandbox user '_apt' on the system, can not drop privilegeshow can I fix it or install Atom easily? I tried to install it with yaourt with
yaourt -S atom-editor-gitbut it gives me this
==> Downloading atom-editor-git PKGBUILD from AUR...
x .SRCINFO
x .gitignore
x PKGBUILD
x atom-git
x atom-git.desktop
x atom-git.install
fusion809 commented on 2016-10-15 14:06
What one from GitHub? GitHub doesn't provide a binary for the latest snapshot from the master branch of the Atom repo. For me the package builds fine, although I'm re-building to see if there's anything I can learn that might fix this error of yas.
fusion809 commented on 2016-10-15 14:26
Yeah I tried the build yet again and it went without a hitch.
lostkhaos commented on 2016-10-22 13:24
These version numbers are getting a bit intense:
atom-editor-git-1.13.0.dev.i1.18.3.l0.5.1.m0.92.2.p1.0.0.u0.38.2.v0.3.2.c30263-1
jhofer commented on 2016-12-10 03:11
I am trying to build the package, but it keeps failing soon after all the language files were installed. I stopped the build, cloned everything again, and tried rebuilding the package which still resulted in it failing. This is the terminal output with each failed attempt and reattempt to finish the build:
Node: v6.9.2
Npm: v3.10.5
Installing script dependencies
Installing apm
Installing modules ✓
Wrote Dependencies Fingerprint: /home/jhofer/pkgbuilds/atom-editor-git/src/atom/node_modules/.dependencies-fingerprint 9a4d0581cd49692de4abb7bbe9462a7accf5a0b5
Cleaning /home/jhofer/pkgbuilds/atom-editor-git/src/atom/out
Copying assets to /home/jhofer/pkgbuilds/atom-editor-git/src/atom/out/app
Transpiling Babel paths in /home/jhofer/pkgbuilds/atom-editor-git/src/atom/out/app
Transpiling CoffeeScript paths in /home/jhofer/pkgbuilds/atom-editor-git/src/atom/out/app
Transpiling CSON paths in /home/jhofer/pkgbuilds/atom-editor-git/src/atom/out/app
Transpiling PEG.js paths in /home/jhofer/pkgbuilds/atom-editor-git/src/atom/out/app
Generating module cache for /home/jhofer/pkgbuilds/atom-editor-git/src/atom/out/app
Generating pre-built less cache in /home/jhofer/pkgbuilds/atom-editor-git/src/atom/out/app/less-compile-cache
Generating metadata for /home/jhofer/pkgbuilds/atom-editor-git/src/atom/out/app/package.json
Generating API docs at /home/jhofer/pkgbuilds/atom-editor-git/src/atom/docs/output/atom-api.json
Unzipping "/home/jhofer/pkgbuilds/atom-editor-git/src/atom/electron/electron-1.3.0-chromedriver-v2.21-linux-x64.zip" to "/home/jhofer/pkgbuilds/atom-editor-git/src/atom/electron/chromedriver"
/home/jhofer/pkgbuilds/atom-editor-git/src/atom/script/lib/spawn-sync.js:12
throw result.error
^
Error: spawnSync 7z ENOENT
at exports._errnoException (util.js:1022:11)
at Object.spawnSync (child_process.js:461:20)
at module.exports (/home/jhofer/pkgbuilds/atom-editor-git/src/atom/script/lib/spawn-sync.js:10:41)
at unzipPath (/home/jhofer/pkgbuilds/atom-editor-git/src/atom/script/lib/download-chromedriver.js:58:7)
at module.exports (/home/jhofer/pkgbuilds/atom-editor-git/src/atom/script/lib/download-chromedriver.js:30:3)
at Object.anonymous (/home/jhofer/pkgbuilds/atom-editor-git/src/atom/script/build:61:1)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
Node: v6.9.2
Npm: v3.10.5
Installing script dependencies
Installing apm
^C
== ERROR: Aborted by user! Exiting...
== ERROR: A failure occurred in build().
Aborting...
Raven commented on 2016-12-31 00:39
I just tried to install the package, but I got an error during the packaging process:
== Making package: atom-editor-git 1.14.0.dev.i1.18.3.l0.5.1.m0.92.2.p1.0.0.u0.39.0.v0.3.2.c30697-1 (Sat Dec 31 01:23:06 CET 2016)
== Checking runtime dependencies...
== Checking buildtime dependencies...
== Removing existing $pkgdir/ directory...
== Entering fakeroot environment...
== Starting package()...
cp: cannot stat 'out/atom-1.14.0-dev-26b128d-amd64/*': No such file or directory
However the folder exists but just with a slightly different name: out/atom-1.14.0-dev-26b128dd4 (- the tailing "d4" is missing in the "cp" command)
I checked the PKGBUILD file and found that in line 77 there is the expression: _commit=$(git rev-parse --short=7 HEAD) which extracts this commit id from the git repository. - Truncated to 7 characters. So when I changed the expression from "--short=7" to just "--short" (which then extracts the first 9 characters from the git commit id), the installation went fine.
atom-editor-git 1.14.0.dev.i1.18.3.l0.5.1.m0.92.2.p1.0.0.u0.40.1.v0.3.2.c30697-1 (2016-12-31 01:10)
( Unsupported package: Potentially dangerous ! )
==> Edit PKGBUILD ? [Y/n] ("A" to abort)
==> ------------------------------------
==> n
==> atom-editor-git dependencies:
- alsa-lib (already installed)
- gconf (already installed)
- gtk2 (already installed)
- libgnome-keyring (already installed)
- libnotify (already installed)
- libxtst (already installed)
- nodejs-lts-boron (already installed)
- nss (already installed)
- python2 (already installed)
- git (already installed) [makedepend]
- npm (already installed) [makedepend]
==> Edit atom-git.install ? [Y/n] ("A" to abort)
==> --------------------------------------------
==> n
==> Continue building atom-editor-git ? [Y/n]
==> -----------------------------------------
==> Y
==> Building and installing package
==> Making package: atom-editor-git 1.14.0.dev.i1.18.3.l0.5.1.m0.92.2.p1.0.0.u0.40.1.v0.3.2.c30697-1 (Sun Apr 16 12:42:12 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Cloning atom git repo...
Cloning into bare repository '/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/atom'...
remote: Counting objects: 200440, done.
remote: Compressing objects: 100% (204/204), done.
remote: Total 200440 (delta 124), reused 12 (delta 12), pack-reused 200224
Receiving objects: 100% (200440/200440), 361.83 MiB | 4.56 MiB/s, done.
Resolving deltas: 100% (141579/141579), done.
-> Found atom-git.desktop
-> Found atom-git
==> Validating source files with sha256sums...
atom ... Skipped
atom-git.desktop ... Passed
atom-git ... Passed
==> Extracting sources...
-> Creating working copy of atom git repo...
Cloning into 'atom'...
done.
==> Starting prepare()...
==> Starting pkgver()...
==> Updated version: atom-editor-git 1.18.0.dev.i1.18.3.l0.5.1.m0.92.2.p1.0.0.u0.40.1.v0.3.2.c31568-1
==> Starting build()...
Node: v6.10.0
Npm: v4.5.0
Installing script dependencies
prebuild-install info begin Prebuild-install version 2.1.2
prebuild-install info looking for local prebuild @ prebuilds/leveldown-v1.6.0-node-v48-linux-x64.tar.gz
prebuild-install info looking for cached prebuild @ /home/emanuele/.npm/_prebuilds/https-github.com-level-leveldown-releases-download-v1.6.0-leveldown-v1.6.0-node-v48-linux-x64.tar.gz
prebuild-install info found cached prebuild
prebuild-install info unpacking @ /home/emanuele/.npm/_prebuilds/https-github.com-level-leveldown-releases-download-v1.6.0-leveldown-v1.6.0-node-v48-linux-x64.tar.gz
prebuild-install info unpack resolved to /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/node_modules/leveldown/build/Release/leveldown.node
prebuild-install info unpack required /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/node_modules/leveldown/build/Release/leveldown.node successfully
prebuild-install info install Prebuild successfully installed!
Installing apm
../src/onig-string.cc: In constructor ‘OnigString::OnigString(v8::Local<v8::String>)’:
../src/onig-string.cc:25:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
hasMultiByteChars = (value->Length() != utf8_length_);
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
../deps/libgit2/deps/zlib/inflate.c: In function ‘inflateMark’:
../deps/libgit2/deps/zlib/inflate.c:1507:61: warning: left shift of negative value [-Wshift-negative-value]
if (strm == Z_NULL || strm->state == Z_NULL) return -1L << 16;
^~
gyp ERR! configure error
gyp ERR! stack Error: Python executable "/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/bin/python-interceptor.sh" is v3.6.0, which is not supported by gyp.
gyp ERR! stack You can pass the --python switch to point to Python >= v2.5.0 & < 3.0.0.
gyp ERR! stack at failPythonVersion (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/npm/node_modules/node-gyp/lib/configure.js:454:14)
gyp ERR! stack at /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/npm/node_modules/node-gyp/lib/configure.js:443:9
gyp ERR! stack at ChildProcess.exithandler (child_process.js:197:7)
gyp ERR! stack at emitTwo (events.js:106:13)
gyp ERR! stack at ChildProcess.emit (events.js:191:7)
gyp ERR! stack at maybeClose (internal/child_process.js:877:16)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
gyp ERR! System Linux 4.10.8-1-ARCH
gyp ERR! command "/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/bin/node" "/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/oniguruma
gyp ERR! node -v v6.9.5
gyp ERR! node-gyp -v v3.4.0
gyp ERR! not ok
npm ERR! Linux 4.10.8-1-ARCH
npm ERR! argv "/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/bin/node" "/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/.bin/npm" "rebuild"
npm ERR! node v6.9.5
npm ERR! npm v3.10.5
npm ERR! code ELIFECYCLE
npm ERR! oniguruma@6.1.1 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the oniguruma@6.1.1 install script 'node-gyp rebuild'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the oniguruma package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs oniguruma
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls oniguruma
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/npm-debug.log
module.js:471
throw err;
^
Error: Cannot find module 'node-gyp/bin/node-gyp'
at Function.Module._resolveFilename (module.js:469:15)
at Function.resolve (internal/module.js:27:19)
at Install.module.exports.Install.installNode (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:103:67)
at /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:3:59
at fn (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:582:34)
at Immediate.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:498:34)
at runCallback (timers.js:649:20)
at tryOnImmediate (timers.js:622:5)
at processImmediate [as _immediateCallback] (timers.js:594:5)
child_process.js:506
throw err;
^
Error: Command failed: /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/bin/apm --loglevel=error install
at checkExecSyncError (child_process.js:483:13)
at Object.execFileSync (child_process.js:503:13)
at module.exports (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/lib/install-atom-dependencies.js:15:16)
at Object.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/bootstrap:28:1)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
Node: v6.10.0
Npm: v3.10.5
Installing script dependencies
Installing apm
module.js:471
throw err;
^
Error: Cannot find module 'node-gyp/bin/node-gyp'
at Function.Module._resolveFilename (module.js:469:15)
at Function.resolve (internal/module.js:27:19)
at Install.module.exports.Install.installNode (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:103:67)
at /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:3:59
at fn (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:582:34)
at Immediate.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:498:34)
at runCallback (timers.js:649:20)
at tryOnImmediate (timers.js:622:5)
at processImmediate [as _immediateCallback] (timers.js:594:5)
child_process.js:506
throw err;
^
Error: Command failed: /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/bin/apm --loglevel=error install
at checkExecSyncError (child_process.js:483:13)
at Object.execFileSync (child_process.js:503:13)
at module.exports (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/lib/install-atom-dependencies.js:15:16)
at Object.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/bootstrap:28:1)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
Node: v6.10.0
Npm: v3.10.5
Installing script dependencies
Installing apm
module.js:471
throw err;
^
Error: Cannot find module 'node-gyp/bin/node-gyp'
at Function.Module._resolveFilename (module.js:469:15)
at Function.resolve (internal/module.js:27:19)
at Install.module.exports.Install.installNode (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:103:67)
at /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:3:59
at fn (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:582:34)
at Immediate.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:498:34)
at runCallback (timers.js:649:20)
at tryOnImmediate (timers.js:622:5)
at processImmediate [as _immediateCallback] (timers.js:594:5)
child_process.js:506
throw err;
^
Error: Command failed: /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/bin/apm --loglevel=error install
at checkExecSyncError (child_process.js:483:13)
at Object.execFileSync (child_process.js:503:13)
at module.exports (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/lib/install-atom-dependencies.js:15:16)
at Object.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/bootstrap:28:1)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
Node: v6.10.0
Npm: v3.10.5
Installing script dependencies
Installing apm
module.js:471
throw err;
^
Error: Cannot find module 'node-gyp/bin/node-gyp'
at Function.Module._resolveFilename (module.js:469:15)
at Function.resolve (internal/module.js:27:19)
at Install.module.exports.Install.installNode (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:103:67)
at /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:3:59
at fn (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:582:34)
at Immediate.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:498:34)
at runCallback (timers.js:649:20)
at tryOnImmediate (timers.js:622:5)
at processImmediate [as _immediateCallback] (timers.js:594:5)
child_process.js:506
throw err;
^
Error: Command failed: /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/bin/apm --loglevel=error install
at checkExecSyncError (child_process.js:483:13)
at Object.execFileSync (child_process.js:503:13)
at module.exports (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/lib/install-atom-dependencies.js:15:16)
at Object.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/bootstrap:28:1)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
Node: v6.10.0
Npm: v3.10.5
Installing script dependencies
Installing apm
module.js:471
throw err;
^
Error: Cannot find module 'node-gyp/bin/node-gyp'
at Function.Module._resolveFilename (module.js:469:15)
at Function.resolve (internal/module.js:27:19)
at Install.module.exports.Install.installNode (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:103:67)
at /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:3:59
at fn (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:582:34)
at Immediate.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:498:34)
at runCallback (timers.js:649:20)
at tryOnImmediate (timers.js:622:5)
at processImmediate [as _immediateCallback] (timers.js:594:5)
child_process.js:506
throw err;
^
Error: Command failed: /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/bin/apm --loglevel=error install
at checkExecSyncError (child_process.js:483:13)
at Object.execFileSync (child_process.js:503:13)
at module.exports (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/lib/install-atom-dependencies.js:15:16)
at Object.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/bootstrap:28:1)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
Node: v6.10.0
Npm: v3.10.5
Installing script dependencies
Installing apm
module.js:471
throw err;
^
Error: Cannot find module 'node-gyp/bin/node-gyp'
at Function.Module._resolveFilename (module.js:469:15)
at Function.resolve (internal/module.js:27:19)
at Install.module.exports.Install.installNode (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:103:67)
at /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:3:59
at fn (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:582:34)
at Immediate.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:498:34)
at runCallback (timers.js:649:20)
at tryOnImmediate (timers.js:622:5)
at processImmediate [as _immediateCallback] (timers.js:594:5)
child_process.js:506
throw err;
^
Error: Command failed: /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/bin/apm --loglevel=error install
at checkExecSyncError (child_process.js:483:13)
at Object.execFileSync (child_process.js:503:13)
at module.exports (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/lib/install-atom-dependencies.js:15:16)
at Object.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/bootstrap:28:1)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
Node: v6.10.0
Npm: v3.10.5
Installing script dependencies
Installing apm
module.js:471
throw err;
^
Error: Cannot find module 'node-gyp/bin/node-gyp'
at Function.Module._resolveFilename (module.js:469:15)
at Function.resolve (internal/module.js:27:19)
at Install.module.exports.Install.installNode (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:103:67)
at /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:3:59
at fn (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:582:34)
at Immediate.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:498:34)
at runCallback (timers.js:649:20)
at tryOnImmediate (timers.js:622:5)
at processImmediate [as _immediateCallback] (timers.js:594:5)
child_process.js:506
throw err;
^
Error: Command failed: /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/bin/apm --loglevel=error install
at checkExecSyncError (child_process.js:483:13)
at Object.execFileSync (child_process.js:503:13)
at module.exports (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/lib/install-atom-dependencies.js:15:16)
at Object.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/bootstrap:28:1)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
Node: v6.10.0
Npm: v3.10.5
Installing script dependencies
Installing apm
module.js:471
throw err;
^
Error: Cannot find module 'node-gyp/bin/node-gyp'
at Function.Module._resolveFilename (module.js:469:15)
at Function.resolve (internal/module.js:27:19)
at Install.module.exports.Install.installNode (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:103:67)
at /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:3:59
at fn (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:582:34)
at Immediate.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:498:34)
at runCallback (timers.js:649:20)
at tryOnImmediate (timers.js:622:5)
at processImmediate [as _immediateCallback] (timers.js:594:5)
child_process.js:506
throw err;
^
Error: Command failed: /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/bin/apm --loglevel=error install
at checkExecSyncError (child_process.js:483:13)
at Object.execFileSync (child_process.js:503:13)
at module.exports (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/lib/install-atom-dependencies.js:15:16)
at Object.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/bootstrap:28:1)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
Node: v6.10.0
Npm: v3.10.5
Installing script dependencies
Installing apm
module.js:471
throw err;
^
Error: Cannot find module 'node-gyp/bin/node-gyp'
at Function.Module._resolveFilename (module.js:469:15)
at Function.resolve (internal/module.js:27:19)
at Install.module.exports.Install.installNode (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:103:67)
at /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:3:59
at fn (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:582:34)
at Immediate.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:498:34)
at runCallback (timers.js:649:20)
at tryOnImmediate (timers.js:622:5)
at processImmediate [as _immediateCallback] (timers.js:594:5)
child_process.js:506
throw err;
^
Error: Command failed: /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/bin/apm --loglevel=error install
at checkExecSyncError (child_process.js:483:13)
at Object.execFileSync (child_process.js:503:13)
at module.exports (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/lib/install-atom-dependencies.js:15:16)
at Object.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/bootstrap:28:1)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
Node: v6.10.0
Npm: v3.10.5
Installing script dependencies
Installing apm
amodule.js:471
throw err;
^
Error: Cannot find module 'node-gyp/bin/node-gyp'
at Function.Module._resolveFilename (module.js:469:15)
at Function.resolve (internal/module.js:27:19)
at Install.module.exports.Install.installNode (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:103:67)
at /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:3:59
at fn (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:582:34)
at Immediate.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:498:34)
at runCallback (timers.js:649:20)
at tryOnImmediate (timers.js:622:5)
at processImmediate [as _immediateCallback] (timers.js:594:5)
child_process.js:506
throw err;
^
Error: Command failed: /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/bin/apm --loglevel=error install
at checkExecSyncError (child_process.js:483:13)
at Object.execFileSync (child_process.js:503:13)
at module.exports (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/lib/install-atom-dependencies.js:15:16)
at Object.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/bootstrap:28:1)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
Node: v6.10.0
Npm: v3.10.5
Installing script dependencies
Installing apm
module.js:471
throw err;
^
Error: Cannot find module 'node-gyp/bin/node-gyp'
at Function.Module._resolveFilename (module.js:469:15)
at Function.resolve (internal/module.js:27:19)
at Install.module.exports.Install.installNode (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:103:67)
at /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:3:59
at fn (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:582:34)
at Immediate.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:498:34)
at runCallback (timers.js:649:20)
at tryOnImmediate (timers.js:622:5)
at processImmediate [as _immediateCallback] (timers.js:594:5)
child_process.js:506
throw err;
^
Error: Command failed: /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/bin/apm --loglevel=error install
at checkExecSyncError (child_process.js:483:13)
at Object.execFileSync (child_process.js:503:13)
at module.exports (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/lib/install-atom-dependencies.js:15:16)
at Object.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/bootstrap:28:1)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
Node: v6.10.0
Npm: v3.10.5
Installing script dependencies
Installing apm
module.js:471
throw err;
^
Error: Cannot find module 'node-gyp/bin/node-gyp'
at Function.Module._resolveFilename (module.js:469:15)
at Function.resolve (internal/module.js:27:19)
at Install.module.exports.Install.installNode (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:103:67)
at /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:3:59
at fn (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:582:34)
at Immediate.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:498:34)
at runCallback (timers.js:649:20)
at tryOnImmediate (timers.js:622:5)
at processImmediate [as _immediateCallback] (timers.js:594:5)
child_process.js:506
throw err;
^
Error: Command failed: /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/bin/apm --loglevel=error install
at checkExecSyncError (child_process.js:483:13)
at Object.execFileSync (child_process.js:503:13)
at module.exports (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/lib/install-atom-dependencies.js:15:16)
at Object.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/bootstrap:28:1)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
Node: v6.10.0
Npm: v3.10.5
Installing script dependencies
Installing apm
module.js:471
throw err;
^
Error: Cannot find module 'node-gyp/bin/node-gyp'
at Function.Module._resolveFilename (module.js:469:15)
at Function.resolve (internal/module.js:27:19)
at Install.module.exports.Install.installNode (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:103:67)
at /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:3:59
at fn (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:582:34)
at Immediate.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:498:34)
at runCallback (timers.js:649:20)
at tryOnImmediate (timers.js:622:5)
at processImmediate [as _immediateCallback] (timers.js:594:5)
child_process.js:506
throw err;
^
Error: Command failed: /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/bin/apm --loglevel=error install
at checkExecSyncError (child_process.js:483:13)
at Object.execFileSync (child_process.js:503:13)
at module.exports (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/lib/install-atom-dependencies.js:15:16)
at Object.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/bootstrap:28:1)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
Node: v6.10.0
Npm: v3.10.5
Installing script dependencies
Installing apm
module.js:471
throw err;
^
Error: Cannot find module 'node-gyp/bin/node-gyp'
at Function.Module._resolveFilename (module.js:469:15)
at Function.resolve (internal/module.js:27:19)
at Install.module.exports.Install.installNode (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:103:67)
at /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:3:59
at fn (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:582:34)
at Immediate.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:498:34)
at runCallback (timers.js:649:20)
at tryOnImmediate (timers.js:622:5)
at processImmediate [as _immediateCallback] (timers.js:594:5)
child_process.js:506
throw err;
^
Error: Command failed: /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/bin/apm --loglevel=error install
at checkExecSyncError (child_process.js:483:13)
at Object.execFileSync (child_process.js:503:13)
at module.exports (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/lib/install-atom-dependencies.js:15:16)
at Object.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/bootstrap:28:1)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
Node: v6.10.0
Npm: v3.10.5
Installing script dependencies
Installing apm
module.js:471
throw err;
^
Error: Cannot find module 'node-gyp/bin/node-gyp'
at Function.Module._resolveFilename (module.js:469:15)
at Function.resolve (internal/module.js:27:19)
at Install.module.exports.Install.installNode (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:103:67)
at /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:3:59
at fn (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:582:34)
at Immediate.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:498:34)
at runCallback (timers.js:649:20)
at tryOnImmediate (timers.js:622:5)
at processImmediate [as _immediateCallback] (timers.js:594:5)
child_process.js:506
throw err;
^
Error: Command failed: /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/bin/apm --loglevel=error install
at checkExecSyncError (child_process.js:483:13)
at Object.execFileSync (child_process.js:503:13)
at module.exports (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/lib/install-atom-dependencies.js:15:16)
at Object.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/bootstrap:28:1)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
Node: v6.10.0
Npm: v3.10.5
Installing script dependencies
Installing apm
module.js:471
throw err;
^
Error: Cannot find module 'node-gyp/bin/node-gyp'
at Function.Module._resolveFilename (module.js:469:15)
at Function.resolve (internal/module.js:27:19)
at Install.module.exports.Install.installNode (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:103:67)
at /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:3:59
at fn (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:582:34)
at Immediate.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:498:34)
at runCallback (timers.js:649:20)
at tryOnImmediate (timers.js:622:5)
at processImmediate [as _immediateCallback] (timers.js:594:5)
child_process.js:506
throw err;
^
Error: Command failed: /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/bin/apm --loglevel=error install
at checkExecSyncError (child_process.js:483:13)
at Object.execFileSync (child_process.js:503:13)
at module.exports (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/lib/install-atom-dependencies.js:15:16)
at Object.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/bootstrap:28:1)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
Node: v6.10.0
Npm: v3.10.5
Installing script dependencies
Installing apm
module.js:471
throw err;
^
Error: Cannot find module 'node-gyp/bin/node-gyp'
at Function.Module._resolveFilename (module.js:469:15)
at Function.resolve (internal/module.js:27:19)
at Install.module.exports.Install.installNode (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:103:67)
at /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:3:59
at fn (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:582:34)
at Immediate.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:498:34)
at runCallback (timers.js:649:20)
at tryOnImmediate (timers.js:622:5)
at processImmediate [as _immediateCallback] (timers.js:594:5)
child_process.js:506
throw err;
^
Error: Command failed: /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/bin/apm --loglevel=error install
at checkExecSyncError (child_process.js:483:13)
at Object.execFileSync (child_process.js:503:13)
at module.exports (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/lib/install-atom-dependencies.js:15:16)
at Object.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/bootstrap:28:1)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
Node: v6.10.0
Npm: v3.10.5
Installing script dependencies
Installing apm
module.js:471
throw err;
^
Error: Cannot find module 'node-gyp/bin/node-gyp'
at Function.Module._resolveFilename (module.js:469:15)
at Function.resolve (internal/module.js:27:19)
at Install.module.exports.Install.installNode (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:103:67)
at /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/lib/install.js:3:59
at fn (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:582:34)
at Immediate.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/node_modules/async/lib/async.js:498:34)
at runCallback (timers.js:649:20)
at tryOnImmediate (timers.js:622:5)
at processImmediate [as _immediateCallback] (timers.js:594:5)
child_process.js:506
throw err;
^
Error: Command failed: /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/bin/apm --loglevel=error install
at checkExecSyncError (child_process.js:483:13)
at Object.execFileSync (child_process.js:503:13)
at module.exports (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/lib/install-atom-dependencies.js:15:16)
at Object.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/bootstrap:28:1)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
Node: v6.10.0
Npm: v3.10.5
Installing script dependencies
Installing apm
^C
==> ERROR: Aborted by user! Exiting...
==> ERROR: A failure occurred in build().
Aborting......
and continue to prints out stuff like this
Error: Command failed: /tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/apm/node_modules/atom-package-manager/bin/apm --loglevel=error install
at checkExecSyncError (child_process.js:483:13)
at Object.execFileSync (child_process.js:503:13)
at module.exports (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/lib/install-atom-dependencies.js:15:16)
at Object.<anonymous> (/tmp/yaourt-tmp-emanuele/aur-atom-editor-git/src/atom/script/bootstrap:28:1)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
Node: v6.10.0
Npm: v3.10.5
Installing script dependenciesforever
Last edited by carru93 (2017-04-16 11:28:01)
The best way to write a random string is by asking a noob to exit from vim.
Offline
Offline
Atom
Edit:
beaten by slithery
Last edited by loqs (2017-04-16 11:13:12)
Offline
because I'm stupid, when I tried it I wrote wrong atom
The best way to write a random string is by asking a noob to exit from vim.
Offline