https://stackoverflow.com/questions/38046392/npm-warn-deprecated-minimatch2-0-10-please-update-to-minimatch-3-0-2-or-higher
https://bunlog.d-s-b.jp/autoupdate-package_json
バージョンの確認など
#minimatchをアップデート npm update minimatch #バージョン確認 npm -v #グローバルにインストール npm install -g npm@3 npm install -g minimatch@3.0.2 #パッケージのバージョン確認 npm view minimatch version
package.jsonのバージョンを更新するnpm-check-updatesを使う
npm install -g npm-check-updates npm-check-updates -u npm update
その他
非力なPCでnpm installが失敗する場合はメモリ不足を疑う。スワップを増やすか再起動する。