Skip to content

Instantly share code, notes, and snippets.

@sindykatto
Created March 28, 2019 10:47
Show Gist options
  • Save sindykatto/c625c556f251c4b84e7fe742a9e14bb0 to your computer and use it in GitHub Desktop.
Save sindykatto/c625c556f251c4b84e7fe742a9e14bb0 to your computer and use it in GitHub Desktop.
npm converts https to http for no apparent reason
sed -i -e 's/http:\/\//https:\/\//g' package-lock.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment