In this example, npx
is using the locally-installed version of bower (node_modules/.bin/bower
). update-notifier
is correctly noticing that we're not using the latest version, but it suggests that npm i -g bower
will fix that, which it will not, since it'll still use the locally-installed version, which is old.
=> $ npm -v
5.0.3
=> $ node -v
v6.9.5
=> $ npx -v
4.0.3
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too