Skip to content

Parsing nvm's project page does not return the latest stable version #47

@mlbrgl

Description

@mlbrgl

node-reinstall looks for curl https://raw.githubusercontent.com/creationix/nvm/ where nvm project page now shows curl -o- https://raw.githubusercontent.com/creationix/nvm/ (note the extra "-o-").

As a result the parsing fails silently and the hardcoded fallback version is used (#46).

A possible more future-proof solution would be to parse nvm's package.json (https://github.com/creationix/nvm/blob/master/package.json) rather than the project page.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions