Hello,
I am trying to install Ionic in my windows 7 pc.
I have done installation of following Dependencies
Node version v0.12.0, Cordova CLI, Ionic CLI version 1.7.14, Ionic app library version 0.7.0. But once i enter command
npm start myapp blank
It gives error cannot find 'xmlbuilder'
Your System Information
Node version v0.12.0
Cordova CLI 'not Installed'
Ionic CLI version 1.7.14
Ionic app library version 0.7.0.
and then when i enter command npm install xmlbuilder it again gives error for some another cannot find '.....'
Your System Information
Node version v0.12.0
Cordova CLI 'not Installed'
Ionic CLI version 1.7.14
Ionic app library version 0.7.0.
I thought Cordova CLI not installed properly so i again installed it by entering command
npm clean cache npm install -g cordova
it gives error npm warn deprecated npmconf@2.1.2: this package has been reintegrated into npm and is now out of date with respect to npm
plz help me