Stephen Heise

Results 5 comments of Stephen Heise

This means it can not find the package in the `package-lock.json` file. In my case, I was using: `npx patch-package History` where I should have been using: `npx patch-package history`...

I have a patch to improve the error message. No idea how to create a PR for it - currently I get a permission denied when I try to push...

@OctopusDeploy/team-config-as-code Here is what is going on. 1. We have a CaC project, but the previous release was a database release (done before the project was converted to CaC). 2....

Have done a bit more digging. Previously, in this situation, the default Git branch was used to get the deployment settings. I'm not sure exactly what has been changed, but...