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

View file

@ -61,7 +61,7 @@ program
"--no-progress",
"--prefix",
packagesPath,
packageName,
`${packageName}@${json.version}`,
],
{
// This is the same as `"inherit"` except `process.stdout` is ignored