bigardone / phoenix-trello

Trello tribute done in Elixir, Phoenix Framework, React and Redux.
https://phoenix-trello.herokuapp.com
MIT License
2.5k stars 407 forks source link

Error on step 2, addLocal Could not install phoenix_trello/deps/phoenix #23

Closed sergiotapia closed 8 years ago

sergiotapia commented 8 years ago

Copied your package.json file from here: https://github.com/bigardone/phoenix-trello/blob/master/package.json

sergiotapia at Sergios-iMac in ~/Work/phoenix_trello on master [?]
$ npm install
npm ERR! addLocal Could not install /Users/sergiotapia/Work/phoenix_trello/deps/phoenix
npm ERR! Darwin 15.3.0
npm ERR! argv "node" "/usr/local/bin/npm" "install"
npm ERR! node v0.12.7
npm ERR! npm  v2.12.1

npm ERR! No name provided in package.json
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/sergiotapia/Work/phoenix_trello/npm-debug.log
bigardone commented 8 years ago

Hi Sergio :) I think your npm and node versions are too old, I'm using the following:

Upgrading them will do the trick.

muneef commented 8 years ago

Tried this with npm v3.9.0 node v5.5.0

Still can't get over it

alex88 commented 8 years ago

@sergiotapia @muneef are you sure to have the phoenix dependencies installed? Seems npm is trying to install the phoenix package which, after installing phoenix dependencies, is inside the deps folder