@@ -6,10 +6,10 @@ Solidify-Frontend is the angular frontend part of _Solidify_ framework, develope
== Prerequisites
* Install https://nodejs.org/en/:[NodeJS LTS] : Use ALWAYS the node "LTS" version.
Version currently supported is Node 16.
* Run `npm install -g angular/cli@13.2.1` to install angular cli globally
* Run `npm install -g typescript@4.5.5` to install typescript globally
* Have pnpm installed (use version mentioned in 'packageManager' field in package.json).
pnpm will automatically download node needed for the project.
* Install https://angular.io/cli[Angular CLI] with command `pnpm install -g angular/cli@X.Y.Z (use version mentioned in '@angular/core' field in package.json)
* Install https://www.typescriptlang.org/[typescript] with command `pnpm install -g typescript@X.Y.Z` (use version mentioned in 'typescript' field in package.json)
* You should access to https://nexus.unige.ch/, if not please follow instructions in <<install_outside_unige>>
== Install
...
...
@@ -17,7 +17,7 @@ Version currently supported is Node 16.