Answers for "force update all packages yarn"

0

force yarn to reinstall all packages

yarn install --check-files
Posted by: Guest on November-29-2020
8

yarn 2 upgrade all packages

# You've to install the interactive-tools plugin first.
$ yarn plugin import interactive-tools
$ yarn upgrade-interactive

 Press <up>/<down> to select packages.      Press <enter> to install.
 Press <left>/<right> to select versions.   Press <ctrl+c> to abort.
 
 # And if U Want To Use The Old Command (yarn outdated) install this plugin
$ yarn plugin import https://github.com/mskelton/yarn-plugin-outdated/raw/main/bundles/@yarnpkg/plugin-outdated.js
$ yarn outdated
Posted by: Guest on February-13-2021

Code answers related to "force update all packages yarn"

Browse Popular Code Answers by Language