Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npx vs npm #155

Open
twerske opened this issue Nov 4, 2021 · 1 comment
Open

npx vs npm #155

twerske opened this issue Nov 4, 2021 · 1 comment

Comments

@twerske
Copy link
Collaborator

twerske commented Nov 4, 2021

v13 updates are npx commands and probably should be npm commands?

@Den-dp
Copy link

Den-dp commented Nov 25, 2021

This one is tricky, b/c the command is perfectly fine but it doesn't work as expected if npm@7 or 8 is used npm/cli#3210

Consider the situation when you migrate from 11 to 12 https://update.angular.io/?v=11.0-12.0

The guide will suggest the following:

image

If I run it via something newer than npm@6 - npx will ignore the specified version and will pull the latest one which is 13 (and not 12).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants