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