Merge pull request #2063 from thelounge/xpaw/install-exact-version

Provide exact version into `npm install` command
This commit is contained in:
Pavel Djundik 2018-02-14 12:39:05 +02:00 committed by GitHub
commit 5d2453347f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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