shopizer-ecommerce / shopizer-admin

MIT License
49 stars 137 forks source link

README: recommend last angular version supporting node v12 #61

Closed TheKinrar closed 2 years ago

TheKinrar commented 2 years ago

Current instructions recommend installing Node v12.22.7 and angular CLI latest, which are now incompatible as Angular 14 dropped support for Node <14.15. This PR replaces latest with 13.3.x which is the last Angular CLI version that supports Node v12.

(Node v12 reached EOL in April 2022, so while it's probably not a great idea to keep using it, at least this PR makes building and running the current main branch easier).