Update Javascript library JQuery Migrate from version 1.x to latest stable version 3.4.0

236 views Asked by At

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 ?

1

There are 1 answers

0
Fexo On

Use something like this npm i [email protected]. You can replace the 3.4.0 with every version you'd liked.