iimon TECH BLOG

iimonエンジニアが得られた経験や知識を共有して世の中をイイモンにしていくためのブログです

Nuxt2 Node.js 18へのバージョンアップの方針

初めまして株式会社iimonの山根です。

背景

弊社のnuxtプロジェクトの構成は以下です

nuxt v2.15 node v16 yarn

Node.jsでv16がEOLになった為、18にバージョンアップする必要が出た。

Nuxt2とNode.js v18のバージョンアップ対応について調査

  • Nuxt2のプロジェクトでNode v18は問題ないとのこと。

    The main change in this patch release is that we now patch the crypto node built-in during build to allow Nuxt 2 to be used on Node versions greater than Node 16, which should ease the pressure users feel after Node 16 reaches its own EOL this year.

    バージョン v2.16.2

よって以下の流れで対応するのが良いと思われる。

6. dev動作確認

次回はバージョンアップ時に出たエラー等の記事を書きます!