windows-build-tools
Advanced tools
Comparing version 0.2.1 to 0.2.2
'use strict'; | ||
var path = require('path'); | ||
var utils = require('./utils'); | ||
@@ -16,2 +15,3 @@ | ||
function setEnvironment(variables) { | ||
var pythonPath = path.join(variables.python.python, 'python.exe'); | ||
var scriptPath = path.join(__dirname, '..', 'ps1', 'set-environment.ps1'); | ||
@@ -18,0 +18,0 @@ var psArgs = '& {& \'' + scriptPath + '\' -pythonPath \'' + variables.python.pythonPath + '\' }'; |
@@ -77,3 +77,3 @@ 'use strict'; | ||
_this3.handleData(); | ||
}, 1000); | ||
}, 5000); | ||
} | ||
@@ -80,0 +80,0 @@ |
{ | ||
"name": "windows-build-tools", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Install C++ Build Tools for Windows using npm", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
'use strict' | ||
const path = require('path') | ||
const utils = require('./utils') | ||
@@ -16,2 +15,3 @@ | ||
function setEnvironment (variables) { | ||
const pythonPath = path.join(variables.python.python, 'python.exe'); | ||
const scriptPath = path.join(__dirname, '..', 'ps1', 'set-environment.ps1') | ||
@@ -18,0 +18,0 @@ const psArgs = `& {& '${scriptPath}' -pythonPath '${variables.python.pythonPath}' }` |
@@ -42,3 +42,3 @@ 'use strict' | ||
this.handleData() | ||
}, 1000) | ||
}, 5000) | ||
} | ||
@@ -45,0 +45,0 @@ |
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
43930
1051