implydata/pivot

npm module does not install on non-mac platforms

Cidan opened this issue · 1 comments

Cidan commented

The newest version gives the following error on Ubuntu 14.04

pm ERR! notsup Unsupported
npm ERR! notsup Not compatible with your operating system or architecture: fsevents@1.0.12
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.13.0-74-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "imply-pivot"
npm ERR! cwd /mnt/tmp
npm ERR! node -v v4.4.7
npm ERR! npm -v v2.15.8
npm ERR! code EBADPLATFORM
npm ERR! not ok code 0

ops, apologies about that. fsevents is a dev module and it was roped in due to npm shrinkwrap. The dev dependancies were removed from the shrinkwrap. Please try again with the latest 0.9.11 Pivot.