orionjs / orioncms

[Old] Orion is an open source framework built on Meteor that makes complex as well as simple apps possible with minimal effort.
http://orionjs.org
MIT License
715 stars 129 forks source link

Cant install orionjs:core #432

Closed idesignpixels closed 8 years ago

idesignpixels commented 8 years ago

I'm trying to follow the installation instructions but keep getting errors, the list is huge so I've tried to include what I may think to be helpful.

Errors while adding packages: While loading package npm-bcrypt@0.7.7: error: Command failed: /Users/lindstrom1989/.meteor/packages/meteor-tool/.1.4.1.1d6ewcq++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/bin/npm

npm ERR! Failed at the bcrypt@0.7.7 install script 'node-gyp rebuild'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the bcrypt package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs bcrypt
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls bcrypt
idesignpixels commented 8 years ago

Solved, found closed issue by @mengkeys

meteor add npm-bcrypt

I am new to this and don't know what this is but shouldn't it be a dependency or mentioned in setup docs?