Hubs-Foundation / hubs-compose

Local development setup for Hubs
Mozilla Public License 2.0
41 stars 32 forks source link

Trouble creating admin account #22

Closed h3d-longnsp closed 1 year ago

h3d-longnsp commented 1 year ago
bryanenders commented 1 year ago

IEx doesn’t load local modules by default. The -S flag finds and executes the given script in $PATH. When you give it the -S mix options, it starts the local mix project and makes those modules available. Try $ ./iex -S mix.

Your solution is a good alternative!