Versions
If no package version is specified, we will get the latest. To install a specific version, we need to add the following to the install command:
npm install <package-name>@<version>
If no package version is specified, we will get the latest. To install a specific version, we need to add the following to the install command:
npm install <package-name>@<version>