ionic not compiling with proxy

Solutions on MaxInterview for ionic not compiling with proxy by the best coders in the world

showing results for - "ionic not compiling with proxy"
Sofia
01 Jun 2016
1// for one folder 
2$ ionic config set proxy http://proxy.example.com:8888
3// for all folders
4$ ionic config set proxy -g http://proxy.example.com:8888