zkat / npx

execute npm package binaries (moved)

Home Page:https://github.com/npm/npx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manage conflict with Node.js-bundled npx in Windows

saschanaz opened this issue · comments

The solution to #144 is to upgrade npx, but currently nodejs/node#21001 (comment) prevents it:

The changes to the installer were made by an npm employee - by the author of npx, in fact. If something needs to change, discuss it with npm and they'll update the installer next time they upgrade npm in node.

So the bundled npx is always preferred by Windows, and this is because of the installer configuration. We should somehow manage this.

Fixed in Node.js 10.4.0 by npm/npm#19608.