Ford's Garage

Small garage of one Ford in the big internet


How to update all packages in project


Soft update


npm outdated | sed '1d; s/ .*/@latest/' | xargs npm i --save

Hard update


npm i -g npm-check-updates
ncu -u
npm install

Yarn-way


yarn plugin import interactive-tools
yarn upgrade-interactive