Steve Baxter

Results 10 comments of Steve Baxter

This is happening for me with Node 12.18.3

The solution is probably to change `snowboard` to use `drafter` (https://www.npmjs.com/package/drafter) rather than using `protagonist` directly. Protagonist may not be available for every platform (it uses node-gyp to compile C++...

We ended up creating our own `ToggleButtonGroup` based on the react-bootstrap one that converts the `title` prop of each child to a tooltip using `OverlayTrigger`.

We have the same problem - our builds are failing on Jenkins because .NET 3.5 isn't installed on the build agents. This also makes it a little bit difficult to...

For anyone who comes hunting for a solution to this, I have a workaround. The symptom is that your build will fail with something like: ``` error MSB3073: The command...

This is completely broken, caught me when moving from npm to yarn.

I'm seeing problems with Rollup on Windows where the Jest extension is trying to do stuff at the same time as the main build and causing EPERM errors in both...