Warning with the archive nerves_bootstrap on clean project

Hi, today I updated my elixir installation and created a project. but this warning keeps appearing everywhere.

warning: the archive nerves_bootstrap requires Elixir "~> 1.4.0" but you are running on v1.5.2

Anyone of you knows how to hide this warning?

P.D: my project has nothing to do with Nerves.

nerves_bootstrap is an archive just as phx_new that lingers in your global space. It will be loaded whenever you run a mix task, to look up if the mix task is in there.

When you update to the current bootstrap version (0.6.3), that warning should disappear.

1 Like