change platform path to match downloaded one
This commit is contained in:
parent
5c36709ff2
commit
4f20a15907
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ try {
|
||||||
// do nothing
|
// do nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
var platform = os.platform()
|
var platform = process.env.npm_config_platform
|
||||||
|
|
||||||
function onerror (err) {
|
function onerror (err) {
|
||||||
throw err
|
throw err
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue