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

x64 architecture unsupported? #14

Open
aneeshk opened this issue Mar 25, 2012 · 3 comments
Open

x64 architecture unsupported? #14

aneeshk opened this issue Mar 25, 2012 · 3 comments

Comments

@aneeshk
Copy link

aneeshk commented Mar 25, 2012

When I run 'npm install apricot', I get message that x64 is not supported (though x86_64 is listed as supported). I'm guessing this may simply be a reporting issue, and a false positive? Other npm packages I've installed don't seem to have this issue. Are there any workarounds for me to install apricot on this machine?

Not compatible with your operating system or architecture: [email protected]

Valid OS:    linux,macos,win
Valid Arch:  x86,ppc,x86_64

Actual OS:   linux
Actual Arch: x64
@p-j
Copy link

p-j commented Mar 26, 2012

Same here.
uname -a
Linux jeremie-Precision-M4500 3.0.0-16-generic #29-Ubuntu SMP Tue Feb 14 12:48:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

@vrutberg
Copy link
Contributor

vrutberg commented May 4, 2012

I get the same error:

npm ERR! Not compatible with your operating system or architecture: [email protected]
npm ERR! Valid OS: linux,macos,win
npm ERR! Valid Arch: x86,ppc,x86_64
npm ERR! Actual OS: darwin
npm ERR! Actual Arch: x64

@petraplatz
Copy link

THE SAME HERE !

npm install apricot

npm http GET https://registry.npmjs.org/apricot
npm http 304 https://registry.npmjs.org/apricot
npm ERR! notsup Unsupported
npm ERR! notsup Not compatible with your operating system or architecture: apric
[email protected]
npm ERR! notsup Valid OS: linux,macos,darwin,win
npm ERR! notsup Valid Arch: x86,ppc,x86_64,x64
npm ERR! notsup Actual OS: win32
npm ERR! notsup Actual Arch: x64

npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nod
ejs\node_modules\npm\bin\npm-cli.js" "install" "apricot"
npm ERR! cwd c:\Users\petracchinir\Desktop\cose utili\nodejs\htmlparsertest
npm ERR! node -v v0.10.20
npm ERR! npm -v 1.3.11
npm ERR! code EBADPLATFORM
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! c:....xxx....\debug.log
npm ERR! not ok code 0

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

4 participants