0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

viteをインストールしたらnodeのバージョンエラーが出た

0
Posted at

はじめに

viteを使用した環境構築後に、npm run devするとエラーが発生した。

問題

viteのnodeが偶数推奨だったのでエラーが起きていた。

You are using Node.js 21.7.2. Vite requires Node.js version 20.19+ or 22.12+. Please upgrade your Node.js version.

解決策

nodeをnvmで管理していたので、nvm install 22を実行した。

参考記事

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?