Skip to content

Comments

New label: NodeJS (nodejs)#848

Merged
scriptingosx merged 1 commit intoInstallomator:mainfrom
gilburns:nodejs
Jan 21, 2023
Merged

New label: NodeJS (nodejs)#848
scriptingosx merged 1 commit intoInstallomator:mainfrom
gilburns:nodejs

Conversation

@gilburns
Copy link
Contributor

Added new label for nodejs

Added new label for nodejs
@scriptingosx scriptingosx added the application adds or improves an application label label Jan 16, 2023
@scriptingosx scriptingosx added this to the v10.3 milestone Jan 16, 2023
@scriptingosx
Copy link
Collaborator

Thank you!

@scriptingosx scriptingosx merged commit 45104b7 into Installomator:main Jan 21, 2023
@gilburns gilburns deleted the nodejs branch March 25, 2024 23:51
@thangarajua
Copy link

thangarajua commented Jan 28, 2025

The Node.js URL https://nodejs.org/dist/latest is redirecting to https://nodejs.org/dist/v23.6.1/, and it is not downloading the latest version using Installomator. Can we get this fixed?

2025-01-28 11:00:33 : REQ : nodejs : Downloading https://nodejs.org/dist/latest/node-v.pkg to nodejs.pkg
2025-01-28 11:00:33 : ERROR : nodejs : error downloading https://nodejs.org/dist/latest/node-v.pkg
ls: nodejs.pkg: No such file or directory
2025-01-28 11:00:33 : ERROR : nodejs : File list:
2025-01-28 11:00:33 : ERROR : nodejs : File type: nodejs.pkg: cannot open `nodejs.pkg' (No such file or directory)
2025-01-28 11:00:33 : INFO : nodejs : Installomator did not close any apps, so no need to reopen any apps.
2025-01-28 11:00:33 : ERROR : nodejs : ERROR: Error downloading https://nodejs.org/dist/latest/node-v.pkg error:

  • Could not resolve host: nodejs.org
  • Closing connection
    curl: (6) Could not resolve host: nodejs.org

I have tried to update the following, and it works, but I want to verify it since I’m a beginner in coding.

nodejs)
name="nodejs"
type="pkg"
appNewVersion=$(curl -I -s https://nodejs.org/dist/latest/ | grep -i "location" | sed -E 's|.v([0-9]+.[0-9]+.[0-9]+).|\1|')
appCustomVersion(){/usr/local/bin/node -v}
downloadURL="https://nodejs.org/dist/latest/node-v$(curl -I -s https://nodejs.org/dist/latest/ | grep -i "location" | sed -E 's|.v([0-9]+.[0-9]+.[0-9]+).|\1|').pkg"
expectedTeamID="HX7739G8FX"
;;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

application adds or improves an application label

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants