package-lock.jsonは正しいけどyarn.lockが怪しいとき
synp
があるけど、これでsynp --source-file /path/to/package-lock.json
してpackage-lock.json => yarn.lockできるけど、
そのファイルでうまくyarn install
できね。
https://github.com/imsnif/synp
npm - how to convert package-lock.json to yarn.lock? - Stack Overflow
rm -rf node_modules yarn cache clean npm cache clean -force npm install rm yarn.lock yarn import