Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI/CT for windows for typing reasons #1292

Open
jkowalleck opened this issue Jun 17, 2024 · 0 comments
Open

CI/CT for windows for typing reasons #1292

jkowalleck opened this issue Jun 17, 2024 · 0 comments
Labels
CI CT help wanted Extra attention is needed QA

Comments

@jkowalleck
Copy link
Member

          FYI, this was the issue on windows:
npm run build

> @cyclonedx/[email protected] build
> run-p --aggregate-output -l build:*   

[build:node] 
[build:node] > @cyclonedx/[email protected] prebuild:node
[build:node] > node -r fs -e 'fs.rmSync("dist",{recursive:true,force:true})'
[build:node] 
[build:node] 
[build:node] > @cyclonedx/[email protected] 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 #1286 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI CT help wanted Extra attention is needed QA
Projects
None yet
Development

No branches or pull requests

1 participant