Bruno Martins

Results 5 comments of Bruno Martins

Seems like the v0.8.0 branch was merged but the NPM package did not get released. @stevenvachon is it possible to trigger a build in the pipeline to deploy the latest...

In my case i solved with this: ``` const Shell = require("node-powershell"); const { PSCommand } = require("node-powershell"); const ps = new Shell({ executionPolicy: 'Bypass', noProfile: true }); // Execute...

> I have the same problem, what should I do now? Have a plan? I created a single-spa package with my fix and installed it. It's a temporary fix until...

Getting this error in snyk, how should i correctly handle the licensing issue? ``` License issues: ✗ AGPL-3.0 license [High Severity][https://snyk.io/vuln/snyk:lic:nuget:newtonsoft.json.schema:AGPL-3.0] in [email protected] ```

+1 this is a must, when we have multiple MFEs and we want to do e2e tests we need to pass variables to configure how we want the tests to...