Comparing version 2.1.24 to 2.1.25
{ | ||
"name": "@vmm/cli", | ||
"version": "2.1.24", | ||
"version": "2.1.25", | ||
"description": "vmm cli interface", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -85,3 +85,3 @@ const fs = require('fs-extra') | ||
async function getLatestNpmPackage(pkg) { | ||
return execSync(`npm view ${pkg} version`, { | ||
return execSync(`npm_config_registry=\"https://registry.npmjs.org/\" npm view ${pkg} version`, { | ||
encoding: "utf8" | ||
@@ -88,0 +88,0 @@ }).trim() |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52181
41