patch-package icon indicating copy to clipboard operation
patch-package copied to clipboard

Exception on patch create using private registry

Open drakulavich opened this issue 3 years ago • 3 comments

The issue is reproduced only with a private registry. Credentials are saved in ~/.npmrc.

❯ npm -v
7.19.0

❯ node -v
v14.17.1

❯ npx patch-package cesium --exclude
patch-package 6.4.7
• Creating temporary folder
• Installing [email protected] with npm
{
  status: 254,
  signal: null,
  output: [ null, null, null ],
  pid: 27878,
  stdout: null,
  stderr: null,
  error: null
}

.../node_modules/patch-package/dist/makePatch.js:218
        throw e;
        ^
{
  status: 254,
  signal: null,
  output: [ null, null, null ],
  pid: 27878,
  stdout: null,
  stderr: null,
  error: null
}

drakulavich avatar Jun 28 '21 11:06 drakulavich

+1

evan0204 avatar Sep 23 '21 01:09 evan0204

Might duplicate or related to #318

escapedcat avatar Sep 30 '21 04:09 escapedcat

+1 for duplicate

florent-andre avatar Oct 08 '21 12:10 florent-andre