Install A Specific Version Of A Module With npm
Add the version number with an @
sign after the name of the module
npm install module_name@20.5.1
-- end of line --
Add the version number with an @
sign after the name of the module
npm install module_name@20.5.1