2024-01-22
Unexpected end of JSON input のエラー発生
Unexpected end of JSON input
どうやら Node.js 23 系 で build すると発生するエラーの模様
build
Node.js のバージョンを 20.10.0 に変更
nvm install v20.10.0 nvm use v20.10.0
これでエラーは消えた