You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does not fail like in previous version 7.1.9 of pnpm
Actual behavior:
Fail using pnpm@7.2.0
/usr/local/pnpm-global/5/node_modules/.pnpm/pnpm@7.2.0/node_modules/pnpm/dist/pnpm.cjs:13759
this.set("ca", output);
^
ReferenceError: output is not defined
at Conf.loadCAFile (/usr/local/pnpm-global/5/node_modules/.pnpm/pnpm@7.2.0/node_modules/pnpm/dist/pnpm.cjs:13759:26)
at module2.exports (/usr/local/pnpm-global/5/node_modules/.pnpm/pnpm@7.2.0/node_modules/pnpm/dist/pnpm.cjs:13998:14)
at exports2.default (/usr/local/pnpm-global/5/node_modules/.pnpm/pnpm@7.2.0/node_modules/pnpm/dist/pnpm.cjs:21797:[48](https://gitlab.dev1/kosi/kosi-ui/-/jobs/151947#L48))
at async run (/usr/local/pnpm-global/5/node_modules/.pnpm/pnpm@7.2.0/node_modules/pnpm/dist/pnpm.cjs:1865[49](https://gitlab.dev1/kosi/kosi-ui/-/jobs/151947#L49):26)
at async passThruToNpm (/usr/local/pnpm-global/5/node_modules/.pnpm/pnpm@7.2.0/node_modules/pnpm/dist/pnpm.cjs:186668:22)
at async /usr/local/pnpm-global/5/node_modules/.pnpm/pnpm@7.2.0/node_modules/pnpm/dist/pnpm.cjs:1866[50](https://gitlab.dev1/kosi/kosi-ui/-/jobs/151947#L50):7
Additional information:
node -v prints: v16.13.2
Linux (using docker image "cypress/base:16.13.2")
The text was updated successfully, but these errors were encountered:
pnpm version: 7.2.0
Code to reproduce the issue:
Expected behavior:
Does not fail like in previous version 7.1.9 of pnpm
Actual behavior:
Fail using pnpm@7.2.0
Additional information:
node -v
prints: v16.13.2The text was updated successfully, but these errors were encountered: