🚄

bun installコマンドがコケるとき 2023/11/03時点

2023/11/03に公開

Bunでbun installコマンドがコケるとき

発生状況

  • GitHubから既存プロジェクトをClone
  • npmコマンドを叩いた(多分)
  • package-lock.jsonが存在している
    • おそらく上記理由による

失敗するコマンド

$ bun install

エラーの例

bun install v1.0.7 (b0393fba)
[1.70ms] migrated lockfile from package-lock.json
error: FileNotFound installing @heroicons/react
error: FileNotFound installing @tauri-apps/api
error: FileNotFound installing react
error: FileNotFound installing react-dom

解決方法

package-lock.jsonファイルを削除して、bun installコマンドを再度実行

終わり

GitHubで編集を提案

Discussion