4
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

これまで動かしていたPhoenixのプロジェクトでerlangのバージョンを変える

4
Posted at

状況

すでにビルド済みのphoenixでなんらかの理由でerlangのバージョンを変更してビルドしたい

ちなみにerlangのバージョンを変えるだけだと怒られます

方法

思ったより簡単でビルド時に生成されるファイルをディレクトリごと吹き飛ばせばよいだけです

$ rm -rf _build
$ rm -rf deps

ちなみに

この状況になったのはherokuでerlang 22.0が対応してなかったので手軽に使うためにerlang 21.0にしようとしたからです

動作しない訳じゃないけど面倒なので...

4
1
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
4
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?