Reputation: 79
In my System Angular Version 17 was installed. I tried installing Angular 15. To achieve this I tried
Upvotes: 0
Views: 286
Reputation: 452
This table shows that the version of ng15.0.x is compatible with the v18.10.0
Make sure that the nodejs is on 18.10.0 version.
run node -v
to confirm Node 18.10.0 has been installed,
And try to reinstall the project.
To avoid to uninstall and install different version of nodes, you can use NVM for Windows to manage multiple installations of node.js on a Windows computer.
Upvotes: 1