aisukuma

aisukuma

Mix command errors in new project

Hello all, I just got a new work station and have been trying to set up a new Phoenix Project for an app I’m working on. However I’m running into an issue that I haven’t seen before. I’m able to run ‘mix phx.new hello’, but after I ‘cd hello’ and try to run any mix command, I get the following error:

$ mix
.exsCode.LoadError) could not load /Users/htran/Desktop/hello/config/dev
(elixir) lib/code.ex:1147: Code.find_file/2
(elixir) lib/code.ex:706: Code.eval_file/2
(mix) lib/mix/config.ex:187: anonymous fn/2 in Mix.Config.import!/2
(elixir) lib/enum.ex:1925: Enum.“-reduce/3-lists^foldl/2-0-”/3
(mix) lib/mix/config.ex:186: Mix.Config.import!/2
(stdlib) erl_eval.erl:680: :erl_eval.do_apply/6
(elixir) lib/code.ex:232: Code.eval_string/3

Following the installation guide, I’ve already installed Elixir, Erlang, Phoenix, Node and Postgresql. Is there anything I’m missing?

Not sure if this is relevant but this is my ‘mix -v’

Erlang/OTP 21 [erts-10.1.3] [source] [64-bit] [smp:6:6] [ds:6:6:10] [async-threads:1] [hipe] [dtrace]

I wasn’t getting this kind of error on my previous work station, so I’m thinking I missed a prerequisite or something. Thanks in advance!

First 10 of 29 Posts Switch mode

chensan

chensan

Is there anything wrong with your dev.exs file?

aisukuma

aisukuma OP

I haven’t touched my dev.exs file, do I need to add anything to it? This is what it looks like:

use Mix.Config
# For development, we disable any cache and enable
# debugging and code reloading.
#
# The watchers configuration can be used to run external
# watchers to your application. For example, we use it
# with webpack to recompile .js and .css sources.
config :hello, HelloWeb.Endpoint,
  http: [port: 4000],
  debug_errors: true,
  code_reloader: true,
  check_origin: false,
  watchers: [
    node: [
      "node_modules/webpack/bin/webpack.js",
      "--mode",
      "development",
      "--watch-stdin",
      cd: Path.expand("../assets", __DIR__)
    ]
  ]

# ## SSL Support
#
# In order to use HTTPS in development, a self-signed
# certificate can be generated by running the following
# Mix task:
#
#     mix phx.gen.cert
#
# Note that this task requires Erlang/OTP 20 or later.
# Run `mix help phx.gen.cert` for more information.
#
# The `http:` config above can be replaced with:
#
#     https: [
#       port: 4001,
#       cipher_suite: :strong,
#       keyfile: "priv/cert/selfsigned_key.pem",
#       certfile: "priv/cert/selfsigned.pem"
#     ],
#
# If desired, both `http:` and `https:` keys can be
# configured to run both http and https servers on
# different ports.

# Watch static and templates for browser reloading.
config :hello, HelloWeb.Endpoint,
  live_reload: [
    patterns: [
      ~r{priv/static/.*(js|css|png|jpeg|jpg|gif|svg)$},
      ~r{priv/gettext/.*(po)$},
      ~r{lib/hello_web/views/.*(ex)$},
      ~r{lib/hello_web/templates/.*(eex)$}
    ]
  ]

# Do not include metadata nor timestamps in development logs
config :logger, :console, format: "[$level] $message\n"

# Set a higher stacktrace during development. Avoid configuring such
# in production as building large stacktraces may be expensive.
config :phoenix, :stacktrace_depth, 20

# Initialize plugs at runtime for faster development compilation
config :phoenix, :plug_init_mode, :runtime

# Configure your database
config :hello, Hello.Repo,
  username: "postgres",
  password: "postgres",
  database: "hello_dev",
  hostname: "localhost",
  pool_size: 10

Sorry if I’m asking anything trivial, this is actually my first time setting up a Phoenix Project by myself.

yurko

yurko

Maybe it’s trying to find a secret part of a config? Look for something like import_config "dev.secret.exs".

aisukuma

aisukuma OP

I have the import_config "dev.secret.exs" line in my prod.exs file, but not in my dev.exs file

chensan

chensan

Which phoenix version do you have?

$ mix phx.new --version

How about recreating your hello project? It should just works fine out of the box.

yurko

yurko

that can’t be right :slight_smile: Try to generate a completely new project in another dir and see if it works

aisukuma

aisukuma OP

Phoenix version:

$ mix phx.new --version
Phoenix v1.4.0

I’ve tried several times to create the hello project following the Up and Running guide, I actually just tried again and am still getting the same error.

I’m also on a Mac if that’s relevant at all

aisukuma

aisukuma OP

Where should the import_config "dev.secret.exs" line be located?

I also just tried to create the project in a different directory and I’m getting the same error, import_config "dev.secret.exs" is also still in the same place.

yurko

yurko

It should be in the dev config, prod might have its own secret. Try to kill your generator and install it again. Something like mix archive.uninstall phx.new and then mix archive.install hex phx_new 1.4.0.

yurko

yurko

I just generated a project and see that only prod has a secret and it’s prod.secret: import_config "prod.secret.exs", dev should just work out of the box.

Where Next?

Trending in Questions Top

stjefim
Hello! Suppose you are building workflow (order / task / payment) processing system with the following requirements: Each workflow con...
New
jonnycharles
I’m in search of an Elixir library that offers PDF generation capabilities similar to Ruby’s Prawn. While there have been discussions abo...
New
spammy
I’m looking to build a personal workflow to quickly deploy web applications written in elixir/phoenix, for local consumption (ie not on t...
New
silverdr
Using Phoenix.LiveView.TagEngine as an EEx.Engine is deprecated! To compile HEEx, use Phoenix.LiveView.TagEngine.compile/2 instead. Sta...
New
dli
Before I dive in myself, did anyone successfully sprinkle Hologram into their existing LiveView app? Looking for hints regarding: Addi...
New
bottlenecked
Hi all, I wanted to ask how the community is dealing with post-release steps. Today we have Ecto migrations, which make sure that the db...
New
michallepicki
I am using Oban and occasionally, shortly after a deployment, a handful of jobs can fail because of dependency on other parts of the syst...
New

Other Trending Topics Top

JesseHerrick
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Damirados
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve. They are GUI (Emerge) and State management (S...
New
ausimian
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
type1fool
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
akoutmos
@hugobarauna and I (Alex Koutmos) have been hard at work on writing a book on Nerves that takes you from simply blinking LEDs to building...
New

We're in Beta

About us Mission Statement