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...
Note !!! Download XAMPP for ubuntu 14.04 or accroding your OS and Run the following command to make it executable NOte !!! You can skill Step 4 Step 1 Give permission to .run file #sudo chmod +x xampp-linux-x64-5.6.12-0-installer.run Step 2 To Install Xampp.Run the below command in terminal #sudo ./xampp-linux-x64-5.6.12-0-installer.run After Few seconds a Pop-up Window will open . Install the xampp by clicking Next & Finish buttons when required. Once installaition is done .It will be installed in /opt/lampp directory. Step 3 Now you can start Xampp services using the following command. #sudo /opt/lampp/lampp start/stop/restart and type your user password Now you can set xamp on search box Steps 4 ! Open terminal and login as root user using the root password. $ su root !! Now create xampp-control-panel folder under /usr/local/ #mkdir /usr/local/xampp-control-panel !!! Now create one script file under the xampp-control-panel folder named as xampp-control-panel.sh # vi /usr/l...
This is not an answer, but some tips on how to identify the source of the problem. Exactly which location use your hard drive space. To find what is taking the space, you can do the following: First, get a listing of the occupied space of the root folders with sudo du -h -d 1 --exclude=/proc --exclude=/run / . This will give you some output like the following: 309M /opt 3,8G /var 512K /root (...) 3,5M /lib32