yujinakayama / atom-auto-update-packages

Keep your Atom packages up to date.
https://atom.io/packages/auto-update-packages
MIT License
33 stars 11 forks source link

Package not working #8

Open sandeep048 opened 9 years ago

sandeep048 commented 9 years ago

sandeep@sandeep-openapp:~$ apm install auto-update-packages Installing auto-update-packages to /home/sandeep/.atom/packages ✗

npm ERR! notsup Unsupported npm ERR! notsup Not compatible with your operating system or architecture: auto-update-packages@0.2.1 npm ERR! notsup Valid OS: darwin npm ERR! notsup Valid Arch: any npm ERR! notsup Actual OS: linux npm ERR! notsup Actual Arch: x64

npm ERR! System Linux 3.16.0-24-generic npm ERR! command "/usr/share/atom/resources/app/apm/node_modules/atom-package-manager/bin/node" "/usr/share/atom/resources/app/apm/node_modules/atom-package-manager/node_modules/npm/bin/npm-cli.js" "--globalconfig" "/usr/share/atom/resources/app/apm/node_modules/atom-package-manager/.apmrc" "--userconfig" "/home/sandeep/.atom/.apmrc" "install" "/home/sandeep/.atom/.node-gyp/.atom/.apm/auto-update-packages/0.2.1/package.tgz" "--target=0.18.0" "--arch=x64" npm ERR! cwd /tmp/apm-install-dir-114103-29387-i75f6j npm ERR! node -v v0.10.32 npm ERR! npm -v 1.4.4 npm ERR! code EBADPLATFORM npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /tmp/apm-install-dir-114103-29387-i75f6j/npm-debug.log npm ERR! not ok code 0

sandeep@sandeep-openapp:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.10 Release: 14.10 Codename: utopic sandeep@sandeep-openapp:~$ uname -a Linux sandeep-openapp 3.16.0-24-generic #32-Ubuntu SMP Tue Oct 28 13:07:32 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

ulken commented 9 years ago

It is Mac only, as suggested by the lines:

npm ERR! notsup Valid OS: darwin
npm ERR! notsup Actual OS: linux

The reason for this is its dependency on terminal-notifier.

4 suggets using node-notifier for cross-platform compatibility, but looks like that is not gonna happen, unfortunately.

So, unless your willing to make your own fork, I am afraid you are out of luck.