Open3

nuxt アップデート

kosuke itokosuke ito

nuxt v2.15.8からv2.17.1にアップデートする

package.jsonの

`"nuxt": "^2.15.8"` -> `"nuxt": "^2.17.1"` に変更
古いlockファイルの削除
$ rm package-lock.json

node_moduleも削除
$ rm -rf node_modules/

nuxtを変更してのライブラリのインストール
$ npm install

fseventsがnode_modules配下から消えて、chokidar, jest-haste-map の依存としてインストールされた

https://www.npmjs.com/package/fsevents

npm outdatedで依存関係のライブラリのバージョンを確認する

$ npm outdated
kosuke itokosuke ito

PostCSS8が必要だけど、足りてなくて怒られた

╭────────────────────────────────────────────────────────────────────────╮        
remote:    │                                                                        │        
remote:    │   ✖ Nuxt Fatal Error                                                   │        
remote:    │                                                                        │        
remote:    │   Error: PostCSS plugin postcss-discard-comments requires PostCSS 8.   │        
remote:    │   Migration guide for end-users:                                       │        
remote:    │   https://github.com/postcss/postcss/wiki/PostCSS-8-for-end-users      │        
remote:    │                                                                        │        
remote:    ╰────────────────────────────────────────────────────────────────────────╯