CycloneDX / CycloneDX/cyclonedx-webpack-plugin
CI/CT for windows for typing reasons
- Dominant language
- TypeScript
- Stars
- 30
- Forks
- 11
- Avg merge
- 16m
- Merged PRs (30d)
- 1
Description
FYI, this was the issue on windows:
```
npm run build
> @cyclonedx/webpack-plugin@3.12.0 build
> run-p --aggregate-output -l build:*
[build:node]
[build:node] > @cyclonedx/webpack-plugin@3.12.0 prebuild:node
[build:node] > node -r fs -e 'fs.rmSync("dist",{recursive:true,force:true})'
[build:node]
[build:node]
[build:node] > @cyclonedx/webpack-plugin@3.12.0 build:node
[build:node] > tsc -b ./tsconfig.json
[build:node]
[build:node] node_modules/@types/node/globals.d.ts(72,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'AbortSignal' must be of type '{ new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; timeout(milliseconds: number): AbortSignal; }', but here has type '{ new (): AbortSignal; prototype: AbortSignal; }'.
ERROR: "build:node" exited with 1.
```
_Originally posted by @reey in https://github.com/CycloneDX/cyclonedx-webpack-plugin/pull/1286#discussion_r1643231337_
Contributor guide
Assessment
This issue has not been assessed yet.