Closed
Description
Current Behavior:
running npx @package@version
generate it with the current install version
Expected Behavior:
it should be generated with the given version
Steps To Reproduce:
ex. steps to reproduce the behavior:
- run
npm i -g npm@latest
to install npm 7 - run
npx @angular/cli@next new
- answer all questions of the angular cli, it doesn't matter what the answers are
- it will install angular 11 (while next is 12)
Environment:
- OS: Windows 10
- Node: 14.16.1
- npm: 7.12.0 (working fine with 6.14.13)