Help https://www.npmjs.com/package/angular-cli#installation Install Node and Angular-cli and @Angular/cli Globally- npm install -g @angular/cli Locally -npm install -save --dev @angular/cli or Globally -npm install -g angular-cli Locally- npm install -save --dev angular-cli Requirement Node https://nodejs.org/dist/v8.4.0/node-v8.4.0-x64.msi https://nodejs.org/dist/v6.11.2/node-v6.11.2-x64.msi https://nodejs.org/dist/v8.4.0/node-v8.4.0-x86.msi Install angular-cli globally: npm install -g angular-cli Install angular-cli in your project: npm install --save-dev angular-cli Upgrade to the latest CLI globally: npm uninstall -g angular-cli npm uninstall -g @angular/cli npm cache clean npm install -g angular-cli@latest This should get a working version. If you tried this and it does not work, please submit your package.json as that will probably contain something that gets in the way from this working correct...
To change the owenership of any folder for domain user !! here i'm changing owenership of my "lampp" folder... the new owener is google\\user43 #sudo chown -R Google\\user43:root /opt/lampp/ Expl... sudo chown -R google\\user43:root /opt/lampp/ Give full permission of any folder for all #sudo chmod 777 /your folder location/ -R Expl.. sudo chmod 777 /opt/lampp/ -R
NOte !!! Thursday 12 January 2017 03:36:52 PM IST You have to change you username !!! here above is user6 !!! You have to change your extrated folder location of JAVA !!! here above is /home/user6/software/jdk1.8.0_111 !!! Matarial Need.. Tar/zip file of Java and extract it on below location /home/user6/software/jdk1.8.0_111 Step 1 edite profile #sudo gedit /etc/profile type past bleow lines JAVA_HOME=/home/user6/software/jdk1.8.0_111 JRE_HOME=/home/user6/software/jdk1.8.0_111/jre PATH=$PATH:$JRE_HOME/bin:$JAVA_HOME/bin export JAVA_HOME export JRE_HOME export PATH Step 2 run below command after extrat your java /home/user12/software/ Note = Your java extrated location /home/user64/software/jdk1.8.0_111 Run blow command in sudo mode for say ubuntu where is your java installed/extrated file sudo update-alternatives --install "/usr/bin/java" "java" "/home/user6/software/jdk1.8.0_111/bin/java" 1 sudo update-alternatives --install...