Is there a way to mirror the native nvm feature of installing the latest npm version for the current Node version?
Recently, I ran into an issue where I had to use Node v12 for a project and executed npm i -g npm, which installed a version of npm that's incompatible with Node v12.
Native nvm has the means to install the latest npm version intelligently for specific Node versions by executing nvm install-latest-npm.
Is there a way to mirror that feature for nvm.fish?
Is there a way to mirror the native
nvmfeature of installing the latest npm version for the current Node version?Recently, I ran into an issue where I had to use Node v12 for a project and executed
npm i -g npm, which installed a version of npm that's incompatible with Node v12.Native nvm has the means to install the latest npm version intelligently for specific Node versions by executing
nvm install-latest-npm.Is there a way to mirror that feature for
nvm.fish?