Closed jesstelford closed 7 years ago
The first issue was fixed by https://github.com/zkat/npx/commit/c3027a96734e3e3346bc0948c63b15d4f33ca200
The issue with npm i -g npx
clobbering the npm-bundled npx is working as expected. That is the behavior as specified and desired.
At some point, after running a few
npx
commands, I saw this prompt:(I'm not sure how to reproduce seeing that prompt - looks to be on a timer of some sort?)
I ran the suggested commands:
Note the version of
npx
has not changed.I am using the
npx
which comes withnpm
:Extra Investigation
I am able to update the version of
npx
withnpm i -g npx
, however that appears to overwrite the globalnpm
version ofnpx
with the new version:I'm not sure if this has any consequences when updating
npm
in the future?