Skip to content

Instantly share code, notes, and snippets.

@olierxleben
Created May 16, 2017 20:04
Show Gist options
  • Save olierxleben/26d82f4fd90604048830f56eb6302203 to your computer and use it in GitHub Desktop.
Save olierxleben/26d82f4fd90604048830f56eb6302203 to your computer and use it in GitHub Desktop.
Fixing proxy with authentication in ionic command line (on Windows)

this fix worked on windows 7 and ionic cli version 2.2.2

  1. navigate to your ionic cli node_modules: npm/node_modules/ionic/node_modules and delete form-data

  2. clone fixing repo

    git clone https://github.com/SamuelKlein/form-data.git

  3. chang into form-data folder and run

    npm install

ionic should do upload now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment