Merge pull request #2063 from thelounge/xpaw/install-exact-version
Provide exact version into `npm install` command
This commit is contained in:
commit
5d2453347f
@ -61,7 +61,7 @@ program
|
|||||||
"--no-progress",
|
"--no-progress",
|
||||||
"--prefix",
|
"--prefix",
|
||||||
packagesPath,
|
packagesPath,
|
||||||
packageName,
|
`${packageName}@${json.version}`,
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
// This is the same as `"inherit"` except `process.stdout` is ignored
|
// This is the same as `"inherit"` except `process.stdout` is ignored
|
||||||
|
Loading…
Reference in New Issue
Block a user