Skip to content

Support NPX for npm v5+/n8+ #288

Closed
Closed
@sullivanpt

Description

This change request is to add support for NPX to nvm-windows.

This is an enhancement request inspired by Introducing npx: an npm package runner. When nodejs v8+ is installed traditionally (without nvm-windows) it includes npm v5+ and the new utility "npx".

Expected Behavior after this enhancement

$ nvm use 6.11.0
Now using node v8.1.4 (64-bit)
$ npx --version
npx is not supported with the current version of npm
$ nvm use 8.1.4
Now using node v8.1.4 (64-bit)
$ npx --version
5.0.3

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions