before
rm -rf node_modules
yarn
いちいちnode_modulesフォルダをrmコマンドで削除したくない。
after
yarn install --check-files
これでOk。
node.js - How do I force Yarn to reinstall a package? - Stack Overflow
Go to list of users who liked
More than 5 years have passed since last update.
rm -rf node_modules
yarn
いちいちnode_modulesフォルダをrmコマンドで削除したくない。
yarn install --check-files
これでOk。
node.js - How do I force Yarn to reinstall a package? - Stack Overflow
Register as a new user and use Qiita more conveniently
Go to list of users who liked