i'm quite new to elixir and phoenix (and ubuntu) and have been battling to get myself up and running with web development. upon creating a new phoenix application using
mix phoenix.new webapp
i get the following errors from terminal
Fetch and install dependencies? [Yn] y
* running mix deps.get
* error command failed to execute, please run the following command again after installation: "mix deps.get"
* running npm install && node node_modules/brunch/bin/brunch build
* error command failed to execute, please run the following command again after installation: "npm install && node node_modules/brunch/bin/brunch build"
and when running mix deps.get
the resultant error message is
** (Mix) No package with name phoenix_ecto (from: mix.exs) in registry
I'm still quite new when it comes to using this platform, so i'm not entirely sure how to pull/get/place/download the phoenix_ecto
package in the registry.
From what i understand this is all handled by hex package manager.
I did manage to get phoenix up and running a few days ago, and managed to play around a little bit with developing small test applications. but it seems somewhere in my reckless terminal sudoing i managed to break something somewhere.
some extra information
Elixir 1.3.4
Mix 1.3.4
npm 3.5.2
node v4.2.6
Phoenix v1.2.1
If any other information is required i will happily provide!