From b808aafb910dbdf8f17f56cce428b721bdddd663 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Wed, 2 Nov 2016 14:34:12 +0000 Subject: [PATCH] Update PREREQUISITES.md --- PREREQUISITES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PREREQUISITES.md b/PREREQUISITES.md index 1cb6fdaf07..80e61331e6 100644 --- a/PREREQUISITES.md +++ b/PREREQUISITES.md @@ -8,7 +8,7 @@ The [Angular 2](https://angular.io/) based application development framework req - [npm](https://www.npmjs.com/) package manager for JavaScript. - (If you use ECM and BPM togheter) Make sure your user has the same username and password in both system -*Note: Default username for activiti is "admin@app.activiti.com" and "admin" for Alfresco, and also the default password are different. Change them to be equal. +*Note: Default username for activiti is "admin@app.activiti.com" and "admin" for Alfresco, and also the default password are different. Change them to be equal.* **Verify that you are running at least node `v5.x.x` and npm `3.x.x`** by running `node -v` and `npm -v` in a terminal/console window.