Skip to content

Bash script on downloads page uses a command that is not installed on Mac #3758

@focarroll

Description

@focarroll

By going to the link above, you can see the following code:

curl "https://nodejs.org/dist/latest/node-${VERSION:-$(wget -qO- https://nodejs.org/dist/latest/ | sed -nE 's|.*>node-(.*)\.pkg</a>.*|\1|p')}.pkg"

This bash script uses the command wget. However, Mac OS does not come with wget, meaning that this cannot be used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions