I am currently working on a code which has Javascript library Jquery Migrate which currently uses version 1.4.1. Can someone guide me how can I update the Jquery Migrate library to version 3.4.0 ?
Update Javascript library JQuery Migrate from version 1.x to latest stable version 3.4.0
236 views Asked by learningToCode At
1
Use something like this
npm i [email protected]. You can replace the 3.4.0 with every version you'd liked.