Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the above steps are not working follow:


OS, Software/Tools & Packages Version
Windows

11

Node Version11.15.0
NPM version6.7.0
Bower version1.8.14
Python3.12.0


Installation Steps (Windows) 

python script.py --services ECM EABC TAM --hideumm  --build

Copy the  EABC,ECM,TAM,prompt Folders and paste it to Base/src/app (if you are facing the below errors)
Image Modified


  1. Install Python 3.12.0.
  2. Run Python as Administrator 

Select folder > Base

  1. Delete the package-lock.json file.
  2. Delete node_module folder if exists.
  3. npm cache clean -f
  4. npm cache verify
  5. npm install -g bower
  6. npm install -g gulp
  7. npm install
    if you are facing the node-sass error:

    Image Modified

    run the command: npm uninstall node-sass & > npm install node-sass@4.14.1

  8. bower install
    Select the 1st option of the JQuery version if not found the existing one during the bower installation

    Image Modified

  9. gulp build (if you are facing the below issue run the command ) npm install gulp-sass@4.1.1 --save-dev and re-run gulp build

    Image Modified

  10. gulp serve