概要
npm installするときに「npm ERR! Cannot read property 'match' of undefined
」となった時の対処法です。
$ npm install
...
npm ERR! Cannot read properties of null (reading 'matches')
npm ERR! A complete log of this run can be found in: /root/.cache/npm/_logs/2026-〇〇-08T01_58_16_567Z-debug-0.log
#解決方法
node_modulesフォルダを削除したらOK