portable-node icon indicating copy to clipboard operation
portable-node copied to clipboard

unable to download installer if x64

Open elpezganzo opened this issue 5 years ago • 0 comments

cscript install-node.vbs /version:14.10.0 /arch:x64 Microsoft (R) Windows Script Host Version 5.812 Copyright (C) Microsoft Corporation. All rights reserved.

Download and install locally node.js version: 14.10.0 for architecture: x64 Download URL: http://nodejs.org/dist/v14.10.0/x64/node-v14.10.0-x64.msi to: C:\xxx\Target Corp\Code\VBScript\share\nodejs\node-v14.10.0-x64.msi Could not download: http://nodejs.org/dist/v14.10.0/x64/node-v14.10.0-x64.msi : 404 Not Found Setup Error: Could not download URL: http://nodejs.org/dist/v14.10.0/x64/node-v14.10.0-x64.msi

The issue is due to current path in node server does not include the x64 Download URL MUST BE: http://nodejs.org/dist/v14.10.0/node-v14.10.0-x64.msi

elpezganzo avatar Sep 08 '20 18:09 elpezganzo