generator-ionic
generator-ionic copied to clipboard
How do i install on windows
sorry for noobness but im very new to android developing on frameworks....im following ur video on youtube....but unfortunatelly i cant get pass the error..sinc the command SUDO !! does not exist on windows...can u give me some help??
For every command that starts with "sudo", just leave off the sudo:
sudo npm install
becomes
npm install