The x86 build is working on appveyor for 3.1.0 but not x64: ``` downloading/installing node node 3.1.0 X64 package not found At C:\Program Files\AppVeyor\BuildAgent\Modules\avvm\avvm.psm1:94 char:17 + throw "$product $version $platform package not found" + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OperationStopped: (node 3.1.0 X64 package not fo und:String) [], RuntimeException + FullyQualifiedErrorId : node 3.1.0 X64 package not found ``` https://ci.appveyor.com/project/Mapbox/node-sqlite3/build/1.0.379/job/pd67xpjqqk337q8g#L26 @FeodorFitsner - this is using `powershell Install-Product`. Is it possible you are missing this node version/arch?
The x86 build is working on appveyor for 3.1.0 but not x64:
https://ci.appveyor.com/project/Mapbox/node-sqlite3/build/1.0.379/job/pd67xpjqqk337q8g#L26
@FeodorFitsner - this is using
powershell Install-Product. Is it possible you are missing this node version/arch?