問題
pnpm i
をすると、以下のようにエラーが出ました。
ERROR: This version of pnpm requires at least Node.js v18.12
The current version of Node.js is v16.14.2
Visit https://r.pnpm.io/comp to see the list of past pnpm versions with respective Node.js version support.
そこで、nodeのバージョンを確かめると、nodeとNodeのバージョンが違うという謎現象が起きていました。
(base) hirune (*・∀-)b functions % node --version
v20.11.0
(base) hirune (*・∀-)b functions % Node --version
v16.14.2
解決
~/.zshrcの中に以下を書き足すと、成功しました🎉
export VOLTA_FEATURE_PNPM=1