This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@kitschpatrol/npm-config

2.2.1 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @kitschpatrol/npm-config

Weekly Downloads

1

Version

2.2.1

License

MIT

Unpacked Size

205 kB

Total Files

4

Last publish

Collaborators

  • kitschpatrol