LoginSignup
3
0

思い立ったが吉日なのでasdfでBunを入れてみたメモ

Last updated at Posted at 2023-09-22
# asdf-bunプラグインを追加
$ asdf plugin add bun

# Bunのバージョンを確認
$ asdf list all bun

# 1.0.2をインストール
$ asdf install bun 1.0.2

# globalのBunのバージョンを指定
$ asdf global bun 1.0.2

# ちゃんと入ったか確認
$ bun -v
実際に走らせてみた追記

既存のReactなプロジェクトをBunで走らせてみると、初回はそれなりに時間がかかったけれど2回目は目に見えて早くなった。
良いぞBun、頑張れBun。

3
0
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
3
0