トップに戻る
tags
npm ls で deduped がたくさん出るようなら yarn への乗り換えを検討しましょう。
● yarn を使用する
brew install yarn
● yarn のバージョンを確認する
yarn -v
1.19.1
● npmの代わりに yarn を使用する
npm install image-js
↓
yarn add image-js
edit