Skip to content

Instantly share code, notes, and snippets.

@collinstevens
Last active March 8, 2024 06:59
Show Gist options
  • Save collinstevens/563bcd5b3f35126208edac8a984378b0 to your computer and use it in GitHub Desktop.
Save collinstevens/563bcd5b3f35126208edac8a984378b0 to your computer and use it in GitHub Desktop.
npm_config.ps1
npm config set audit=false --location user
npm config set editor=code.exe --location user
npm config set fund=false --location user
npm config set init-author-email="github@collinstevens.com" --location user
npm config set init-author-name="Collin Stevens" --location user
npm config set init-author-url="https://github.com/collinstevens" --location user
npm config set init-license=UNLICENSED --location user
npm config set init-version="0.0.0" --location user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment