Updating wpackio scripts to the latest version

Promotion

WPEForm - No-code Drag-n-Drop WordPress Form Builder

Useful for payments, quotation, quizzes, conversations & user feedbacks of all kinds.

Check out to support my efforts (made by me).

Updating @wpackio/scripts and related toolchain is very straight forward and just like updating any other nodejs dependencies.

First update the package by running

yarn upgrade-interactive --latest

or

yarn add @wpackio/scripts --dev
# IF USING NPM
npm i --save-dev @wpackio/scripts

This will install the latest version.

Now run the following command

yarn bootstrap
# IF USING NPM
npm run bootstrap

This will check for other updates necessary and install the latest version of needed packages.


Edit this page