Commit 9263543b authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

update readme

parent 754114dc
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ To ensure a consistent development environment and avoid compatibility issues, p

| Tool                           	| Version   	| Notes                                                               	|   	
|--------------------------------	|-----------	|---------------------------------------------------------------------	|
| **Node Version Manager (nvm)** 	| Latest    	| Recommended for managing Node versions.                             	|
| **Node Version Manager (nvm)** 	| Latest    	| Recommended for managing Node versions. [Guide](https://www.freecodecamp.org/news/node-version-manager-nvm-install-guide/) |
| **Node.js**                    	| `18.20.8` 	| Managed via `nvm`. Use `nvm install 18.20.8` and `nvm use 18.20.8`. 	|
| **Angular CLI**                	| `14.x.x`  	| Install globally using `npm install -g @angular/cli@14`.            	|