Answers for "npm install exact version based on package.json"

6

install exact version npm

npm install <package>@<version>

//example
npm install [email protected]
Posted by: Guest on July-03-2020
0

get version from package.json

import {version} from './package.json';
Posted by: Guest on January-29-2022

Code answers related to "npm install exact version based on package.json"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language