Skip to content

Instantly share code, notes, and snippets.

@localnerve
Created March 26, 2014 00:08
Show Gist options
  • Save localnerve/9774237 to your computer and use it in GitHub Desktop.
Save localnerve/9774237 to your computer and use it in GitHub Desktop.
Nodejitsu Does Not Support Phantomjs Because Phantomjs doesn't have binary for SunOS
> phantomjs@1.9.7-1 install /root/tmp/tmp-273669ta2t68/build/package/node_modules/html-snapshots/node_modules/phantomjs
> node install.js
Unexpected platform or architecture: sunos x64
npm http 200 https://registry.nodejitsu.com/pause/0.0.1
npm http 200 https://registry.nodejitsu.com/uid2/0.0.2
npm http 200 https://registry.nodejitsu.com/bytes/0.2.0
npm http GET https://registry.nodejitsu.com/uid2/-/uid2-0.0.2.tgz
npm http 200 https://registry.nodejitsu.com/formidable/1.0.14
npm http 200 https://registry.nodejitsu.com/qs/0.6.5
npm http GET https://registry.nodejitsu.com/pause/-/pause-0.0.1.tgz
npm http GET https://registry.nodejitsu.com/bytes/-/bytes-0.2.0.tgz
npm http GET https://registry.nodejitsu.com/formidable/-/formidable-1.0.14.tgz
npm http GET https://registry.nodejitsu.com/qs/-/qs-0.6.5.tgz
npm http 200 https://registry.nodejitsu.com/uid2/-/uid2-0.0.2.tgz
npm http 200 https://registry.nodejitsu.com/bytes/-/bytes-0.2.0.tgz
npm http 200 https://registry.nodejitsu.com/pause/-/pause-0.0.1.tgz
npm http 200 https://registry.nodejitsu.com/qs/-/qs-0.6.5.tgz
npm http 200 https://registry.nodejitsu.com/formidable/-/formidable-1.0.14.tgz
npm ERR! phantomjs@1.9.7-1 install: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the phantomjs@1.9.7-1 install script.
npm ERR! This is most likely a problem with the phantomjs package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node install.js
npm ERR! You can get their info via:
npm ERR! npm owner ls phantomjs
npm ERR! There is likely additional logging output above.
npm ERR! System SunOS 5.11
npm ERR! command "node" "/opt/local/bin/npm" "install"
npm ERR! cwd /root/tmp/tmp-273669ta2t68/build/package
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.4
npm ERR! code ELIFECYCLE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment