Results 701 comments of Tobias Diez

For me neither of the recommended env variables `npm_config_xyz` of https://github.com/pnpm/pnpm/issues/3141#issuecomment-1279842014 worked. They all lead to the error ``` npm ERR! need auth This command requires you to be logged...

I also encountered this error. For me, it was caused by https://github.com/browserify/node-util/blob/ef984721db7150f651800e051de4314c9517d42c/util.js#L109-L116 with util being pulled-in by ``` @storybook/builder-manager@npm:7.0.0-beta.31 │ └─ util@npm:0.12.5 (via npm:^0.12.4) │ ├─ @storybook/codemod@npm:7.0.0-beta.31 │ └─ util@npm:0.12.5...

How should we proceed here? Is there something I can do to move this forward?

This seems to be fixed now (the two args solution at least works for me)

It's still not resolved as far as I can see.

Is the before/after syntax only a different syntax or will it behave differently? That is, are the following equivalent? ```ts defineEventHandler({ handler: d, before: [a,b,c], after: [e,f] }) chainEventHandlers([a,b,c,d,e,f]) ```...

The following powershell script provides a workaround: ``` $output = swa deploy --verbose=silly 2>&1 | Out-String Write-Host $output $match = $output | Select-String -Pattern 'Project deployed to (?.*) ' if...

@DvP17 sorry for the late reply. Could you please follow the debug steps outlined at https://github.com/JabRef/JabRef-Browser-Extension/issues/493#issuecomment-1266677443. That hopefully allows me to find the origin of the issue.