Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package not working #8

Open
sandeep048 opened this issue Nov 3, 2014 · 1 comment
Open

Package not working #8

sandeep048 opened this issue Nov 3, 2014 · 1 comment

Comments

@sandeep048
Copy link

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
Copy link
Contributor

ulken commented Nov 8, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants