2.2.1 • Published 5 months ago

@kitschpatrol/npm-config v2.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@kitschpatrol/npm-config

Overview

It's a pnpm-flavored .npmrc shared config.

It's needed to work around some hoisting issues related to plugin resolution in the other @kitschpatrol/shared-config packages.

It's critical that it is applied before any other @kitschpatrol/shared-config packages are installed.

See @kitschpatrol/shared-config for the recommended single-package approach.

Setup

Run-once approach

If you just need to set up your .npmrc in anticipation of installing another shared config, you can run the script via dlx to copy the .npmrc to your home folder:

pnpm dlx @kitschpatrol/npm-config

Installation approach

Optionally, you can install the package if you think you'll ever want to regenerate the .npmrc.

  1. Add the package:

    pnpm add -D @kitschpatrol/npm-config
  2. If / when you need to regenerate the .npmrc, you can run the bundled script:

    pnpm exec npm-config --init
2.2.1

5 months ago

2.2.0

5 months ago

2.1.1

5 months ago

2.1.0

5 months ago

2.0.0

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago