Stefan Genov
Stefan Genov
Can you run `npm list -g --depth 0` and give us the output?
Good news is that I managed to reproduce the issue :) This is on MacOS.
@unbreakabl3 So I don't have the actual solution yet, there is a problem for sure, but there is a workaround for now ``` "@types/node": "^14.0.0" ``` add this to your...
The issue was that the `polyglotpkg` package had `types/node` set as a devDependency, which, under normal circumstances, would be fine, however, `xmlbuilder2`, one of our dependencies, has a dependency on...
@dependabot recreate
We can submit a bugfix to use the information in the details.json exclusively, as well as add a quick check if the 2 are the same and fail if the...
@Nikson998 What is the progress on this one?
Ok, so even with the refactoring, I think this is not going to work fine. No matter what we do, managing `infrastructure` tab just doesn't seem like the right thing...
This is definitely a bug, @VenelinBakalov I'd change to effort/high, this is an issue with vrotsc and that's always tricky. After a git bisect, I found that the breaking commit...
```ts case "templateVersion": policyTemplateInfo.templateVersion = ((property.initializer)).text; break; case "variables": buildPolicyVariables(policyTemplateInfo, property.initializer); break; case "elements": buildPolicyElements(policyTemplateInfo, property.initializer); break; ``` needs to be added back, pinging @bcpmihail maybe you can help out...