LoginSignup
2
2

More than 5 years have passed since last update.

Phoenix Frameworkインストール時の注意点

Posted at

ネット上でのインストール情報が古い(ver 1.2以前)と、下記となる。

$ mix archive.install https://github.com/phoenixframework/archives/raw/master/phoenix_new.ez
Found existing entry: /Users/xxxx/.mix/archives/phoenix_new
Are you sure you want to replace it with "https://github.com/phoenixframework/archives/raw/master/phoenix_new.ez"? [Yn] Y
* creating /Users/xxxx/.mix/archives/phoenix_new

$ mix phoenix.new --version
Phoenix v1.2.5

バージョンを1.3以降にする場合は、下記のように、phx_newとなる。

$ mix archive.install https://github.com/phoenixframework/archives/raw/master/phx_new.ez
Are you sure you want to install "https://github.com/phoenixframework/archives/raw/master/phx_new.ez"? [Yn] Y
* creating /Users/xxxx/.mix/archives/phx_new

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

気を付けないと、以前インストールしている場合には、1.2のプロジェクトが作成されてしまう。プロジェクトを生成する場合には気を付けましょう。

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2