Skip to content

Style/nestjs suffix #107

Style/nestjs suffix

Style/nestjs suffix #107

GitHub Actions / Release failed Sep 13, 2024 in 0s

Errors 14

Found 14 errors

Annotations

Check failure on line 1 in packages/nestjs-dataloader/package.json

See this annotation in the file changed.

@github-actions github-actions / Release

Error release workspace @atls/nestjs-dataloader

Exit code 42
Raw output
➤ YN0000: ┌ Library Build
::group::Library Build
ERROR: Yarn is terminating due to an unexpected empty event loop.
Please report this issue at https://github.com/yarnpkg/berry/issues.

Check failure on line 1 in packages/nestjs-external-renderer/package.json

See this annotation in the file changed.

@github-actions github-actions / Release

Error release workspace @atls/nestjs-external-renderer

Exit code 1
Raw output
➤ YN0000: ┌ Library Build
::group::Library Build
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: │ ble-file.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: │ ble-file.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2307: Cannot find module 'stream' or its corresponding type declarations.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: │ -body-request.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: │ -body-request.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/unplugged/@nestjs-core-virtual-6fd7d62af5/node_modules/@nestjs/core/repl/r
➤ YN0000: │ epl.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/unplugged/@nestjs-core-virtual-6fd7d62af5/node_modules/@nestjs/core/repl/r
➤ YN0000: │ epl.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2307: Cannot find module 'repl' or its corresponding type declarations.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-external-renderer/src/config/external-renderer-env.config.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'process'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-external-renderer/src/config/external-renderer-env.config.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'process'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-external-renderer/src/renderer/express-external-renderer.view.ts
➤ YN0000: │ :1:18
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'node-fetch'.
➤ YN0000: │      '/home/runner/work/nestjs/nestjs/.yarn/__virtual__/node-fetch-virtual-1c3c4
➤ YN0000: │      d9c8f/2/.yarn/berry/cache/node-fetch-npm-2.7.0-587d57004e-10c0.zip/node_mod
➤ YN0000: │      ules/node-fetch/lib/index.js' implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/node-fetch` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module 'node-fetch';`
➤ YN0000: │ 
➤ YN0000: │ > 1 | import fetch from 'node-fetch'
➤ YN0000: │     |                  ^
➤ YN0000: │   2 |
➤ YN0000: │   3 | export interface ExpressExternalRendererViewParams {
➤ YN0000: │   4 |   data?: object
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-external-renderer/src/renderer/express-external-renderer.view.ts
➤ YN0000: │ :14:14
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'name' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │   12 |   baseUrl: string
➤ YN0000: │   13 |
➤ YN0000: │ > 14 |   constructor(name, options) {
➤ YN0000: │      |              ^
➤ YN0000: │   15 |     this.baseUrl = options.root
➤ YN0000: │   16 |     this.path = name
➤ YN0000: │   17 |   }
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-external-renderer/src/renderer/express-external-renderer.view.ts
➤ YN0000: │ :14:20
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'options' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │   12 |   baseUrl: string
➤ YN0000: │   13 |
➤ YN0000: │ > 14 |   constructor(name, options) {
➤ YN0000: │      |                    ^
➤ YN0000: │   15 |     this.baseUrl = options.root
➤ YN0000: │   16 |     this.path = name
➤ YN0000: │   17 |   }
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-external-renderer/src/renderer/express-external-renderer.view.ts
➤ YN0000: │ :19:70
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'callback' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │   17 |   }
➤ YN0000: │   18 |
➤ YN0000: │ > 19 |   render({ data, query, headers }: ExpressExternalRendererViewParams,
➤ YN0000: │ callback) {
➤ YN0000: │      |                                                                      ^
➤ YN0000: │   20 |     this.exec(this.getUrl(query), headers, data)
➤ YN0000: │   21 |       .then((result) => callback(null, result))
➤ YN0000: │   22 |       .catch((error) => callback(error))
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-external-renderer/src/renderer/express-external-renderer.view.ts
➤ YN0000: │ :29:35
➤ YN0000: │ 
➤ YN0000: │ TS705: Element implicitly has an 'any' type because expression of type 'string'
➤ YN0000: │      can't be used to index type '{}'.
➤ YN0000: │        No index signature with a parameter of type 'string' was found on type
➤ YN0000: │      '{}'.
➤ YN0000: │ 
➤ YN0000: │   27 |
➤ YN0000: │   28 |     Object.keys(query).forEach((key) => {
➤ YN0000: │ > 29 |       url.searchParams.append(key, query[key])
➤ YN0000: │      |                                   ^
➤ YN0000: │   30 |     })
➤ YN0000: │   31 |
➤ YN0000: │   32 |     return url.toString()
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-external-renderer/src/renderer/express-external-renderer.view.ts
➤ YN0000: │ :35:23
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'url' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │   33 |   }
➤ YN0000: │   34 |
➤ YN0000: │ > 35 |   protected async exec(url, headers = {}, data = {}) {
➤ YN0000: │      |                       ^
➤ YN0000: │   36 |     const response = await fetch(url, {
➤ YN0000: │   37 |       method: 'POST',
➤ YN0000: │   38 |       headers: {
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-external-renderer/src/renderer/external.renderer.ts
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'view' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-external-renderer/src/renderer/external.renderer.ts
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'options' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-external-renderer/src/renderer/external.renderer.ts
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'callback' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │ 
::endgroup::
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: ble-file.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: ble-file.d.ts
➤ YN0000: 
➤ YN0000: TS2307: Cannot find module 'stream' or its corresponding type declarations.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: -body-request.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: -body-request.interface.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/unplugged/@nestjs-core-virtual-6fd7d62af5/node_modules/@nestjs/core/repl/r
➤ YN0000: epl.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/unplugged/@nestjs-core-virtual-6fd7d62af5/node_modules/@nestjs/core/repl/r
➤ YN0000: epl.d.ts
➤ YN0000: 
➤ YN0000: TS2307: Cannot find module 'repl' or its corresponding type declarations.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-external-renderer/src/config/external-renderer-env.config.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'process'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-external-renderer/src/config/external-renderer-env.config.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'process'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-external-renderer/src/renderer/express-external-renderer.view.ts
➤ YN0000: :1:18
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'node-fetch'.
➤ YN0000:      '/home/runner/work/nestjs/nestjs/.yarn/__virtual__/node-fetch-virtual-1c3c4
➤ YN0000:      d9c8f/2/.yarn/berry/cache/node-fetch-npm-2.7.0-587d57004e-10c0.zip/node_mod
➤ YN0000:      ules/node-fetch/lib/index.js' implicitly has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/node-fetch` if it exists or add a new
➤ YN0000:      declaration (.d.ts) file containing `declare module 'node-fetch';`
➤ YN0000: 
➤ YN0000: > 1 | import fetch from 'node-fetch'
➤ YN0000:     |                  ^
➤ YN0000:   2 |
➤ YN0000:   3 | export interface ExpressExternalRendererViewParams {
➤ YN0000:   4 |   data?: object
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-external-renderer/src/renderer/express-external-renderer.view.ts
➤ YN0000: :14:14
➤ YN0000: 
➤ YN0000: TS7006: Parameter 'name' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000:   12 |   baseUrl: string
➤ YN0000:   13 |
➤ YN0000: > 14 |   constructor(name, options) {
➤ YN0000:      |              ^
➤ YN0000:   15 |     this.baseUrl = options.root
➤ YN0000:   16 |     this.path = name
➤ YN0000:   17 |   }
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-external-renderer/src/renderer/express-external-renderer.view.ts
➤ YN0000: :14:20
➤ YN0000: 
➤ YN0000: TS7006: Parameter 'options' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000:   12 |   baseUrl: string
➤ YN0000:   13 |
➤ YN0000: > 14 |   constructor(name, options) {
➤ YN0000:      |                    ^
➤ YN0000:   15 |     this.baseUrl = options.root
➤ YN0000:   16 |     this.path = name
➤ YN0000:   17 |   }
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-external-renderer/src/renderer/express-external-renderer.view.ts
➤ YN0000: :19:70
➤ YN0000: 
➤ YN0000: TS7006: Parameter 'callback' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000:   17 |   }
➤ YN0000:   18 |
➤ YN0000: > 19 |   render({ data, query, headers }: ExpressExternalRendererViewParams,
➤ YN0000: callback) {
➤ YN0000:      |                                                                      ^
➤ YN0000:   20 |     this.exec(this.getUrl(query), headers, data)
➤ YN0000:   21 |       .then((result) => callback(null, result))
➤ YN0000:   22 |       .catch((error) => callback(error))
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-external-renderer/src/renderer/express-external-renderer.view.ts
➤ YN0000: :29:35
➤ YN0000: 
➤ YN0000: TS705: Element implicitly has an 'any' type because expression of type 'string'
➤ YN0000:      can't be used to index type '{}'.
➤ YN0000:        No index signature with a parameter of type 'string' was found on type
➤ YN0000:      '{}'.
➤ YN0000: 
➤ YN0000:   27 |
➤ YN0000:   28 |     Object.keys(query).forEach((key) => {
➤ YN0000: > 29 |       url.searchParams.append(key, query[key])
➤ YN0000:      |                                   ^
➤ YN0000:   30 |     })
➤ YN0000:   31 |
➤ YN0000:   32 |     return url.toString()
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-external-renderer/src/renderer/express-external-renderer.view.ts
➤ YN0000: :35:23
➤ YN0000: 
➤ YN0000: TS7006: Parameter 'url' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000:   33 |   }
➤ YN0000:   34 |
➤ YN0000: > 35 |   protected async exec(url, headers = {}, data = {}) {
➤ YN0000:      |                       ^
➤ YN0000:   36 |     const response = await fetch(url, {
➤ YN0000:   37 |       method: 'POST',
➤ YN0000:   38 |       headers: {
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-external-renderer/src/renderer/external.renderer.ts
➤ YN0000: 
➤ YN0000: TS7006: Parameter 'view' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-external-renderer/src/renderer/external.renderer.ts
➤ YN0000: 
➤ YN0000: TS7006: Parameter 'options' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-external-renderer/src/renderer/external.renderer.ts
➤ YN0000: 
➤ YN0000: TS7006: Parameter 'callback' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: └ Completed in 2s 668ms
➤ YN0000: Failed with errors in 2s 673ms

Check failure on line 1 in packages/nestjs-gateway/package.json

See this annotation in the file changed.

@github-actions github-actions / Release

Error release workspace @atls/nestjs-gateway

Exit code 1
Raw output
➤ YN0000: ┌ Library Build
::group::Library Build
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/dist/error-status.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000: │      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000: │       has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/proto/google/rpc/code_pb.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000: │      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000: │       has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/proto/google/rpc/error_details_pb.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000: │      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000: │       has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/proto/google/rpc/error_details_pb.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module
➤ YN0000: │      'google-protobuf/google/protobuf/duration_pb'. '/home/runner/work/nestjs/.y
➤ YN0000: │      arn/berry/cache/google-protobuf-npm-3.21.4-48c47540d3-10c0.zip/node_modules
➤ YN0000: │      /google-protobuf/google/protobuf/duration_pb.js' implicitly has an 'any'
➤ YN0000: │      type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module
➤ YN0000: │      'google-protobuf/google/protobuf/duration_pb';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/proto/google/rpc/status_pb.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000: │      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000: │       has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/proto/google/rpc/status_pb.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module
➤ YN0000: │      'google-protobuf/google/protobuf/any_pb'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000: │      7540d3-10c0.zip/node_modules/google-protobuf/google/protobuf/any_pb.js'
➤ YN0000: │      implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module
➤ YN0000: │      'google-protobuf/google/protobuf/any_pb';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@atls-logger-npm-0.0.1-87e1241a58-10c0.zip/node_modules/@at
➤ YN0000: │ ls/logger/dist/logger.configuration.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'pino'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/pino-npm-6.14.0-d486952bad-10c0
➤ YN0000: │      .zip/node_modules/pino/pino.js' implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/pino` if it exists or add a new declaration
➤ YN0000: │      (.d.ts) file containing `declare module 'pino';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/call-interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/channel-credentials.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/channel-credentials.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/channelz.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/client.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/filter-stack.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/filter.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/generated/google/protobuf/Any.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/generated/grpc/channelz/v1/Address.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/generated/grpc/channelz/v1/Security.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/index.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/logging.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/make-client.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/metadata.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/metadata.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/metadata.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/object-stream.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-credentials.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-credentials.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-credentials.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-interceptors.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/subchannel-call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/subchannel-call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/transport.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-proto-loader-npm-0.6.13-658ac26dfb-10c0.zip/node_modu
➤ YN0000: │ les/@grpc/proto-loader/build/src/index.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-proto-loader-npm-0.7.13-be5b6af1c1-10c0.zip/node_modu
➤ YN0000: │ les/@grpc/proto-loader/build/src/index.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@nodelib-fs.scandir-npm-2.1.5-89c67370dd-10c0.zip/node_modu
➤ YN0000: │ les/@nodelib/fs.scandir/out/providers/async.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@nodelib-fs.scandir-npm-2.1.5-89c67370dd-10c0.zip/node_modu
➤ YN0000: │ les/@nodelib/fs.scandir/out/types/index.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@nodelib-fs.stat-npm-2.0.5-01f4dd3030-10c0.zip/node_modules
➤ YN0000: │ /@nodelib/fs.stat/out/adapters/fs.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@nodelib-fs.stat-npm-2.0.5-01f4dd3030-10c0.zip/node_modules
➤ YN0000: │ /@nodelib/fs.stat/out/types/index.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@nodelib-fs.walk-npm-1.2.8-b4a89da548-10c0.zip/node_modules
➤ YN0000: │ /@nodelib/fs.walk/out/index.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@nodelib-fs.walk-npm-1.2.8-b4a89da548-10c0.zip/node_modules
➤ YN0000: │ /@nodelib/fs.walk/out/readers/async.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@nodelib-fs.walk-npm-1.2.8-b4a89da548-10c0.zip/node_modules
➤ YN0000: │ /@nodelib/fs.walk/out/types/index.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/fast-glob-npm-3.3.2-0a8cb4f2ca-10c0.zip/node_modules/fast-g
➤ YN0000: │ lob/out/index.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/fast-glob-npm-3.3.2-0a8cb4f2ca-10c0.zip/node_modules/fast-g
➤ YN0000: │ lob/out/types/index.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/fetchache-npm-0.1.1-97c4c1e404-10c0.zip/node_modules/fetcha
➤ YN0000: │ che/index.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'http-cache-semantics'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/http-cache-semantics-npm-4.1.0-
➤ YN0000: │      860520a31f-10c0.zip/node_modules/http-cache-semantics/index.js' implicitly
➤ YN0000: │      has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/http-cache-semantics` if it exists or add a
➤ YN0000: │      new declaration (.d.ts) file containing `declare module
➤ YN0000: │      'http-cache-semantics';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/fetchache-npm-0.1.6-daf2bd3a70-10c0.zip/node_modules/fetcha
➤ YN0000: │ che/typings/index.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'http-cache-semantics'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/http-cache-semantics-npm-4.1.1-
➤ YN0000: │      1120131375-10c0.zip/node_modules/http-cache-semantics/index.js' implicitly
➤ YN0000: │      has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/http-cache-semantics` if it exists or add a
➤ YN0000: │      new declaration (.d.ts) file containing `declare module
➤ YN0000: │      'http-cache-semantics';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/content-type.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/cookies.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/fetch.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/file.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/filereader.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/formdata.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/patch.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/websocket.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@graphql-mesh-transform-filter-schema-virtual-cfb7371eac/2/.ya
➤ YN0000: │ rn/berry/cache/@graphql-mesh-transform-filter-schema-npm-0.10.28-fc22775e57-10c0
➤ YN0000: │ .zip/node_modules/@graphql-mesh/transform-filter-schema/wrapFilter.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS241: Property 'transformRequest' in type 'WrapFilter' is not assignable to the
➤ YN0000: │       same property in base type 'MeshTransform'.
➤ YN0000: │        Type '(originalRequest: ExecutionRequest<Record<string, any>, any, any,
➤ YN0000: │      Record<string, any>>, delegationContext: DelegationContext<Record<string,
➤ YN0000: │      any>>, transformationContext: Record<...>) => ExecutionRequest<...>' is not
➤ YN0000: │       assignable to type 'RequestTransform<any>'.
➤ YN0000: │          Types of parameters 'originalRequest' and 'originalRequest' are
➤ YN0000: │      incompatible.
➤ YN0000: │            Type 'import("/home/runner/work/nestjs/nestjs/.yarn/__virtual__/@grap
➤ YN0000: │      hql-tools-utils-virtual-f78ff27d38/2/.yarn/berry/cache/@graphql-tools-utils
➤ YN0000: │      -npm-8.13.1-88f30592b4-10c0.zip/node_modules/@graphql-tools/utils/typings/I
➤ YN0000: │      nterfaces").ExecutionRequest<Record<string, any>, any, any, Record<string,
➤ YN0000: │      any>>' is not assignable to type 'import("/home/runner/work/nestjs/nestjs/.
➤ YN0000: │      yarn/__virtual__/@graphql-tools-utils-virtual-faddaac8d8/2/.yarn/berry/cach
➤ YN0000: │      e/@graphql-tools-utils-npm-8.1.2-27a4cb61b5-10c0.zip/node_modules/@graphql-
➤ YN0000: │      tools/utils/Interfaces").ExecutionRequest<Record<string, any>, any, any,
➤ YN0000: │      Record<string, any>>'.
➤ YN0000: │              Types of property 'operationType' are incompatible.
➤ YN0000: │                Type 'OperationTypeNode | undefined' is not assignable to type
➤ YN0000: │      'OperationTypeNode'.
➤ YN0000: │                  Type 'undefined' is not assignable to type 'OperationTypeNode'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@graphql-mesh-transform-prefix-virtual-6827a22408/2/.yarn/berr
➤ YN0000: │ y/cache/@graphql-mesh-transform-prefix-npm-0.6.59-87e9fd6156-10c0.zip/node_modul
➤ YN0000: │ es/@graphql-mesh/transform-prefix/index.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS241: Property 'transformRequest' in type 'PrefixTransform' is not assignable
➤ YN0000: │      to the same property in base type 'MeshTransform'.
➤ YN0000: │        Type '(originalRequest: ExecutionRequest<Record<string, any>, any, any,
➤ YN0000: │      Record<string, any>>, delegationContext: DelegationContext<Record<string,
➤ YN0000: │      any>>, transformationContext: Record<...>) => ExecutionRequest<...>' is not
➤ YN0000: │       assignable to type 'RequestTransform<any>'.
➤ YN0000: │          Types of parameters 'originalRequest' and 'originalRequest' are
➤ YN0000: │      incompatible.
➤ YN0000: │            Type 'import("/home/runner/work/nestjs/nestjs/.yarn/__virtual__/@grap
➤ YN0000: │      hql-tools-utils-virtual-f78ff27d38/2/.yarn/berry/cache/@graphql-tools-utils
➤ YN0000: │      -npm-8.13.1-88f30592b4-10c0.zip/node_modules/@graphql-tools/utils/typings/I
➤ YN0000: │      nterfaces").ExecutionRequest<Record<string, any>, any, any, Record<string,
➤ YN0000: │      any>>' is not assignable to type 'import("/home/runner/work/nestjs/nestjs/.
➤ YN0000: │      yarn/__virtual__/@graphql-tools-utils-virtual-faddaac8d8/2/.yarn/berry/cach
➤ YN0000: │      e/@graphql-tools-utils-npm-8.1.2-27a4cb61b5-10c0.zip/node_modules/@graphql-
➤ YN0000: │      tools/utils/Interfaces").ExecutionRequest<Record<string, any>, any, any,
➤ YN0000: │      Record<string, any>>'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@graphql-mesh-types-virtual-69cf9feacd/2/.yarn/berry/cache/@gr
➤ YN0000: │ aphql-mesh-types-npm-1.0.0-8976db073c-10c0.zip/node_modules/@graphql-mesh/types/
➤ YN0000: │ typings/index.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS230: Cannot find module '@envelop/core' or its corresponding type
➤ YN0000: │      declarations.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@graphql-mesh-utils-virtual-8a2c965fc5/2/.yarn/berry/cache/@gr
➤ YN0000: │ aphql-mesh-utils-npm-0.13.7-9e5446d304-10c0.zip/node_modules/@graphql-mesh/utils
➤ YN0000: │ /fs-operations.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@graphql-mesh-utils-virtual-8a2c965fc5/2/.yarn/berry/cache/@gr
➤ YN0000: │ aphql-mesh-utils-npm-0.13.7-9e5446d304-10c0.zip/node_modules/@graphql-mesh/utils
➤ YN0000: │ /read-file-or-url.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'is-url'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/is-url-npm-1.2.4-0a28aeb560-10c
➤ YN0000: │      0.zip/node_modules/is-url/index.js' implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/is-url` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module 'is-url';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@graphql-tools-utils-virtual-59df23bdd9/2/.yarn/berry/cache/@g
➤ YN0000: │ raphql-tools-utils-npm-8.5.0-35ebdf3f08-10c0.zip/node_modules/@graphql-tools/uti
➤ YN0000: │ ls/executor.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2344: Type 'TArgs' does not satisfy the constraint 'Record<string, any>'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@graphql-tools-utils-virtual-59df23bdd9/2/.yarn/berry/cache/@g
➤ YN0000: │ raphql-tools-utils-npm-8.5.0-35ebdf3f08-10c0.zip/node_modules/@graphql-tools/uti
➤ YN0000: │ ls/executor.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2344: Type 'TArgs' does not satisfy the constraint 'Record<string, any>'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@graphql-tools-utils-virtual-59df23bdd9/2/.yarn/berry/cache/@g
➤ YN0000: │ raphql-tools-utils-npm-8.5.0-35ebdf3f08-10c0.zip/node_modules/@graphql-tools/uti
➤ YN0000: │ ls/executor.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2344: Type 'TArgs' does not satisfy the constraint 'Record<string, any>'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@graphql-tools-utils-virtual-8f0b049bb0/2/.yarn/berry/cache/@g
➤ YN0000: │ raphql-tools-utils-npm-8.1.1-ea81e72b7a-10c0.zip/node_modules/@graphql-tools/uti
➤ YN0000: │ ls/Interfaces.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS243: Interface 'ExecutionResult<TData>' incorrectly extends interface
➤ YN0000: │      'ExecutionResult<{ [key: string]: any; }, { [key: string]: any; }>'.
➤ YN0000: │        Types of property 'data' are incompatible.
➤ YN0000: │          Type 'TData | null | undefined' is not assignable to type '{ [key:
➤ YN0000: │      string]: any; } | null | undefined'.
➤ YN0000: │            Type 'TData' is not assignable to type '{ [key: string]: any; } |
➤ YN0000: │      null | undefined'.
➤ YN0000: │              Type 'TData' is not assignable to type '{ [key: string]: any; }'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@graphql-tools-utils-virtual-8f0b049bb0/2/.yarn/berry/cache/@g
➤ YN0000: │ raphql-tools-utils-npm-8.1.1-ea81e72b7a-10c0.zip/node_modules/@graphql-tools/uti
➤ YN0000: │ ls/executor.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2344: Type 'TArgs' does not satisfy the constraint 'Record<string, any>'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@graphql-tools-utils-virtual-8f0b049bb0/2/.yarn/berry/cache/@g
➤ YN0000: │ raphql-tools-utils-npm-8.1.1-ea81e72b7a-10c0.zip/node_modules/@graphql-tools/uti
➤ YN0000: │ ls/executor.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2344: Type 'TArgs' does not satisfy the constraint 'Record<string, any>'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@graphql-tools-utils-virtual-8f0b049bb0/2/.yarn/berry/cache/@g
➤ YN0000: │ raphql-tools-utils-npm-8.1.1-ea81e72b7a-10c0.zip/node_modules/@graphql-tools/uti
➤ YN0000: │ ls/executor.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2344: Type 'TArgs' does not satisfy the constraint 'Record<string, any>'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@graphql-tools-utils-virtual-9ab327b202/2/.yarn/berry/cache/@g
➤ YN0000: │ raphql-tools-utils-npm-8.1.0-3e96d008df-10c0.zip/node_modules/@graphql-tools/uti
➤ YN0000: │ ls/Interfaces.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS243: Interface 'ExecutionResult<TData>' incorrectly extends interface
➤ YN0000: │      'ExecutionResult<{ [key: string]: any; }, { [key: string]: any; }>'.
➤ YN0000: │        Types of property 'data' are incompatible.
➤ YN0000: │          Type 'TData | null | undefined' is not assignable to type '{ [key:
➤ YN0000: │      string]: any; } | null | undefined'.
➤ YN0000: │            Type 'TData' is not assignable to type '{ [key: string]: any; } |
➤ YN0000: │      null | undefined'.
➤ YN0000: │              Type 'TData' is not assignable to type '{ [key: string]: any; }'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@graphql-tools-utils-virtual-9ab327b202/2/.yarn/berry/cache/@g
➤ YN0000: │ raphql-tools-utils-npm-8.1.0-3e96d008df-10c0.zip/node_modules/@graphql-tools/uti
➤ YN0000: │ ls/executor.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2344: Type 'TArgs' does not satisfy the constraint 'Record<string, any>'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@graphql-tools-utils-virtual-9ab327b202/2/.yarn/berry/cache/@g
➤ YN0000: │ raphql-tools-utils-npm-8.1.0-3e96d008df-10c0.zip/node_modules/@graphql-tools/uti
➤ YN0000: │ ls/executor.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2344: Type 'TArgs' does not satisfy the constraint 'Record<string, any>'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@graphql-tools-utils-virtual-9ab327b202/2/.yarn/berry/cache/@g
➤ YN0000: │ raphql-tools-utils-npm-8.1.0-3e96d008df-10c0.zip/node_modules/@graphql-tools/uti
➤ YN0000: │ ls/executor.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2344: Type 'TArgs' does not satisfy the constraint 'Record<string, any>'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@graphql-tools-utils-virtual-d2ba0bbe91/2/.yarn/berry/cache/@g
➤ YN0000: │ raphql-tools-utils-npm-8.6.2-88d9e3e59d-10c0.zip/node_modules/@graphql-tools/uti
➤ YN0000: │ ls/executor.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2344: Type 'TArgs' does not satisfy the constraint 'Record<string, any>'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@graphql-tools-utils-virtual-d2ba0bbe91/2/.yarn/berry/cache/@g
➤ YN0000: │ raphql-tools-utils-npm-8.6.2-88d9e3e59d-10c0.zip/node_modules/@graphql-tools/uti
➤ YN0000: │ ls/executor.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2344: Type 'TArgs' does not satisfy the constraint 'Record<string, any>'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@graphql-tools-utils-virtual-d2ba0bbe91/2/.yarn/berry/cache/@g
➤ YN0000: │ raphql-tools-utils-npm-8.6.2-88d9e3e59d-10c0.zip/node_modules/@graphql-tools/uti
➤ YN0000: │ ls/executor.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2344: Type 'TArgs' does not satisfy the constraint 'Record<string, any>'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@graphql-tools-utils-virtual-dad307593c/2/.yarn/berry/cache/@g
➤ YN0000: │ raphql-tools-utils-npm-8.3.0-944f4c0b3e-10c0.zip/node_modules/@graphql-tools/uti
➤ YN0000: │ ls/executor.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2344: Type 'TArgs' does not satisfy the constraint 'Record<string, any>'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@graphql-tools-utils-virtual-dad307593c/2/.yarn/berry/cache/@g
➤ YN0000: │ raphql-tools-utils-npm-8.3.0-944f4c0b3e-10c0.zip/node_modules/@graphql-tools/uti
➤ YN0000: │ ls/executor.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2344: Type 'TArgs' does not satisfy the constraint 'Record<string, any>'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@graphql-tools-utils-virtual-dad307593c/2/.yarn/berry/cache/@g
➤ YN0000: │ raphql-tools-utils-npm-8.3.0-944f4c0b3e-10c0.zip/node_modules/@graphql-tools/uti
➤ YN0000: │ ls/executor.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2344: Type 'TArgs' does not satisfy the constraint 'Record<string, any>'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@graphql-tools-utils-virtual-faddaac8d8/2/.yarn/berry/cache/@g
➤ YN0000: │ raphql-tools-utils-npm-8.1.2-27a4cb61b5-10c0.zip/node_modules/@graphql-tools/uti
➤ YN0000: │ ls/Interfaces.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS243: Interface 'ExecutionResult<TData>' incorrectly extends interface
➤ YN0000: │      'ExecutionResult<{ [key: string]: any; }, { [key: string]: any; }>'.
➤ YN0000: │        Types of property 'data' are incompatible.
➤ YN0000: │          Type 'TData | null | undefined' is not assignable to type '{ [key:
➤ YN0000: │      string]: any; } | null | undefined'.
➤ YN0000: │            Type 'TData' is not assignable to type '{ [key: string]: any; } |
➤ YN0000: │      null | undefined'.
➤ YN0000: │              Type 'TData' is not assignable to type '{ [key: string]: any; }'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@graphql-tools-utils-virtual-faddaac8d8/2/.yarn/berry/cache/@g
➤ YN0000: │ raphql-tools-utils-npm-8.1.2-27a4cb61b5-10c0.zip/node_modules/@graphql-tools/uti
➤ YN0000: │ ls/executor.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2344: Type 'TArgs' does not satisfy the constraint 'Record<string, any>'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@graphql-tools-utils-virtual-faddaac8d8/2/.yarn/berry/cache/@g
➤ YN0000: │ raphql-tools-utils-npm-8.1.2-27a4cb61b5-10c0.zip/node_modules/@graphql-tools/uti
➤ YN0000: │ ls/executor.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2344: Type 'TArgs' does not satisfy the constraint 'Record<string, any>'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@graphql-tools-utils-virtual-faddaac8d8/2/.yarn/berry/cache/@g
➤ YN0000: │ raphql-tools-utils-npm-8.1.2-27a4cb61b5-10c0.zip/node_modules/@graphql-tools/uti
➤ YN0000: │ ls/executor.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2344: Type 'TArgs' does not satisfy the constraint 'Record<string, any>'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-636faba79a/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: │ ble-file.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-636faba79a/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/exceptio
➤ YN0000: │ ns/rpc-exception-filter.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.2-3e62ff62c6-10c0.
➤ YN0000: │      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000: │      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-636faba79a/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/features
➤ YN0000: │ /can-activate.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.2-3e62ff62c6-10c0.
➤ YN0000: │      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000: │      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-636faba79a/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/features
➤ YN0000: │ /nest-interceptor.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.2-3e62ff62c6-10c0.
➤ YN0000: │      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000: │      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-636faba79a/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: │ -body-request.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-636faba79a/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/websocke
➤ YN0000: │ ts/web-socket-adapter.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.2-3e62ff62c6-10c0.
➤ YN0000: │      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000: │      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-636faba79a/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/serializer/class-se
➤ YN0000: │ rializer.interceptor.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.2-3e62ff62c6-10c0.
➤ YN0000: │      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000: │      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/apollo-link-virtual-4fc6c55482/2/.yarn/berry/cache/apollo-link
➤ YN0000: │ -npm-1.2.14-74f0ba01f9-10c0.zip/node_modules/apollo-link/lib/types.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS243: Interface 'ExecutionResult<TData>' incorrectly extends interface
➤ YN0000: │      'ExecutionResult<{ [key: string]: any; }, { [key: string]: any; }>'.
➤ YN0000: │        Types of property 'data' are incompatible.
➤ YN0000: │          Type 'TData | null | undefined' is not assignable to type '{ [key:
➤ YN0000: │      string]: any; } | null | undefined'.
➤ YN0000: │            Type 'TData' is not assignable to type '{ [key: string]: any; } |
➤ YN0000: │      null | undefined'.
➤ YN0000: │              Type 'TData' is not assignable to type '{ [key: string]: any; }'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/apollo-server-core-virtual-69710dfa21/2/.yarn/berry/cache/apol
➤ YN0000: │ lo-server-core-npm-2.26.2-31e4e51aa2-10c0.zip/node_modules/apollo-server-core/di
➤ YN0000: │ st/ApolloServer.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/apollo-server-core-virtual-69710dfa21/2/.yarn/berry/cache/apol
➤ YN0000: │ lo-server-core-npm-2.26.2-31e4e51aa2-10c0.zip/node_modules/apollo-server-core/di
➤ YN0000: │ st/nodeHttpToRequest.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-compose-virtual-0f16a4fdf2/2/.yarn/berry/cache/graphql
➤ YN0000: │ -compose-npm-9.0.11-df50be2eb6-10c0.zip/node_modules/graphql-compose/lib/type/bu
➤ YN0000: │ ffer.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-compose-virtual-0f16a4fdf2/2/.yarn/berry/cache/graphql
➤ YN0000: │ -compose-npm-9.0.11-df50be2eb6-10c0.zip/node_modules/graphql-compose/lib/type/bu
➤ YN0000: │ ffer.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-compose-virtual-0f16a4fdf2/2/.yarn/berry/cache/graphql
➤ YN0000: │ -compose-npm-9.0.11-df50be2eb6-10c0.zip/node_modules/graphql-compose/lib/type/da
➤ YN0000: │ te.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/AccountNumber.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/BigInt.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/Byte.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/Byte.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/CountryCode.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/Cuid.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/Currency.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/DID.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/EmailAddress.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/GUID.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/HSL.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/HSLA.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/HexColorCode.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/Hexadecimal.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/IBAN.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/IP.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/IPv4.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/IPv6.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/ISBN.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/JWT.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/Latitude.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/LocalDate.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/LocalDateTime.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/LocalEndTime.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/LocalTime.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/Locale.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/Long.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/Longitude.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/MAC.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/NegativeFloat.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/NegativeInt.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/NonEmptyString.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/NonNegativeFloat.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/NonNegativeInt.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/NonPositiveFloat.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/NonPositiveInt.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/ObjectID.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/PhoneNumber.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/Port.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/PositiveFloat.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/PositiveInt.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/PostalCode.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/RGB.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/RGBA.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/RoutingNumber.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/SafeInt.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/SemVer.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/TimeZone.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/Timestamp.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/URL.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/USCurrency.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/UUID.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/UnsignedFloat.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/UnsignedInt.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/UtcOffset.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/Void.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/iso-date/Date.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/iso-date/DateTime.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/iso-date/DateTimeISO.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/iso-date/Duration.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/iso-date/Duration.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/iso-date/Time.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/json/JSON.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/json/JSONObject.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/library/DeweyDecimal.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/library/LCCSubclass.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-scalars-virtual-26d43d693f/2/.yarn/berry/cache/graphql
➤ YN0000: │ -scalars-npm-1.23.0-afcf92cba2-10c0.zip/node_modules/graphql-scalars/typings/sca
➤ YN0000: │ lars/patent/IPCPatent.d.cts
➤ YN0000: │ 
➤ YN0000: │ TS2315: Type 'GraphQLScalarType' is not generic.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-subscriptions-virtual-765f0b2723/2/.yarn/berry/cache/g
➤ YN0000: │ raphql-subscriptions-npm-1.2.1-6f6629f38d-10c0.zip/node_modules/graphql-subscrip
➤ YN0000: │ tions/dist/pubsub.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/graphql-ws-virtual-62cefeaa87/2/.yarn/berry/cache/graphql-ws-n
➤ YN0000: │ pm-5.16.0-98146e34fe-10c0.zip/node_modules/graphql-ws/lib/use/ws.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS70

Check failure on line 1 in packages/nestjs-grpc-errors/package.json

See this annotation in the file changed.

@github-actions github-actions / Release

Error release workspace @atls/nestjs-grpc-errors

Exit code 1
Raw output
➤ YN0000: ┌ Library Build
::group::Library Build
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/dist/error-status.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000: │      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000: │       has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/proto/google/rpc/code_pb.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000: │      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000: │       has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/proto/google/rpc/error_details_pb.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000: │      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000: │       has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/proto/google/rpc/error_details_pb.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module
➤ YN0000: │      'google-protobuf/google/protobuf/duration_pb'. '/home/runner/work/nestjs/.y
➤ YN0000: │      arn/berry/cache/google-protobuf-npm-3.21.4-48c47540d3-10c0.zip/node_modules
➤ YN0000: │      /google-protobuf/google/protobuf/duration_pb.js' implicitly has an 'any'
➤ YN0000: │      type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module
➤ YN0000: │      'google-protobuf/google/protobuf/duration_pb';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/proto/google/rpc/status_pb.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000: │      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000: │       has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/proto/google/rpc/status_pb.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module
➤ YN0000: │      'google-protobuf/google/protobuf/any_pb'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000: │      7540d3-10c0.zip/node_modules/google-protobuf/google/protobuf/any_pb.js'
➤ YN0000: │      implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module
➤ YN0000: │      'google-protobuf/google/protobuf/any_pb';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/call-interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/channel-credentials.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/channel-credentials.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/channelz.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/client.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/filter-stack.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/filter.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/generated/google/protobuf/Any.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/generated/grpc/channelz/v1/Address.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/generated/grpc/channelz/v1/Security.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/index.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/logging.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/make-client.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/metadata.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/metadata.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/metadata.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/object-stream.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-credentials.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-credentials.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-credentials.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-interceptors.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/subchannel-call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/subchannel-call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/transport.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-proto-loader-npm-0.7.13-be5b6af1c1-10c0.zip/node_modu
➤ YN0000: │ les/@grpc/proto-loader/build/src/index.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/content-type.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/cookies.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/fetch.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/file.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/filereader.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/formdata.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/patch.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/websocket.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-1411ed1729/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: │ ble-file.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-1411ed1729/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: │ -body-request.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/client/client-mqtt.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/client/client-rmq.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/client/client-rmq.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/client/client-tcp.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/kafka.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/kafka.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/kafka.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/mqtt-client.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/mqtt-client.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/mqtt-options.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/redis.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/helpers/json-socket.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/helpers/kafka-parser.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/helpers/kafka-reply-partition-assigner.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/helpers/tcp-socket.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/helpers/tcp-socket.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/interfaces/client-metadata.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/interfaces/microservice-configuration.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/record-builders/mqtt.record-builder.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/server/server-mqtt.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/server/server-tcp.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/server/server-tcp.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/unplugged/@nestjs-core-virtual-2b98dcd0a1/node_modules/@nestjs/core/repl/r
➤ YN0000: │ epl.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-errors/src/exception-factories/grpc-validation.exception-fa
➤ YN0000: │ ctory.ts:9:37
➤ YN0000: │ 
➤ YN0000: │ TS7051: Parameter has a name but no type. Did you mean 'arg1: string'?
➤ YN0000: │ 
➤ YN0000: │    7 | const traverseErrors = (
➤ YN0000: │    8 |   errors: ValidationError[] = [],
➤ YN0000: │ >  9 |   callback: (error: ValidationError, string) => void,
➤ YN0000: │      |                                     ^
➤ YN0000: │   10 |   path: string[] = []
➤ YN0000: │   11 | ) => {
➤ YN0000: │   12 |   errors.forEach((error) => {
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-errors/src/pipes/grpc-validation.pipe.ts
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'options' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │ 
::endgroup::
➤ YN0000: ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: modules/@atls/grpc-error-status/dist/error-status.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000:      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000:       has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000:      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: modules/@atls/grpc-error-status/proto/google/rpc/code_pb.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000:      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000:       has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000:      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: modules/@atls/grpc-error-status/proto/google/rpc/error_details_pb.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000:      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000:       has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000:      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: modules/@atls/grpc-error-status/proto/google/rpc/error_details_pb.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module
➤ YN0000:      'google-protobuf/google/protobuf/duration_pb'. '/home/runner/work/nestjs/.y
➤ YN0000:      arn/berry/cache/google-protobuf-npm-3.21.4-48c47540d3-10c0.zip/node_modules
➤ YN0000:      /google-protobuf/google/protobuf/duration_pb.js' implicitly has an 'any'
➤ YN0000:      type.
➤ YN0000:        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000:      declaration (.d.ts) file containing `declare module
➤ YN0000:      'google-protobuf/google/protobuf/duration_pb';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: modules/@atls/grpc-error-status/proto/google/rpc/status_pb.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000:      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000:       has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000:      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: modules/@atls/grpc-error-status/proto/google/rpc/status_pb.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module
➤ YN0000:      'google-protobuf/google/protobuf/any_pb'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000:      7540d3-10c0.zip/node_modules/google-protobuf/google/protobuf/any_pb.js'
➤ YN0000:      implicitly has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000:      declaration (.d.ts) file containing `declare module
➤ YN0000:      'google-protobuf/google/protobuf/any_pb';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/call-interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/call.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/call.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/call.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/channel-credentials.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/channel-credentials.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/channelz.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/client.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/filter-stack.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/filter.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/generated/google/protobuf/Any.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/generated/grpc/channelz/v1/Address.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/generated/grpc/channelz/v1/Security.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/index.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/logging.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/make-client.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/metadata.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/metadata.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/metadata.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/object-stream.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/server-call.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/server-call.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/server-credentials.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/server-credentials.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/server-credentials.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/server-interceptors.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/server.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/subchannel-call.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/subchannel-call.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/transport.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-proto-loader-npm-0.7.13-be5b6af1c1-10c0.zip/node_modu
➤ YN0000: les/@grpc/proto-loader/build/src/index.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/content-type.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/cookies.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/fetch.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/file.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/filereader.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/formdata.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/patch.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/websocket.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-1411ed1729/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: ble-file.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-1411ed1729/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: -body-request.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/client/client-mqtt.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/client/client-rmq.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/client/client-rmq.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/client/client-tcp.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/kafka.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/kafka.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/kafka.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/mqtt-client.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/mqtt-client.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/mqtt-options.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/redis.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/helpers/json-socket.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/helpers/kafka-parser.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/helpers/kafka-reply-partition-assigner.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/helpers/tcp-socket.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/helpers/tcp-socket.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/interfaces/client-metadata.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/interfaces/microservice-configuration.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/record-builders/mqtt.record-builder.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/server/server-mqtt.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/server/server-tcp.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-b0d439ff21/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/server/server-tcp.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/unplugged/@nestjs-core-virtual-2b98dcd0a1/node_modules/@nestjs/core/repl/r
➤ YN0000: epl.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-errors/src/exception-factories/grpc-validation.exception-fa
➤ YN0000: ctory.ts:9:37
➤ YN0000: 
➤ YN0000: TS7051: Parameter has a name but no type. Did you mean 'arg1: string'?
➤ YN0000: 
➤ YN0000:    7 | const traverseErrors = (
➤ YN0000:    8 |   errors: ValidationError[] = [],
➤ YN0000: >  9 |   callback: (error: ValidationError, string) => void,
➤ YN0000:      |                                     ^
➤ YN0000:   10 |   path: string[] = []
➤ YN0000:   11 | ) => {
➤ YN0000:   12 |   errors.forEach((error) => {
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-errors/src/pipes/grpc-validation.pipe.ts
➤ YN0000: 
➤ YN0000: TS7006: Parameter 'options' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: └ Completed in 4s 882ms
➤ YN0000: Failed with errors in 4s 889ms

Check failure on line 1 in packages/nestjs-grpc-http-proxy/package.json

See this annotation in the file changed.

@github-actions github-actions / Release

Error release workspace @atls/nestjs-grpc-http-proxy

Exit code 1
Raw output
➤ YN0000: ┌ Library Build
::group::Library Build
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/dist/error-status.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000: │      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000: │       has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/proto/google/rpc/code_pb.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000: │      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000: │       has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/proto/google/rpc/error_details_pb.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000: │      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000: │       has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/proto/google/rpc/error_details_pb.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module
➤ YN0000: │      'google-protobuf/google/protobuf/duration_pb'. '/home/runner/work/nestjs/.y
➤ YN0000: │      arn/berry/cache/google-protobuf-npm-3.21.4-48c47540d3-10c0.zip/node_modules
➤ YN0000: │      /google-protobuf/google/protobuf/duration_pb.js' implicitly has an 'any'
➤ YN0000: │      type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module
➤ YN0000: │      'google-protobuf/google/protobuf/duration_pb';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/proto/google/rpc/status_pb.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000: │      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000: │       has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/proto/google/rpc/status_pb.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module
➤ YN0000: │      'google-protobuf/google/protobuf/any_pb'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000: │      7540d3-10c0.zip/node_modules/google-protobuf/google/protobuf/any_pb.js'
➤ YN0000: │      implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module
➤ YN0000: │      'google-protobuf/google/protobuf/any_pb';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/call-interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/channel-credentials.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/channel-credentials.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/channelz.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/client.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/filter-stack.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/filter.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/generated/google/protobuf/Any.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/generated/grpc/channelz/v1/Address.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/generated/grpc/channelz/v1/Security.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/index.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/logging.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/make-client.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/metadata.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/metadata.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/metadata.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/object-stream.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-credentials.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-credentials.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-credentials.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-interceptors.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/subchannel-call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/subchannel-call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/transport.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-proto-loader-npm-0.7.13-be5b6af1c1-10c0.zip/node_modu
➤ YN0000: │ les/@grpc/proto-loader/build/src/index.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-proto-loader-npm-0.7.8-f437a86550-10c0.zip/node_modul
➤ YN0000: │ es/@grpc/proto-loader/build/src/index.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/content-type.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/cookies.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/fetch.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/file.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/filereader.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/formdata.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/patch.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/websocket.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-e2352c9566/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: │ ble-file.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-e2352c9566/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: │ -body-request.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/client/client-mqtt.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/client/client-rmq.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/client/client-rmq.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/client/client-tcp.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/kafka.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/kafka.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/kafka.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/mqtt-client.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/mqtt-client.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/mqtt-options.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/redis.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/helpers/json-socket.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/helpers/kafka-parser.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/helpers/kafka-reply-partition-assigner.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/helpers/tcp-socket.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/helpers/tcp-socket.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/interfaces/client-metadata.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/interfaces/microservice-configuration.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/record-builders/mqtt.record-builder.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/server/server-mqtt.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/server/server-tcp.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/server/server-tcp.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/unplugged/@nestjs-core-virtual-232d3028a4/node_modules/@nestjs/core/repl/r
➤ YN0000: │ epl.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/controllers/grpc-http-proxy.controller.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'buffer-json'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/buffer-json-npm-2.0.0-da08ae4b5
➤ YN0000: │      5-10c0.zip/node_modules/buffer-json/index.js' implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/buffer-json` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module 'buffer-json';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/controllers/grpc-http-proxy.controller.ts
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'service' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/controllers/grpc-http-proxy.controller.ts
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'method' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/controllers/grpc-http-proxy.controller.ts
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'body' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/controllers/grpc-http-proxy.controller.ts
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'req' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/controllers/grpc-http-proxy.controller.ts
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'res' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:9:47
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'ServiceClient' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │    7 |   constructor(private readonly client: Client) {}
➤ YN0000: │    8 |
➤ YN0000: │ >  9 |   static create(url: string = '0.0.0.0:50051', ServiceClient) {
➤ YN0000: │      |                                               ^
➤ YN0000: │   10 |     return new ProtoClient(new ServiceClient(url,
➤ YN0000: │ credentials.createInsecure(), {}))
➤ YN0000: │   11 |   }
➤ YN0000: │   12 |
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:13:23
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'request' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │   11 |   }
➤ YN0000: │   12 |
➤ YN0000: │ > 13 |   call(method: string, request, meta = {}) {
➤ YN0000: │      |                       ^
➤ YN0000: │   14 |     const metadata = new Metadata()
➤ YN0000: │   15 |
➤ YN0000: │   16 |     Object.keys(meta).forEach((key) => {
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:17:10
➤ YN0000: │ 
➤ YN0000: │ TS705: Element implicitly has an 'any' type because expression of type 'string'
➤ YN0000: │      can't be used to index type '{}'.
➤ YN0000: │        No index signature with a parameter of type 'string' was found on type
➤ YN0000: │      '{}'.
➤ YN0000: │ 
➤ YN0000: │   15 |
➤ YN0000: │   16 |     Object.keys(meta).forEach((key) => {
➤ YN0000: │ > 17 |       if (meta[key]) metadata.add(key, meta[key])
➤ YN0000: │      |          ^
➤ YN0000: │   18 |     })
➤ YN0000: │   19 |
➤ YN0000: │   20 |     return new Promise((resolve, reject) => {
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:17:39
➤ YN0000: │ 
➤ YN0000: │ TS705: Element implicitly has an 'any' type because expression of type 'string'
➤ YN0000: │      can't be used to index type '{}'.
➤ YN0000: │        No index signature with a parameter of type 'string' was found on type
➤ YN0000: │      '{}'.
➤ YN0000: │ 
➤ YN0000: │   15 |
➤ YN0000: │   16 |     Object.keys(meta).forEach((key) => {
➤ YN0000: │ > 17 |       if (meta[key]) metadata.add(key, meta[key])
➤ YN0000: │      |                                       ^
➤ YN0000: │   18 |     })
➤ YN0000: │   19 |
➤ YN0000: │   20 |     return new Promise((resolve, reject) => {
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:21:10
➤ YN0000: │ 
➤ YN0000: │ TS705: Element implicitly has an 'any' type because expression of type 'string'
➤ YN0000: │      can't be used to index type 'Client'.
➤ YN0000: │        No index signature with a parameter of type 'string' was found on type
➤ YN0000: │      'Client'.
➤ YN0000: │ 
➤ YN0000: │   19 |
➤ YN0000: │   20 |     return new Promise((resolve, reject) => {
➤ YN0000: │ > 21 |       if (this.client[method].requestStream) {
➤ YN0000: │      |          ^
➤ YN0000: │   22 |         const call = this.client[method](metadata)
➤ YN0000: │   23 |
➤ YN0000: │   24 |         call.write(request)
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:22:21
➤ YN0000: │ 
➤ YN0000: │ TS705: Element implicitly has an 'any' type because expression of type 'string'
➤ YN0000: │      can't be used to index type 'Client'.
➤ YN0000: │        No index signature with a parameter of type 'string' was found on type
➤ YN0000: │      'Client'.
➤ YN0000: │ 
➤ YN0000: │   20 |     return new Promise((resolve, reject) => {
➤ YN0000: │   21 |       if (this.client[method].requestStream) {
➤ YN0000: │ > 22 |         const call = this.client[method](metadata)
➤ YN0000: │      |                     ^
➤ YN0000: │   23 |
➤ YN0000: │   24 |         call.write(request)
➤ YN0000: │   25 |
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:26:12
➤ YN0000: │ 
➤ YN0000: │ TS703: Variable 'response' implicitly has type 'any' in some locations where its
➤ YN0000: │       type cannot be determined.
➤ YN0000: │ 
➤ YN0000: │   24 |         call.write(request)
➤ YN0000: │   25 |
➤ YN0000: │ > 26 |         let response
➤ YN0000: │      |            ^
➤ YN0000: │   27 |
➤ YN0000: │   28 |         call.on('data', (data) => {
➤ YN0000: │   29 |           response = data
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:28:25
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'data' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │   26 |         let response
➤ YN0000: │   27 |
➤ YN0000: │ > 28 |         call.on('data', (data) => {
➤ YN0000: │      |                         ^
➤ YN0000: │   29 |           response = data
➤ YN0000: │   30 |
➤ YN0000: │   31 |           call.end()
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:35:18
➤ YN0000: │ 
➤ YN0000: │ TS7005: Variable 'response' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │   33 |
➤ YN0000: │   34 |         call.on('end', () => {
➤ YN0000: │ > 35 |           resolve(response)
➤ YN0000: │      |                  ^
➤ YN0000: │   36 |         })
➤ YN0000: │   37 |       } else {
➤ YN0000: │   38 |         this.client[method](request, metadata, (error: ServiceError,
➤ YN0000: │ response) => {
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:38:8
➤ YN0000: │ 
➤ YN0000: │ TS705: Element implicitly has an 'any' type because expression of type 'string'
➤ YN0000: │      can't be used to index type 'Client'.
➤ YN0000: │        No index signature with a parameter of type 'string' was found on type
➤ YN0000: │      'Client'.
➤ YN0000: │ 
➤ YN0000: │   36 |         })
➤ YN0000: │   37 |       } else {
➤ YN0000: │ > 38 |         this.client[method](request, metadata, (error: ServiceError,
➤ YN0000: │ response) => {
➤ YN0000: │      |        ^
➤ YN0000: │   39 |           if (error) {
➤ YN0000: │   40 |             reject(error)
➤ YN0000: │   41 |           } else {
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:38:69
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'response' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │   36 |         })
➤ YN0000: │   37 |       } else {
➤ YN0000: │ > 38 |         this.client[method](request, metadata, (error: ServiceError,
➤ YN0000: │ response) => {
➤ YN0000: │      |                                                                     ^
➤ YN0000: │   39 |           if (error) {
➤ YN0000: │   40 |             reject(error)
➤ YN0000: │   41 |           } else {
➤ YN0000: │ 
➤ YN0000: │ 
::endgroup::
➤ YN0000: ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: modules/@atls/grpc-error-status/dist/error-status.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000:      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000:       has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000:      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: modules/@atls/grpc-error-status/proto/google/rpc/code_pb.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000:      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000:       has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000:      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: modules/@atls/grpc-error-status/proto/google/rpc/error_details_pb.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000:      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000:       has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000:      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: modules/@atls/grpc-error-status/proto/google/rpc/error_details_pb.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module
➤ YN0000:      'google-protobuf/google/protobuf/duration_pb'. '/home/runner/work/nestjs/.y
➤ YN0000:      arn/berry/cache/google-protobuf-npm-3.21.4-48c47540d3-10c0.zip/node_modules
➤ YN0000:      /google-protobuf/google/protobuf/duration_pb.js' implicitly has an 'any'
➤ YN0000:      type.
➤ YN0000:        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000:      declaration (.d.ts) file containing `declare module
➤ YN0000:      'google-protobuf/google/protobuf/duration_pb';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: modules/@atls/grpc-error-status/proto/google/rpc/status_pb.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000:      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000:       has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000:      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: modules/@atls/grpc-error-status/proto/google/rpc/status_pb.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module
➤ YN0000:      'google-protobuf/google/protobuf/any_pb'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000:      7540d3-10c0.zip/node_modules/google-protobuf/google/protobuf/any_pb.js'
➤ YN0000:      implicitly has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000:      declaration (.d.ts) file containing `declare module
➤ YN0000:      'google-protobuf/google/protobuf/any_pb';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/call-interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/call.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/call.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/call.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/channel-credentials.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/channel-credentials.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/channelz.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/client.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/filter-stack.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/filter.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/generated/google/protobuf/Any.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/generated/grpc/channelz/v1/Address.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/generated/grpc/channelz/v1/Security.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/index.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/logging.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/make-client.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/metadata.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/metadata.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/metadata.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/object-stream.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/server-call.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/server-call.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/server-credentials.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/server-credentials.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/server-credentials.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/server-interceptors.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/server.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/subchannel-call.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/subchannel-call.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/transport.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-proto-loader-npm-0.7.13-be5b6af1c1-10c0.zip/node_modu
➤ YN0000: les/@grpc/proto-loader/build/src/index.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-proto-loader-npm-0.7.8-f437a86550-10c0.zip/node_modul
➤ YN0000: es/@grpc/proto-loader/build/src/index.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/content-type.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/cookies.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/fetch.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/file.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/filereader.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/formdata.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/patch.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/websocket.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-e2352c9566/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: ble-file.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-e2352c9566/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: -body-request.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/client/client-mqtt.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/client/client-rmq.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/client/client-rmq.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/client/client-tcp.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/kafka.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/kafka.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/kafka.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/mqtt-client.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/mqtt-client.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/mqtt-options.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/redis.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/helpers/json-socket.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/helpers/kafka-parser.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/helpers/kafka-reply-partition-assigner.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/helpers/tcp-socket.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/helpers/tcp-socket.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/interfaces/client-metadata.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/interfaces/microservice-configuration.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/record-builders/mqtt.record-builder.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/server/server-mqtt.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/server/server-tcp.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-00f4807b24/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/server/server-tcp.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/unplugged/@nestjs-core-virtual-232d3028a4/node_modules/@nestjs/core/repl/r
➤ YN0000: epl.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/controllers/grpc-http-proxy.controller.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'buffer-json'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/buffer-json-npm-2.0.0-da08ae4b5
➤ YN0000:      5-10c0.zip/node_modules/buffer-json/index.js' implicitly has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/buffer-json` if it exists or add a new
➤ YN0000:      declaration (.d.ts) file containing `declare module 'buffer-json';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/controllers/grpc-http-proxy.controller.ts
➤ YN0000: 
➤ YN0000: TS7006: Parameter 'service' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/controllers/grpc-http-proxy.controller.ts
➤ YN0000: 
➤ YN0000: TS7006: Parameter 'method' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/controllers/grpc-http-proxy.controller.ts
➤ YN0000: 
➤ YN0000: TS7006: Parameter 'body' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/controllers/grpc-http-proxy.controller.ts
➤ YN0000: 
➤ YN0000: TS7006: Parameter 'req' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/controllers/grpc-http-proxy.controller.ts
➤ YN0000: 
➤ YN0000: TS7006: Parameter 'res' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:9:47
➤ YN0000: 
➤ YN0000: TS7006: Parameter 'ServiceClient' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000:    7 |   constructor(private readonly client: Client) {}
➤ YN0000:    8 |
➤ YN0000: >  9 |   static create(url: string = '0.0.0.0:50051', ServiceClient) {
➤ YN0000:      |                                               ^
➤ YN0000:   10 |     return new ProtoClient(new ServiceClient(url,
➤ YN0000: credentials.createInsecure(), {}))
➤ YN0000:   11 |   }
➤ YN0000:   12 |
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:13:23
➤ YN0000: 
➤ YN0000: TS7006: Parameter 'request' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000:   11 |   }
➤ YN0000:   12 |
➤ YN0000: > 13 |   call(method: string, request, meta = {}) {
➤ YN0000:      |                       ^
➤ YN0000:   14 |     const metadata = new Metadata()
➤ YN0000:   15 |
➤ YN0000:   16 |     Object.keys(meta).forEach((key) => {
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:17:10
➤ YN0000: 
➤ YN0000: TS705: Element implicitly has an 'any' type because expression of type 'string'
➤ YN0000:      can't be used to index type '{}'.
➤ YN0000:        No index signature with a parameter of type 'string' was found on type
➤ YN0000:      '{}'.
➤ YN0000: 
➤ YN0000:   15 |
➤ YN0000:   16 |     Object.keys(meta).forEach((key) => {
➤ YN0000: > 17 |       if (meta[key]) metadata.add(key, meta[key])
➤ YN0000:      |          ^
➤ YN0000:   18 |     })
➤ YN0000:   19 |
➤ YN0000:   20 |     return new Promise((resolve, reject) => {
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:17:39
➤ YN0000: 
➤ YN0000: TS705: Element implicitly has an 'any' type because expression of type 'string'
➤ YN0000:      can't be used to index type '{}'.
➤ YN0000:        No index signature with a parameter of type 'string' was found on type
➤ YN0000:      '{}'.
➤ YN0000: 
➤ YN0000:   15 |
➤ YN0000:   16 |     Object.keys(meta).forEach((key) => {
➤ YN0000: > 17 |       if (meta[key]) metadata.add(key, meta[key])
➤ YN0000:      |                                       ^
➤ YN0000:   18 |     })
➤ YN0000:   19 |
➤ YN0000:   20 |     return new Promise((resolve, reject) => {
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:21:10
➤ YN0000: 
➤ YN0000: TS705: Element implicitly has an 'any' type because expression of type 'string'
➤ YN0000:      can't be used to index type 'Client'.
➤ YN0000:        No index signature with a parameter of type 'string' was found on type
➤ YN0000:      'Client'.
➤ YN0000: 
➤ YN0000:   19 |
➤ YN0000:   20 |     return new Promise((resolve, reject) => {
➤ YN0000: > 21 |       if (this.client[method].requestStream) {
➤ YN0000:      |          ^
➤ YN0000:   22 |         const call = this.client[method](metadata)
➤ YN0000:   23 |
➤ YN0000:   24 |         call.write(request)
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:22:21
➤ YN0000: 
➤ YN0000: TS705: Element implicitly has an 'any' type because expression of type 'string'
➤ YN0000:      can't be used to index type 'Client'.
➤ YN0000:        No index signature with a parameter of type 'string' was found on type
➤ YN0000:      'Client'.
➤ YN0000: 
➤ YN0000:   20 |     return new Promise((resolve, reject) => {
➤ YN0000:   21 |       if (this.client[method].requestStream) {
➤ YN0000: > 22 |         const call = this.client[method](metadata)
➤ YN0000:      |                     ^
➤ YN0000:   23 |
➤ YN0000:   24 |         call.write(request)
➤ YN0000:   25 |
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:26:12
➤ YN0000: 
➤ YN0000: TS703: Variable 'response' implicitly has type 'any' in some locations where its
➤ YN0000:       type cannot be determined.
➤ YN0000: 
➤ YN0000:   24 |         call.write(request)
➤ YN0000:   25 |
➤ YN0000: > 26 |         let response
➤ YN0000:      |            ^
➤ YN0000:   27 |
➤ YN0000:   28 |         call.on('data', (data) => {
➤ YN0000:   29 |           response = data
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:28:25
➤ YN0000: 
➤ YN0000: TS7006: Parameter 'data' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000:   26 |         let response
➤ YN0000:   27 |
➤ YN0000: > 28 |         call.on('data', (data) => {
➤ YN0000:      |                         ^
➤ YN0000:   29 |           response = data
➤ YN0000:   30 |
➤ YN0000:   31 |           call.end()
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:35:18
➤ YN0000: 
➤ YN0000: TS7005: Variable 'response' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000:   33 |
➤ YN0000:   34 |         call.on('end', () => {
➤ YN0000: > 35 |           resolve(response)
➤ YN0000:      |                  ^
➤ YN0000:   36 |         })
➤ YN0000:   37 |       } else {
➤ YN0000:   38 |         this.client[method](request, metadata, (error: ServiceError,
➤ YN0000: response) => {
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:38:8
➤ YN0000: 
➤ YN0000: TS705: Element implicitly has an 'any' type because expression of type 'string'
➤ YN0000:      can't be used to index type 'Client'.
➤ YN0000:        No index signature with a parameter of type 'string' was found on type
➤ YN0000:      'Client'.
➤ YN0000: 
➤ YN0000:   36 |         })
➤ YN0000:   37 |       } else {
➤ YN0000: > 38 |         this.client[method](request, metadata, (error: ServiceError,
➤ YN0000: response) => {
➤ YN0000:      |        ^
➤ YN0000:   39 |           if (error) {
➤ YN0000:   40 |             reject(error)
➤ YN0000:   41 |           } else {
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:38:69
➤ YN0000: 
➤ YN0000: TS7006: Parameter 'response' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000:   36 |         })
➤ YN0000:   37 |       } else {
➤ YN0000: > 38 |         this.client[method](request, metadata, (error: ServiceError,
➤ YN0000: response) => {
➤ YN0000:      |                                                                     ^
➤ YN0000:   39 |           if (error) {
➤ YN0000:   40 |             reject(error)
➤ YN0000:   41 |           } else {
➤ YN0000: 
➤ YN0000: 
➤ YN0000: └ Completed in 5s 656ms
➤ YN0000: Failed with errors in 5s 666ms

Check failure on line 1 in packages/nestjs-grpc-playground/package.json

See this annotation in the file changed.

@github-actions github-actions / Release

Error release workspace @atls/nestjs-grpc-playground

Exit code 1
Raw output
➤ YN0000: ┌ Library Build
::group::Library Build
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/dist/error-status.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000: │      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000: │       has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/proto/google/rpc/code_pb.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000: │      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000: │       has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/proto/google/rpc/error_details_pb.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000: │      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000: │       has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/proto/google/rpc/error_details_pb.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module
➤ YN0000: │      'google-protobuf/google/protobuf/duration_pb'. '/home/runner/work/nestjs/.y
➤ YN0000: │      arn/berry/cache/google-protobuf-npm-3.21.4-48c47540d3-10c0.zip/node_modules
➤ YN0000: │      /google-protobuf/google/protobuf/duration_pb.js' implicitly has an 'any'
➤ YN0000: │      type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module
➤ YN0000: │      'google-protobuf/google/protobuf/duration_pb';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/proto/google/rpc/status_pb.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000: │      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000: │       has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/proto/google/rpc/status_pb.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module
➤ YN0000: │      'google-protobuf/google/protobuf/any_pb'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000: │      7540d3-10c0.zip/node_modules/google-protobuf/google/protobuf/any_pb.js'
➤ YN0000: │      implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module
➤ YN0000: │      'google-protobuf/google/protobuf/any_pb';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/call-interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/channel-credentials.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/channel-credentials.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/channelz.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/client.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/filter-stack.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/filter.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/generated/google/protobuf/Any.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/generated/grpc/channelz/v1/Address.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/generated/grpc/channelz/v1/Security.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/index.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/logging.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/make-client.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/metadata.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/metadata.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/metadata.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/object-stream.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-credentials.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-credentials.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-credentials.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-interceptors.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/subchannel-call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/subchannel-call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/transport.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-proto-loader-npm-0.7.10-6c8b35c47b-10c0.zip/node_modu
➤ YN0000: │ les/@grpc/proto-loader/build/src/index.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-proto-loader-npm-0.7.13-be5b6af1c1-10c0.zip/node_modu
➤ YN0000: │ les/@grpc/proto-loader/build/src/index.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-proto-loader-npm-0.7.8-f437a86550-10c0.zip/node_modul
➤ YN0000: │ es/@grpc/proto-loader/build/src/index.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/content-type.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/cookies.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/fetch.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/file.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/filereader.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/formdata.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/patch.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/websocket.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: │ ble-file.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: │ -body-request.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/client/client-mqtt.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/client/client-rmq.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/client/client-rmq.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/client/client-tcp.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/kafka.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/kafka.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/kafka.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/mqtt-client.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/mqtt-client.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/mqtt-options.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/redis.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/helpers/json-socket.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/helpers/kafka-parser.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/helpers/kafka-reply-partition-assigner.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/helpers/tcp-socket.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/helpers/tcp-socket.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/interfaces/client-metadata.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/interfaces/microservice-configuration.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/record-builders/mqtt.record-builder.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/server/server-mqtt.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/server/server-tcp.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/server/server-tcp.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/unplugged/@nestjs-core-virtual-5c597e663f/node_modules/@nestjs/core/repl/r
➤ YN0000: │ epl.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/controllers/grpc-http-proxy.controller.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'buffer-json'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/buffer-json-npm-2.0.0-da08ae4b5
➤ YN0000: │      5-10c0.zip/node_modules/buffer-json/index.js' implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/buffer-json` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module 'buffer-json';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/controllers/grpc-http-proxy.controller.ts
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'service' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/controllers/grpc-http-proxy.controller.ts
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'method' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/controllers/grpc-http-proxy.controller.ts
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'body' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/controllers/grpc-http-proxy.controller.ts
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'req' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/controllers/grpc-http-proxy.controller.ts
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'res' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:9:47
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'ServiceClient' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │    7 |   constructor(private readonly client: Client) {}
➤ YN0000: │    8 |
➤ YN0000: │ >  9 |   static create(url: string = '0.0.0.0:50051', ServiceClient) {
➤ YN0000: │      |                                               ^
➤ YN0000: │   10 |     return new ProtoClient(new ServiceClient(url,
➤ YN0000: │ credentials.createInsecure(), {}))
➤ YN0000: │   11 |   }
➤ YN0000: │   12 |
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:13:23
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'request' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │   11 |   }
➤ YN0000: │   12 |
➤ YN0000: │ > 13 |   call(method: string, request, meta = {}) {
➤ YN0000: │      |                       ^
➤ YN0000: │   14 |     const metadata = new Metadata()
➤ YN0000: │   15 |
➤ YN0000: │   16 |     Object.keys(meta).forEach((key) => {
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:17:10
➤ YN0000: │ 
➤ YN0000: │ TS705: Element implicitly has an 'any' type because expression of type 'string'
➤ YN0000: │      can't be used to index type '{}'.
➤ YN0000: │        No index signature with a parameter of type 'string' was found on type
➤ YN0000: │      '{}'.
➤ YN0000: │ 
➤ YN0000: │   15 |
➤ YN0000: │   16 |     Object.keys(meta).forEach((key) => {
➤ YN0000: │ > 17 |       if (meta[key]) metadata.add(key, meta[key])
➤ YN0000: │      |          ^
➤ YN0000: │   18 |     })
➤ YN0000: │   19 |
➤ YN0000: │   20 |     return new Promise((resolve, reject) => {
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:17:39
➤ YN0000: │ 
➤ YN0000: │ TS705: Element implicitly has an 'any' type because expression of type 'string'
➤ YN0000: │      can't be used to index type '{}'.
➤ YN0000: │        No index signature with a parameter of type 'string' was found on type
➤ YN0000: │      '{}'.
➤ YN0000: │ 
➤ YN0000: │   15 |
➤ YN0000: │   16 |     Object.keys(meta).forEach((key) => {
➤ YN0000: │ > 17 |       if (meta[key]) metadata.add(key, meta[key])
➤ YN0000: │      |                                       ^
➤ YN0000: │   18 |     })
➤ YN0000: │   19 |
➤ YN0000: │   20 |     return new Promise((resolve, reject) => {
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:21:10
➤ YN0000: │ 
➤ YN0000: │ TS705: Element implicitly has an 'any' type because expression of type 'string'
➤ YN0000: │      can't be used to index type 'Client'.
➤ YN0000: │        No index signature with a parameter of type 'string' was found on type
➤ YN0000: │      'Client'.
➤ YN0000: │ 
➤ YN0000: │   19 |
➤ YN0000: │   20 |     return new Promise((resolve, reject) => {
➤ YN0000: │ > 21 |       if (this.client[method].requestStream) {
➤ YN0000: │      |          ^
➤ YN0000: │   22 |         const call = this.client[method](metadata)
➤ YN0000: │   23 |
➤ YN0000: │   24 |         call.write(request)
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:22:21
➤ YN0000: │ 
➤ YN0000: │ TS705: Element implicitly has an 'any' type because expression of type 'string'
➤ YN0000: │      can't be used to index type 'Client'.
➤ YN0000: │        No index signature with a parameter of type 'string' was found on type
➤ YN0000: │      'Client'.
➤ YN0000: │ 
➤ YN0000: │   20 |     return new Promise((resolve, reject) => {
➤ YN0000: │   21 |       if (this.client[method].requestStream) {
➤ YN0000: │ > 22 |         const call = this.client[method](metadata)
➤ YN0000: │      |                     ^
➤ YN0000: │   23 |
➤ YN0000: │   24 |         call.write(request)
➤ YN0000: │   25 |
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:26:12
➤ YN0000: │ 
➤ YN0000: │ TS703: Variable 'response' implicitly has type 'any' in some locations where its
➤ YN0000: │       type cannot be determined.
➤ YN0000: │ 
➤ YN0000: │   24 |         call.write(request)
➤ YN0000: │   25 |
➤ YN0000: │ > 26 |         let response
➤ YN0000: │      |            ^
➤ YN0000: │   27 |
➤ YN0000: │   28 |         call.on('data', (data) => {
➤ YN0000: │   29 |           response = data
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:28:25
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'data' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │   26 |         let response
➤ YN0000: │   27 |
➤ YN0000: │ > 28 |         call.on('data', (data) => {
➤ YN0000: │      |                         ^
➤ YN0000: │   29 |           response = data
➤ YN0000: │   30 |
➤ YN0000: │   31 |           call.end()
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:35:18
➤ YN0000: │ 
➤ YN0000: │ TS7005: Variable 'response' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │   33 |
➤ YN0000: │   34 |         call.on('end', () => {
➤ YN0000: │ > 35 |           resolve(response)
➤ YN0000: │      |                  ^
➤ YN0000: │   36 |         })
➤ YN0000: │   37 |       } else {
➤ YN0000: │   38 |         this.client[method](request, metadata, (error: ServiceError,
➤ YN0000: │ response) => {
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:38:8
➤ YN0000: │ 
➤ YN0000: │ TS705: Element implicitly has an 'any' type because expression of type 'string'
➤ YN0000: │      can't be used to index type 'Client'.
➤ YN0000: │        No index signature with a parameter of type 'string' was found on type
➤ YN0000: │      'Client'.
➤ YN0000: │ 
➤ YN0000: │   36 |         })
➤ YN0000: │   37 |       } else {
➤ YN0000: │ > 38 |         this.client[method](request, metadata, (error: ServiceError,
➤ YN0000: │ response) => {
➤ YN0000: │      |        ^
➤ YN0000: │   39 |           if (error) {
➤ YN0000: │   40 |             reject(error)
➤ YN0000: │   41 |           } else {
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:38:69
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'response' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │   36 |         })
➤ YN0000: │   37 |       } else {
➤ YN0000: │ > 38 |         this.client[method](request, metadata, (error: ServiceError,
➤ YN0000: │ response) => {
➤ YN0000: │      |                                                                     ^
➤ YN0000: │   39 |           if (error) {
➤ YN0000: │   40 |             reject(error)
➤ YN0000: │   41 |           } else {
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-playground/src/controllers/grpc-playground.controller.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'node-fetch'.
➤ YN0000: │      '/home/runner/work/nestjs/nestjs/.yarn/__virtual__/node-fetch-virtual-1c3c4
➤ YN0000: │      d9c8f/2/.yarn/berry/cache/node-fetch-npm-2.7.0-587d57004e-10c0.zip/node_mod
➤ YN0000: │      ules/node-fetch/lib/index.js' implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/node-fetch` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module 'node-fetch';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-playground/src/controllers/grpc-playground.controller.ts
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'res' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-reflection/src/grpc/grpc-services.registry.ts:4:36
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module
➤ YN0000: │      'google-protobuf/google/protobuf/descriptor_pb'. '/home/runner/work/nestjs/
➤ YN0000: │      .yarn/berry/cache/google-protobuf-npm-3.21.2-7c82de39ab-10c0.zip/node_modul
➤ YN0000: │      es/google-protobuf/google/protobuf/descriptor_pb.js' implicitly has an
➤ YN0000: │      'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module
➤ YN0000: │      'google-protobuf/google/protobuf/descriptor_pb';`
➤ YN0000: │ 
➤ YN0000: │   2 | import { Injectable }          from '@nestjs/common'
➤ YN0000: │   3 |
➤ YN0000: │ > 4 | import { FileDescriptorProto } from
➤ YN0000: │ 'google-protobuf/google/protobuf/descriptor_pb'
➤ YN0000: │     |                                    ^
➤ YN0000: │   5 |
➤ YN0000: │   6 | @Injectable()
➤ YN0000: │   7 | export class GrpcServicesRegistry {
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-reflection/src/grpc/grpc-services.registry.ts:28:47
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'fileContainingSymbol' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │   26 |   }
➤ YN0000: │   27 |
➤ YN0000: │ > 28 |   getFileDescriptorProtoByFileContainingSymbol(fileContainingSymbol) {
➤ YN0000: │      |                                               ^
➤ YN0000: │   29 |     return this.services.reduce<FileDescriptorProto |
➤ YN0000: │ undefined>((fileDescriptorProto, service) => {
➤ YN0000: │   30 |       if (fileDescriptorProto) {
➤ YN0000: │   31 |         return fileDescriptorProto
➤ YN0000: │ 
➤ YN0000: │ 
::endgroup::
➤ YN0000: ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: modules/@atls/grpc-error-status/dist/error-status.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000:      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000:       has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000:      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: modules/@atls/grpc-error-status/proto/google/rpc/code_pb.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000:      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000:       has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000:      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: modules/@atls/grpc-error-status/proto/google/rpc/error_details_pb.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000:      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000:       has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000:      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: modules/@atls/grpc-error-status/proto/google/rpc/error_details_pb.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module
➤ YN0000:      'google-protobuf/google/protobuf/duration_pb'. '/home/runner/work/nestjs/.y
➤ YN0000:      arn/berry/cache/google-protobuf-npm-3.21.4-48c47540d3-10c0.zip/node_modules
➤ YN0000:      /google-protobuf/google/protobuf/duration_pb.js' implicitly has an 'any'
➤ YN0000:      type.
➤ YN0000:        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000:      declaration (.d.ts) file containing `declare module
➤ YN0000:      'google-protobuf/google/protobuf/duration_pb';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: modules/@atls/grpc-error-status/proto/google/rpc/status_pb.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000:      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000:       has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000:      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: modules/@atls/grpc-error-status/proto/google/rpc/status_pb.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module
➤ YN0000:      'google-protobuf/google/protobuf/any_pb'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000:      7540d3-10c0.zip/node_modules/google-protobuf/google/protobuf/any_pb.js'
➤ YN0000:      implicitly has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000:      declaration (.d.ts) file containing `declare module
➤ YN0000:      'google-protobuf/google/protobuf/any_pb';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/call-interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/call.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/call.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/call.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/channel-credentials.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/channel-credentials.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/channelz.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/client.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/filter-stack.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/filter.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/generated/google/protobuf/Any.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/generated/grpc/channelz/v1/Address.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/generated/grpc/channelz/v1/Security.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/index.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/logging.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/make-client.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/metadata.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/metadata.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/metadata.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/object-stream.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/server-call.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/server-call.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/server-credentials.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/server-credentials.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/server-credentials.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/server-interceptors.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/server.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/subchannel-call.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/subchannel-call.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/transport.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-proto-loader-npm-0.7.10-6c8b35c47b-10c0.zip/node_modu
➤ YN0000: les/@grpc/proto-loader/build/src/index.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-proto-loader-npm-0.7.13-be5b6af1c1-10c0.zip/node_modu
➤ YN0000: les/@grpc/proto-loader/build/src/index.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-proto-loader-npm-0.7.8-f437a86550-10c0.zip/node_modul
➤ YN0000: es/@grpc/proto-loader/build/src/index.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/content-type.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/cookies.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/fetch.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/file.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/filereader.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/formdata.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/patch.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/websocket.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: ble-file.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: -body-request.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/client/client-mqtt.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/client/client-rmq.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/client/client-rmq.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/client/client-tcp.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/kafka.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/kafka.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/kafka.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/mqtt-client.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/mqtt-client.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/mqtt-options.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/redis.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/helpers/json-socket.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/helpers/kafka-parser.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/helpers/kafka-reply-partition-assigner.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/helpers/tcp-socket.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/helpers/tcp-socket.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/interfaces/client-metadata.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/interfaces/microservice-configuration.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/record-builders/mqtt.record-builder.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/server/server-mqtt.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/server/server-tcp.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-ec0bc1a927/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/server/server-tcp.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/unplugged/@nestjs-core-virtual-5c597e663f/node_modules/@nestjs/core/repl/r
➤ YN0000: epl.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/controllers/grpc-http-proxy.controller.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'buffer-json'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/buffer-json-npm-2.0.0-da08ae4b5
➤ YN0000:      5-10c0.zip/node_modules/buffer-json/index.js' implicitly has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/buffer-json` if it exists or add a new
➤ YN0000:      declaration (.d.ts) file containing `declare module 'buffer-json';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/controllers/grpc-http-proxy.controller.ts
➤ YN0000: 
➤ YN0000: TS7006: Parameter 'service' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/controllers/grpc-http-proxy.controller.ts
➤ YN0000: 
➤ YN0000: TS7006: Parameter 'method' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/controllers/grpc-http-proxy.controller.ts
➤ YN0000: 
➤ YN0000: TS7006: Parameter 'body' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/controllers/grpc-http-proxy.controller.ts
➤ YN0000: 
➤ YN0000: TS7006: Parameter 'req' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/controllers/grpc-http-proxy.controller.ts
➤ YN0000: 
➤ YN0000: TS7006: Parameter 'res' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:9:47
➤ YN0000: 
➤ YN0000: TS7006: Parameter 'ServiceClient' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000:    7 |   constructor(private readonly client: Client) {}
➤ YN0000:    8 |
➤ YN0000: >  9 |   static create(url: string = '0.0.0.0:50051', ServiceClient) {
➤ YN0000:      |                                               ^
➤ YN0000:   10 |     return new ProtoClient(new ServiceClient(url,
➤ YN0000: credentials.createInsecure(), {}))
➤ YN0000:   11 |   }
➤ YN0000:   12 |
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:13:23
➤ YN0000: 
➤ YN0000: TS7006: Parameter 'request' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000:   11 |   }
➤ YN0000:   12 |
➤ YN0000: > 13 |   call(method: string, request, meta = {}) {
➤ YN0000:      |                       ^
➤ YN0000:   14 |     const metadata = new Metadata()
➤ YN0000:   15 |
➤ YN0000:   16 |     Object.keys(meta).forEach((key) => {
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:17:10
➤ YN0000: 
➤ YN0000: TS705: Element implicitly has an 'any' type because expression of type 'string'
➤ YN0000:      can't be used to index type '{}'.
➤ YN0000:        No index signature with a parameter of type 'string' was found on type
➤ YN0000:      '{}'.
➤ YN0000: 
➤ YN0000:   15 |
➤ YN0000:   16 |     Object.keys(meta).forEach((key) => {
➤ YN0000: > 17 |       if (meta[key]) metadata.add(key, meta[key])
➤ YN0000:      |          ^
➤ YN0000:   18 |     })
➤ YN0000:   19 |
➤ YN0000:   20 |     return new Promise((resolve, reject) => {
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:17:39
➤ YN0000: 
➤ YN0000: TS705: Element implicitly has an 'any' type because expression of type 'string'
➤ YN0000:      can't be used to index type '{}'.
➤ YN0000:        No index signature with a parameter of type 'string' was found on type
➤ YN0000:      '{}'.
➤ YN0000: 
➤ YN0000:   15 |
➤ YN0000:   16 |     Object.keys(meta).forEach((key) => {
➤ YN0000: > 17 |       if (meta[key]) metadata.add(key, meta[key])
➤ YN0000:      |                                       ^
➤ YN0000:   18 |     })
➤ YN0000:   19 |
➤ YN0000:   20 |     return new Promise((resolve, reject) => {
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:21:10
➤ YN0000: 
➤ YN0000: TS705: Element implicitly has an 'any' type because expression of type 'string'
➤ YN0000:      can't be used to index type 'Client'.
➤ YN0000:        No index signature with a parameter of type 'string' was found on type
➤ YN0000:      'Client'.
➤ YN0000: 
➤ YN0000:   19 |
➤ YN0000:   20 |     return new Promise((resolve, reject) => {
➤ YN0000: > 21 |       if (this.client[method].requestStream) {
➤ YN0000:      |          ^
➤ YN0000:   22 |         const call = this.client[method](metadata)
➤ YN0000:   23 |
➤ YN0000:   24 |         call.write(request)
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:22:21
➤ YN0000: 
➤ YN0000: TS705: Element implicitly has an 'any' type because expression of type 'string'
➤ YN0000:      can't be used to index type 'Client'.
➤ YN0000:        No index signature with a parameter of type 'string' was found on type
➤ YN0000:      'Client'.
➤ YN0000: 
➤ YN0000:   20 |     return new Promise((resolve, reject) => {
➤ YN0000:   21 |       if (this.client[method].requestStream) {
➤ YN0000: > 22 |         const call = this.client[method](metadata)
➤ YN0000:      |                     ^
➤ YN0000:   23 |
➤ YN0000:   24 |         call.write(request)
➤ YN0000:   25 |
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-http-proxy/src/proto/proto.client.ts:26:12
➤ YN0000: 
➤ YN0000: TS703: Variable 'response' implicitly has type 'any' in some locations where its
➤ YN0000:       type cannot be determined.
➤ YN0000: 
➤ YN0000:   24 |         call.write(request)
➤ YN0000:   25 |
➤ YN0000: > 26 |         let response
➤ YN0000:      |            ^
➤ YN0000:   27 |
➤ YN0000:   28 |         call.on('data', (data) => {
➤ YN0000:   29 |           response = data
➤ YN0000: 
➤ YN0000: 

Check failure on line 1 in packages/nestjs-grpc-identity/package.json

See this annotation in the file changed.

@github-actions github-actions / Release

Error release workspace @atls/nestjs-grpc-identity

Exit code 1
Raw output
➤ YN0000: ┌ Library Build
::group::Library Build
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/dist/error-status.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000: │      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000: │       has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/proto/google/rpc/code_pb.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000: │      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000: │       has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/proto/google/rpc/error_details_pb.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000: │      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000: │       has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/proto/google/rpc/error_details_pb.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module
➤ YN0000: │      'google-protobuf/google/protobuf/duration_pb'. '/home/runner/work/nestjs/.y
➤ YN0000: │      arn/berry/cache/google-protobuf-npm-3.21.4-48c47540d3-10c0.zip/node_modules
➤ YN0000: │      /google-protobuf/google/protobuf/duration_pb.js' implicitly has an 'any'
➤ YN0000: │      type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module
➤ YN0000: │      'google-protobuf/google/protobuf/duration_pb';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/proto/google/rpc/status_pb.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000: │      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000: │       has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: │ modules/@atls/grpc-error-status/proto/google/rpc/status_pb.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module
➤ YN0000: │      'google-protobuf/google/protobuf/any_pb'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000: │      7540d3-10c0.zip/node_modules/google-protobuf/google/protobuf/any_pb.js'
➤ YN0000: │      implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module
➤ YN0000: │      'google-protobuf/google/protobuf/any_pb';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/call-interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/channel-credentials.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/channel-credentials.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/channelz.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/client.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/filter-stack.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/filter.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/generated/google/protobuf/Any.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/generated/grpc/channelz/v1/Address.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/generated/grpc/channelz/v1/Security.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/index.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/logging.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/make-client.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/metadata.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/metadata.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/metadata.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/object-stream.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-credentials.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-credentials.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-credentials.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server-interceptors.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/server.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/subchannel-call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/subchannel-call.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: │ grpc/grpc-js/build/src/transport.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-proto-loader-npm-0.7.13-be5b6af1c1-10c0.zip/node_modu
➤ YN0000: │ les/@grpc/proto-loader/build/src/index.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/content-type.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/cookies.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/fetch.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/file.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/filereader.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/formdata.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/patch.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/websocket.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: │ ble-file.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: │ -body-request.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/client/client-mqtt.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/client/client-rmq.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/client/client-rmq.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/client/client-tcp.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/kafka.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/kafka.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/kafka.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/mqtt-client.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/mqtt-client.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/mqtt-options.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/redis.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/helpers/json-socket.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/helpers/kafka-parser.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/helpers/kafka-reply-partition-assigner.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/helpers/tcp-socket.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/helpers/tcp-socket.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/interfaces/client-metadata.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/interfaces/microservice-configuration.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/record-builders/mqtt.record-builder.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/server/server-mqtt.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/server/server-tcp.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/server/server-tcp.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/unplugged/@nestjs-core-virtual-4d5f62d34d/node_modules/@nestjs/core/repl/r
➤ YN0000: │ epl.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
::endgroup::
➤ YN0000: ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: modules/@atls/grpc-error-status/dist/error-status.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000:      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000:       has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000:      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: modules/@atls/grpc-error-status/proto/google/rpc/code_pb.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000:      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000:       has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000:      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: modules/@atls/grpc-error-status/proto/google/rpc/error_details_pb.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000:      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000:       has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000:      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: modules/@atls/grpc-error-status/proto/google/rpc/error_details_pb.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module
➤ YN0000:      'google-protobuf/google/protobuf/duration_pb'. '/home/runner/work/nestjs/.y
➤ YN0000:      arn/berry/cache/google-protobuf-npm-3.21.4-48c47540d3-10c0.zip/node_modules
➤ YN0000:      /google-protobuf/google/protobuf/duration_pb.js' implicitly has an 'any'
➤ YN0000:      type.
➤ YN0000:        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000:      declaration (.d.ts) file containing `declare module
➤ YN0000:      'google-protobuf/google/protobuf/duration_pb';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: modules/@atls/grpc-error-status/proto/google/rpc/status_pb.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'google-protobuf'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000:      7540d3-10c0.zip/node_modules/google-protobuf/google-protobuf.js' implicitly
➤ YN0000:       has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000:      declaration (.d.ts) file containing `declare module 'google-protobuf';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@atls-grpc-error-status-npm-0.0.3-a6f50aa7a5-10c0.zip/node_
➤ YN0000: modules/@atls/grpc-error-status/proto/google/rpc/status_pb.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module
➤ YN0000:      'google-protobuf/google/protobuf/any_pb'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/google-protobuf-npm-3.21.4-48c4
➤ YN0000:      7540d3-10c0.zip/node_modules/google-protobuf/google/protobuf/any_pb.js'
➤ YN0000:      implicitly has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000:      declaration (.d.ts) file containing `declare module
➤ YN0000:      'google-protobuf/google/protobuf/any_pb';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/call-interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/call.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/call.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/call.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/channel-credentials.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/channel-credentials.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/channelz.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/client.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/filter-stack.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/filter.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/generated/google/protobuf/Any.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/generated/grpc/channelz/v1/Address.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/generated/grpc/channelz/v1/Security.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/index.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/logging.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/make-client.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/metadata.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/metadata.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/metadata.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/object-stream.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/server-call.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/server-call.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/server-credentials.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/server-credentials.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/server-credentials.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/server-interceptors.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/server.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/subchannel-call.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/subchannel-call.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-grpc-js-npm-1.11.2-054574f0a3-10c0.zip/node_modules/@
➤ YN0000: grpc/grpc-js/build/src/transport.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-proto-loader-npm-0.7.13-be5b6af1c1-10c0.zip/node_modu
➤ YN0000: les/@grpc/proto-loader/build/src/index.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/content-type.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/cookies.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/fetch.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/file.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/filereader.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/formdata.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/patch.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/websocket.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: ble-file.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: -body-request.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/client/client-mqtt.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/client/client-rmq.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/client/client-rmq.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/client/client-tcp.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/kafka.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/kafka.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/kafka.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/mqtt-client.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/mqtt-client.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/mqtt-options.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/redis.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/helpers/json-socket.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/helpers/kafka-parser.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/helpers/kafka-reply-partition-assigner.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/helpers/tcp-socket.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/helpers/tcp-socket.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/interfaces/client-metadata.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/interfaces/microservice-configuration.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/record-builders/mqtt.record-builder.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/server/server-mqtt.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/server/server-tcp.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-7a70dabf48/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/server/server-tcp.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/unplugged/@nestjs-core-virtual-4d5f62d34d/node_modules/@nestjs/core/repl/r
➤ YN0000: epl.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: └ Completed in 5s 169ms
➤ YN0000: Failed with errors in 5s 177ms

Check failure on line 1 in packages/nestjs-grpc-reflection/package.json

See this annotation in the file changed.

@github-actions github-actions / Release

Error release workspace @atls/nestjs-grpc-reflection

Exit code 1
Raw output
➤ YN0000: ┌ Library Build
::group::Library Build
➤ YN0000: │ ../.yarn/berry/cache/@grpc-proto-loader-npm-0.7.10-6c8b35c47b-10c0.zip/node_modu
➤ YN0000: │ les/@grpc/proto-loader/build/src/index.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/@grpc-proto-loader-npm-0.7.13-be5b6af1c1-10c0.zip/node_modu
➤ YN0000: │ les/@grpc/proto-loader/build/src/index.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/content-type.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/cookies.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/fetch.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/file.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/filereader.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/formdata.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/patch.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: │ dici-types/websocket.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: │ ble-file.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: │ -body-request.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/client/client-mqtt.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/client/client-rmq.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/client/client-rmq.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/client/client-tcp.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/kafka.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/kafka.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/kafka.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/mqtt-client.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/mqtt-client.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/mqtt-options.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/external/redis.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/helpers/json-socket.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/helpers/kafka-parser.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/helpers/kafka-reply-partition-assigner.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/helpers/tcp-socket.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/helpers/tcp-socket.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/interfaces/client-metadata.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/interfaces/microservice-configuration.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/record-builders/mqtt.record-builder.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/server/server-mqtt.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/server/server-tcp.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: │ nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: │ rvices/server/server-tcp.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/unplugged/@nestjs-core-virtual-ae02c16012/node_modules/@nestjs/core/repl/r
➤ YN0000: │ epl.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-reflection/src/grpc/grpc-services.registry.ts:4:36
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module
➤ YN0000: │      'google-protobuf/google/protobuf/descriptor_pb'. '/home/runner/work/nestjs/
➤ YN0000: │      .yarn/berry/cache/google-protobuf-npm-3.21.2-7c82de39ab-10c0.zip/node_modul
➤ YN0000: │      es/google-protobuf/google/protobuf/descriptor_pb.js' implicitly has an
➤ YN0000: │      'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000: │      declaration (.d.ts) file containing `declare module
➤ YN0000: │      'google-protobuf/google/protobuf/descriptor_pb';`
➤ YN0000: │ 
➤ YN0000: │   2 | import { Injectable }          from '@nestjs/common'
➤ YN0000: │   3 |
➤ YN0000: │ > 4 | import { FileDescriptorProto } from
➤ YN0000: │ 'google-protobuf/google/protobuf/descriptor_pb'
➤ YN0000: │     |                                    ^
➤ YN0000: │   5 |
➤ YN0000: │   6 | @Injectable()
➤ YN0000: │   7 | export class GrpcServicesRegistry {
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-grpc-reflection/src/grpc/grpc-services.registry.ts:28:47
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'fileContainingSymbol' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │   26 |   }
➤ YN0000: │   27 |
➤ YN0000: │ > 28 |   getFileDescriptorProtoByFileContainingSymbol(fileContainingSymbol) {
➤ YN0000: │      |                                               ^
➤ YN0000: │   29 |     return this.services.reduce<FileDescriptorProto |
➤ YN0000: │ undefined>((fileDescriptorProto, service) => {
➤ YN0000: │   30 |       if (fileDescriptorProto) {
➤ YN0000: │   31 |         return fileDescriptorProto
➤ YN0000: │ 
➤ YN0000: │ 
::endgroup::
➤ YN0000: ../.yarn/berry/cache/@grpc-proto-loader-npm-0.7.10-6c8b35c47b-10c0.zip/node_modu
➤ YN0000: les/@grpc/proto-loader/build/src/index.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/@grpc-proto-loader-npm-0.7.13-be5b6af1c1-10c0.zip/node_modu
➤ YN0000: les/@grpc/proto-loader/build/src/index.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/content-type.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/cookies.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/fetch.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/file.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/filereader.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/formdata.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/patch.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/undici-types-npm-6.19.8-9f12285b7a-10c0.zip/node_modules/un
➤ YN0000: dici-types/websocket.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: ble-file.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: -body-request.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/client/client-mqtt.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/client/client-rmq.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/client/client-rmq.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/client/client-tcp.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/kafka.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/kafka.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/kafka.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/mqtt-client.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/mqtt-client.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/mqtt-options.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/external/redis.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/helpers/json-socket.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/helpers/kafka-parser.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/helpers/kafka-reply-partition-assigner.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/helpers/tcp-socket.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/helpers/tcp-socket.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/interfaces/client-metadata.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/interfaces/microservice-configuration.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/record-builders/mqtt.record-builder.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/server/server-mqtt.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/server/server-tcp.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-microservices-virtual-a5d96cc8a2/2/.yarn/berry/cache/@
➤ YN0000: nestjs-microservices-npm-10.2.5-c628721a60-10c0.zip/node_modules/@nestjs/microse
➤ YN0000: rvices/server/server-tcp.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/unplugged/@nestjs-core-virtual-ae02c16012/node_modules/@nestjs/core/repl/r
➤ YN0000: epl.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-reflection/src/grpc/grpc-services.registry.ts:4:36
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module
➤ YN0000:      'google-protobuf/google/protobuf/descriptor_pb'. '/home/runner/work/nestjs/
➤ YN0000:      .yarn/berry/cache/google-protobuf-npm-3.21.2-7c82de39ab-10c0.zip/node_modul
➤ YN0000:      es/google-protobuf/google/protobuf/descriptor_pb.js' implicitly has an
➤ YN0000:      'any' type.
➤ YN0000:        Try `npm i --save-dev @types/google-protobuf` if it exists or add a new
➤ YN0000:      declaration (.d.ts) file containing `declare module
➤ YN0000:      'google-protobuf/google/protobuf/descriptor_pb';`
➤ YN0000: 
➤ YN0000:   2 | import { Injectable }          from '@nestjs/common'
➤ YN0000:   3 |
➤ YN0000: > 4 | import { FileDescriptorProto } from
➤ YN0000: 'google-protobuf/google/protobuf/descriptor_pb'
➤ YN0000:     |                                    ^
➤ YN0000:   5 |
➤ YN0000:   6 | @Injectable()
➤ YN0000:   7 | export class GrpcServicesRegistry {
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-grpc-reflection/src/grpc/grpc-services.registry.ts:28:47
➤ YN0000: 
➤ YN0000: TS7006: Parameter 'fileContainingSymbol' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000:   26 |   }
➤ YN0000:   27 |
➤ YN0000: > 28 |   getFileDescriptorProtoByFileContainingSymbol(fileContainingSymbol) {
➤ YN0000:      |                                               ^
➤ YN0000:   29 |     return this.services.reduce<FileDescriptorProto |
➤ YN0000: undefined>((fileDescriptorProto, service) => {
➤ YN0000:   30 |       if (fileDescriptorProto) {
➤ YN0000:   31 |         return fileDescriptorProto
➤ YN0000: 
➤ YN0000: 
➤ YN0000: └ Completed in 4s 560ms
➤ YN0000: Failed with errors in 4s 566ms

Check failure on line 1 in packages/nestjs-hydra/package.json

See this annotation in the file changed.

@github-actions github-actions / Release

Error release workspace @atls/nestjs-hydra

Exit code 1
Raw output
➤ YN0000: ┌ Library Build
::group::Library Build
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: │ ble-file.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: │ ble-file.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2307: Cannot find module 'stream' or its corresponding type declarations.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: │ -body-request.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: │ -body-request.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-hydra/src/config/hydra-env.config.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'process'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-hydra/src/config/hydra-env.config.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'process'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-hydra/src/config/hydra-env.config.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'process'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-hydra/src/utils/state.utils.ts:17:22
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │   15 |     }
➤ YN0000: │   16 |
➤ YN0000: │ > 17 |     return JSON.parse(Buffer.from(state, 'base64').toString('utf8'))
➤ YN0000: │      |                      ^
➤ YN0000: │   18 |   } catch {
➤ YN0000: │   19 |     // TODO: log error
➤ YN0000: │   20 |
➤ YN0000: │ 
➤ YN0000: │ 
::endgroup::
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: ble-file.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: ble-file.d.ts
➤ YN0000: 
➤ YN0000: TS2307: Cannot find module 'stream' or its corresponding type declarations.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: -body-request.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: -body-request.interface.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-hydra/src/config/hydra-env.config.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'process'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-hydra/src/config/hydra-env.config.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'process'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-hydra/src/config/hydra-env.config.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'process'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-hydra/src/utils/state.utils.ts:17:22
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000:   15 |     }
➤ YN0000:   16 |
➤ YN0000: > 17 |     return JSON.parse(Buffer.from(state, 'base64').toString('utf8'))
➤ YN0000:      |                      ^
➤ YN0000:   18 |   } catch {
➤ YN0000:   19 |     // TODO: log error
➤ YN0000:   20 |
➤ YN0000: 
➤ YN0000: 
➤ YN0000: └ Completed in 2s 569ms
➤ YN0000: Failed with errors in 2s 573ms

Check failure on line 1 in packages/nestjs-keto/package.json

See this annotation in the file changed.

@github-actions github-actions / Release

Error release workspace @atls/nestjs-keto

Exit code 42
Raw output
➤ YN0000: ┌ Library Build
::group::Library Build
ERROR: Yarn is terminating due to an unexpected empty event loop.
Please report this issue at https://github.com/yarnpkg/berry/issues.

Check failure on line 1 in packages/nestjs-kratos/package.json

See this annotation in the file changed.

@github-actions github-actions / Release

Error release workspace @atls/nestjs-kratos

Exit code 1
Raw output
➤ YN0000: ┌ Library Build
::group::Library Build
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: │ ble-file.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: │ ble-file.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2307: Cannot find module 'stream' or its corresponding type declarations.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/exceptio
➤ YN0000: │ ns/rpc-exception-filter.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000: │      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000: │      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/features
➤ YN0000: │ /can-activate.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000: │      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000: │      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/features
➤ YN0000: │ /nest-interceptor.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000: │      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000: │      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: │ -body-request.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: │ -body-request.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/websocke
➤ YN0000: │ ts/web-socket-adapter.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000: │      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000: │      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/serializer/class-se
➤ YN0000: │ rializer.interceptor.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000: │      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000: │      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/unplugged/@nestjs-core-virtual-e1d53bca32/node_modules/@nestjs/core/guards
➤ YN0000: │ /guards-consumer.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000: │      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000: │      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/unplugged/@nestjs-core-virtual-e1d53bca32/node_modules/@nestjs/core/interc
➤ YN0000: │ eptors/interceptors-consumer.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000: │      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000: │      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/unplugged/@nestjs-core-virtual-e1d53bca32/node_modules/@nestjs/core/repl/r
➤ YN0000: │ epl.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/unplugged/@nestjs-core-virtual-e1d53bca32/node_modules/@nestjs/core/repl/r
➤ YN0000: │ epl.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2307: Cannot find module 'repl' or its corresponding type declarations.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-kratos/src/config/kratos-env.config.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'process'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-kratos/src/config/kratos-env.config.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'process'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-kratos/src/config/kratos-env.config.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'process'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-kratos/src/config/kratos-env.config.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'process'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-kratos/src/filters/kratos-expection.filter.ts
➤ YN0000: │ 
➤ YN0000: │ TS2307: Cannot find module 'path' or its corresponding type declarations.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-kratos/src/interceptors/kratos-redirect.interceptor.ts:8:48
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000: │      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000: │      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: │ 
➤ YN0000: │    6 | import { NestInterceptor }                 from '@nestjs/common'
➤ YN0000: │    7 |
➤ YN0000: │ >  8 | import { Observable }                      from 'rxjs'
➤ YN0000: │      |                                                ^
➤ YN0000: │    9 | import { throwError }                      from 'rxjs'
➤ YN0000: │   10 | import { catchError }                      from 'rxjs/operators'
➤ YN0000: │   11 |
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-kratos/src/interceptors/kratos-redirect.interceptor.ts:9:48
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000: │      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000: │      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: │ 
➤ YN0000: │    7 |
➤ YN0000: │    8 | import { Observable }                      from 'rxjs'
➤ YN0000: │ >  9 | import { throwError }                      from 'rxjs'
➤ YN0000: │      |                                                ^
➤ YN0000: │   10 | import { catchError }                      from 'rxjs/operators'
➤ YN0000: │   11 |
➤ YN0000: │   12 | import { KratosRedirectRequiredException } from '../exceptions'
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-kratos/src/interceptors/kratos-redirect.interceptor.ts:10:48
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'rxjs/operators'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000: │      zip/node_modules/rxjs/dist/cjs/operators/index.js' implicitly has an 'any'
➤ YN0000: │      type.
➤ YN0000: │        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000: │      (.d.ts) file containing `declare module 'rxjs/operators';`
➤ YN0000: │ 
➤ YN0000: │    8 | import { Observable }                      from 'rxjs'
➤ YN0000: │    9 | import { throwError }                      from 'rxjs'
➤ YN0000: │ > 10 | import { catchError }                      from 'rxjs/operators'
➤ YN0000: │      |                                                ^
➤ YN0000: │   11 |
➤ YN0000: │   12 | import { KratosRedirectRequiredException } from '../exceptions'
➤ YN0000: │   13 | import { KratosFlowRequiredException }     from '../exceptions'
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-kratos/src/interceptors/kratos-redirect.interceptor.ts:22:18
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'error' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │   20 |   intercept(context: ExecutionContext, next: CallHandler):
➤ YN0000: │ Observable<any> {
➤ YN0000: │   21 |     return next.handle().pipe(
➤ YN0000: │ > 22 |       catchError((error) => {
➤ YN0000: │      |                  ^
➤ YN0000: │   23 |         if (error.response && [403, 404,
➤ YN0000: │ 410].includes(error.response.status)) {
➤ YN0000: │   24 |           return throwError(new
➤ YN0000: │ KratosRedirectRequiredException(this.redirectTo))
➤ YN0000: │   25 |         } else if (error instanceof KratosFlowRequiredException) {
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-kratos/src/urls/kratos-browser.urls.ts
➤ YN0000: │ 
➤ YN0000: │ TS2307: Cannot find module 'path' or its corresponding type declarations.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-kratos/src/urls/kratos-browser.urls.ts
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'root' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-kratos/src/urls/kratos-browser.urls.ts
➤ YN0000: │ 
➤ YN0000: │ TS7006: Parameter 'target' implicitly has an 'any' type.
➤ YN0000: │ 
➤ YN0000: │ 
::endgroup::
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: ble-file.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: ble-file.d.ts
➤ YN0000: 
➤ YN0000: TS2307: Cannot find module 'stream' or its corresponding type declarations.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/exceptio
➤ YN0000: ns/rpc-exception-filter.interface.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000:      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000:      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/features
➤ YN0000: /can-activate.interface.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000:      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000:      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/features
➤ YN0000: /nest-interceptor.interface.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000:      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000:      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: -body-request.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: -body-request.interface.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/websocke
➤ YN0000: ts/web-socket-adapter.interface.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000:      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000:      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/serializer/class-se
➤ YN0000: rializer.interceptor.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000:      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000:      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/unplugged/@nestjs-core-virtual-e1d53bca32/node_modules/@nestjs/core/guards
➤ YN0000: /guards-consumer.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000:      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000:      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/unplugged/@nestjs-core-virtual-e1d53bca32/node_modules/@nestjs/core/interc
➤ YN0000: eptors/interceptors-consumer.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000:      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000:      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/unplugged/@nestjs-core-virtual-e1d53bca32/node_modules/@nestjs/core/repl/r
➤ YN0000: epl.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/unplugged/@nestjs-core-virtual-e1d53bca32/node_modules/@nestjs/core/repl/r
➤ YN0000: epl.d.ts
➤ YN0000: 
➤ YN0000: TS2307: Cannot find module 'repl' or its corresponding type declarations.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-kratos/src/config/kratos-env.config.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'process'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-kratos/src/config/kratos-env.config.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'process'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-kratos/src/config/kratos-env.config.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'process'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-kratos/src/config/kratos-env.config.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'process'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-kratos/src/filters/kratos-expection.filter.ts
➤ YN0000: 
➤ YN0000: TS2307: Cannot find module 'path' or its corresponding type declarations.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-kratos/src/interceptors/kratos-redirect.interceptor.ts:8:48
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000:      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000:      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: 
➤ YN0000:    6 | import { NestInterceptor }                 from '@nestjs/common'
➤ YN0000:    7 |
➤ YN0000: >  8 | import { Observable }                      from 'rxjs'
➤ YN0000:      |                                                ^
➤ YN0000:    9 | import { throwError }                      from 'rxjs'
➤ YN0000:   10 | import { catchError }                      from 'rxjs/operators'
➤ YN0000:   11 |
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-kratos/src/interceptors/kratos-redirect.interceptor.ts:9:48
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000:      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000:      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: 
➤ YN0000:    7 |
➤ YN0000:    8 | import { Observable }                      from 'rxjs'
➤ YN0000: >  9 | import { throwError }                      from 'rxjs'
➤ YN0000:      |                                                ^
➤ YN0000:   10 | import { catchError }                      from 'rxjs/operators'
➤ YN0000:   11 |
➤ YN0000:   12 | import { KratosRedirectRequiredException } from '../exceptions'
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-kratos/src/interceptors/kratos-redirect.interceptor.ts:10:48
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'rxjs/operators'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000:      zip/node_modules/rxjs/dist/cjs/operators/index.js' implicitly has an 'any'
➤ YN0000:      type.
➤ YN0000:        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000:      (.d.ts) file containing `declare module 'rxjs/operators';`
➤ YN0000: 
➤ YN0000:    8 | import { Observable }                      from 'rxjs'
➤ YN0000:    9 | import { throwError }                      from 'rxjs'
➤ YN0000: > 10 | import { catchError }                      from 'rxjs/operators'
➤ YN0000:      |                                                ^
➤ YN0000:   11 |
➤ YN0000:   12 | import { KratosRedirectRequiredException } from '../exceptions'
➤ YN0000:   13 | import { KratosFlowRequiredException }     from '../exceptions'
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-kratos/src/interceptors/kratos-redirect.interceptor.ts:22:18
➤ YN0000: 
➤ YN0000: TS7006: Parameter 'error' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000:   20 |   intercept(context: ExecutionContext, next: CallHandler):
➤ YN0000: Observable<any> {
➤ YN0000:   21 |     return next.handle().pipe(
➤ YN0000: > 22 |       catchError((error) => {
➤ YN0000:      |                  ^
➤ YN0000:   23 |         if (error.response && [403, 404,
➤ YN0000: 410].includes(error.response.status)) {
➤ YN0000:   24 |           return throwError(new
➤ YN0000: KratosRedirectRequiredException(this.redirectTo))
➤ YN0000:   25 |         } else if (error instanceof KratosFlowRequiredException) {
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-kratos/src/urls/kratos-browser.urls.ts
➤ YN0000: 
➤ YN0000: TS2307: Cannot find module 'path' or its corresponding type declarations.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-kratos/src/urls/kratos-browser.urls.ts
➤ YN0000: 
➤ YN0000: TS7006: Parameter 'root' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-kratos/src/urls/kratos-browser.urls.ts
➤ YN0000: 
➤ YN0000: TS7006: Parameter 'target' implicitly has an 'any' type.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: └ Completed in 2s 578ms
➤ YN0000: Failed with errors in 2s 583ms

Check failure on line 1 in packages/nestjs-logger/package.json

See this annotation in the file changed.

@github-actions github-actions / Release

Error release workspace @atls/nestjs-logger

Exit code 1
Raw output
➤ YN0000: ┌ Library Build
::group::Library Build
➤ YN0000: │ ../.yarn/berry/cache/pino-npm-8.15.0-4faf01bb31-10c0.zip/node_modules/pino/pino.
➤ YN0000: │ d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2307: Cannot find module 'events' or its corresponding type declarations.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/pino-npm-8.15.0-4faf01bb31-10c0.zip/node_modules/pino/pino.
➤ YN0000: │ d.ts
➤ YN0000: │ 
➤ YN0000: │ TS230: Cannot find module 'worker_threads' or its corresponding type
➤ YN0000: │      declarations.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/pino-npm-8.15.0-4faf01bb31-10c0.zip/node_modules/pino/pino.
➤ YN0000: │ d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2503: Cannot find namespace 'NodeJS'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/pino-std-serializers-npm-6.2.2-0e907a1130-10c0.zip/node_mod
➤ YN0000: │ ules/pino-std-serializers/index.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/pino-std-serializers-npm-6.2.2-0e907a1130-10c0.zip/node_mod
➤ YN0000: │ ules/pino-std-serializers/index.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2307: Cannot find module 'http' or its corresponding type declarations.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/sonic-boom-npm-3.8.1-1ea933ec95-10c0.zip/node_modules/sonic
➤ YN0000: │ -boom/types/index.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ ../.yarn/berry/cache/sonic-boom-npm-3.8.1-1ea933ec95-10c0.zip/node_modules/sonic
➤ YN0000: │ -boom/types/index.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2307: Cannot find module 'events' or its corresponding type declarations.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: │ ble-file.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: │ ble-file.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2307: Cannot find module 'stream' or its corresponding type declarations.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: │ -body-request.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: │ -body-request.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
::endgroup::
➤ YN0000: ../.yarn/berry/cache/pino-npm-8.15.0-4faf01bb31-10c0.zip/node_modules/pino/pino.
➤ YN0000: d.ts
➤ YN0000: 
➤ YN0000: TS2307: Cannot find module 'events' or its corresponding type declarations.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/pino-npm-8.15.0-4faf01bb31-10c0.zip/node_modules/pino/pino.
➤ YN0000: d.ts
➤ YN0000: 
➤ YN0000: TS230: Cannot find module 'worker_threads' or its corresponding type
➤ YN0000:      declarations.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/pino-npm-8.15.0-4faf01bb31-10c0.zip/node_modules/pino/pino.
➤ YN0000: d.ts
➤ YN0000: 
➤ YN0000: TS2503: Cannot find namespace 'NodeJS'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/pino-std-serializers-npm-6.2.2-0e907a1130-10c0.zip/node_mod
➤ YN0000: ules/pino-std-serializers/index.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/pino-std-serializers-npm-6.2.2-0e907a1130-10c0.zip/node_mod
➤ YN0000: ules/pino-std-serializers/index.d.ts
➤ YN0000: 
➤ YN0000: TS2307: Cannot find module 'http' or its corresponding type declarations.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/sonic-boom-npm-3.8.1-1ea933ec95-10c0.zip/node_modules/sonic
➤ YN0000: -boom/types/index.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: ../.yarn/berry/cache/sonic-boom-npm-3.8.1-1ea933ec95-10c0.zip/node_modules/sonic
➤ YN0000: -boom/types/index.d.ts
➤ YN0000: 
➤ YN0000: TS2307: Cannot find module 'events' or its corresponding type declarations.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: ble-file.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: ble-file.d.ts
➤ YN0000: 
➤ YN0000: TS2307: Cannot find module 'stream' or its corresponding type declarations.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: -body-request.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: -body-request.interface.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: └ Completed in 2s 415ms
➤ YN0000: Failed with errors in 2s 418ms

Check failure on line 1 in packages/nestjs-signed-url/package.json

See this annotation in the file changed.

@github-actions github-actions / Release

Error release workspace @atlantis-lab/nestjs-signed-url

Exit code 1
Raw output
➤ YN0000: ┌ Library Build
::group::Library Build
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: │ ble-file.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: │ ble-file.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2307: Cannot find module 'stream' or its corresponding type declarations.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/exceptio
➤ YN0000: │ ns/rpc-exception-filter.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000: │      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000: │      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/features
➤ YN0000: │ /can-activate.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000: │      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000: │      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/features
➤ YN0000: │ /nest-interceptor.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000: │      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000: │      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: │ -body-request.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: │ -body-request.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/websocke
➤ YN0000: │ ts/web-socket-adapter.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000: │      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000: │      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/serializer/class-se
➤ YN0000: │ rializer.interceptor.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000: │      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000: │      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-signed-url/src/storage/gcs.storage.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'require'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
::endgroup::
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: ble-file.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: ble-file.d.ts
➤ YN0000: 
➤ YN0000: TS2307: Cannot find module 'stream' or its corresponding type declarations.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/exceptio
➤ YN0000: ns/rpc-exception-filter.interface.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000:      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000:      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/features
➤ YN0000: /can-activate.interface.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000:      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000:      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/features
➤ YN0000: /nest-interceptor.interface.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000:      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000:      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: -body-request.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: -body-request.interface.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/websocke
➤ YN0000: ts/web-socket-adapter.interface.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000:      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000:      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-511d4fa898/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/serializer/class-se
➤ YN0000: rializer.interceptor.d.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module 'rxjs'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/rxjs-npm-7.5.4-1527612cf9-10c0.
➤ YN0000:      zip/node_modules/rxjs/dist/cjs/index.js' implicitly has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/rxjs` if it exists or add a new declaration
➤ YN0000:      (.d.ts) file containing `declare module 'rxjs';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-signed-url/src/storage/gcs.storage.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'require'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: └ Completed in 2s 118ms
➤ YN0000: Failed with errors in 2s 122ms

Check failure on line 1 in packages/nestjs-typeorm-seeding/package.json

See this annotation in the file changed.

@github-actions github-actions / Release

Error release workspace @atls/nestjs-typeorm-seeding

Exit code 1
Raw output
➤ YN0000: ┌ Library Build
::group::Library Build
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: │ ble-file.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: │ ble-file.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2307: Cannot find module 'stream' or its corresponding type declarations.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: │ -body-request.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2688: Cannot find type definition file for 'node'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: │ common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: │ -body-request.interface.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/connection/Connection.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2344: Type 'Entity' does not satisfy the constraint 'ObjectLiteral'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/connection/Connection.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2344: Type 'Entity' does not satisfy the constraint 'ObjectLiteral'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/cockroachdb/CockroachConnect
➤ YN0000: │ ionCredentialsOptions.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2307: Cannot find module 'tls' or its corresponding type declarations.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/MongoConnectionOptio
➤ YN0000: │ ns.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/MongoConnectionOptio
➤ YN0000: │ ns.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/MongoConnectionOptio
➤ YN0000: │ ns.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/MongoConnectionOptio
➤ YN0000: │ ns.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/postgres/PostgresConnectionC
➤ YN0000: │ redentialsOptions.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2307: Cannot find module 'tls' or its corresponding type declarations.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/entity-manager/EntityManager.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2344: Type 'Entity' does not satisfy the constraint 'ObjectLiteral'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/entity-manager/EntityManager.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2344: Type 'Entity' does not satisfy the constraint 'ObjectLiteral'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/globals.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2344: Type 'Entity' does not satisfy the constraint 'ObjectLiteral'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/globals.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2344: Type 'Entity' does not satisfy the constraint 'ObjectLiteral'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/platform/PlatformTools.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2307: Cannot find module 'fs' or its corresponding type declarations.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/platform/PlatformTools.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2307: Cannot find module 'events' or its corresponding type declarations.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/platform/PlatformTools.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2307: Cannot find module 'stream' or its corresponding type declarations.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/platform/PlatformTools.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000: │      node? Try `npm i --save-dev @types/node`.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/repository/AbstractRepository.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2344: Type 'T' does not satisfy the constraint 'ObjectLiteral'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: │ .45-8264084ef9-10c0.zip/node_modules/typeorm/repository/TreeRepository.d.ts
➤ YN0000: │ 
➤ YN0000: │ TS2344: Type 'Entity' does not satisfy the constraint 'ObjectLiteral'.
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-typeorm-seeding/src/index.ts
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module '@atls/typeorm-seeding'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/@atls-typeorm-seeding-npm-0.0.3
➤ YN0000: │      -8dc1d449e3-10c0.zip/node_modules/@atls/typeorm-seeding/dist/index.js'
➤ YN0000: │      implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/atls__typeorm-seeding` if it exists or add a
➤ YN0000: │       new declaration (.d.ts) file containing `declare module
➤ YN0000: │      '@atls/typeorm-seeding';`
➤ YN0000: │ 
➤ YN0000: │ 
➤ YN0000: │ packages/nestjs-typeorm-seeding/src/module/typeorm-seeding.module.ts:1:30
➤ YN0000: │ 
➤ YN0000: │ TS701: Could not find a declaration file for module '@atls/typeorm-seeding'.
➤ YN0000: │      '/home/runner/work/nestjs/.yarn/berry/cache/@atls-typeorm-seeding-npm-0.0.3
➤ YN0000: │      -8dc1d449e3-10c0.zip/node_modules/@atls/typeorm-seeding/dist/index.js'
➤ YN0000: │      implicitly has an 'any' type.
➤ YN0000: │        Try `npm i --save-dev @types/atls__typeorm-seeding` if it exists or add a
➤ YN0000: │       new declaration (.d.ts) file containing `declare module
➤ YN0000: │      '@atls/typeorm-seeding';`
➤ YN0000: │ 
➤ YN0000: │ > 1 | import { SeederFactory } from '@atls/typeorm-seeding'
➤ YN0000: │     |                              ^
➤ YN0000: │   2 | import { DynamicModule } from '@nestjs/common'
➤ YN0000: │   3 | import { Module }        from '@nestjs/common'
➤ YN0000: │   4 |
➤ YN0000: │ 
➤ YN0000: │ 
::endgroup::
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: ble-file.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/file-stream/streama
➤ YN0000: ble-file.d.ts
➤ YN0000: 
➤ YN0000: TS2307: Cannot find module 'stream' or its corresponding type declarations.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: -body-request.interface.d.ts
➤ YN0000: 
➤ YN0000: TS2688: Cannot find type definition file for 'node'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/@nestjs-common-virtual-24b13e916b/2/.yarn/berry/cache/@nestjs-
➤ YN0000: common-patch-f8ca3846b9-10c0.zip/node_modules/@nestjs/common/interfaces/http/raw
➤ YN0000: -body-request.interface.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/connection/Connection.d.ts
➤ YN0000: 
➤ YN0000: TS2344: Type 'Entity' does not satisfy the constraint 'ObjectLiteral'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/connection/Connection.d.ts
➤ YN0000: 
➤ YN0000: TS2344: Type 'Entity' does not satisfy the constraint 'ObjectLiteral'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/cockroachdb/CockroachConnect
➤ YN0000: ionCredentialsOptions.d.ts
➤ YN0000: 
➤ YN0000: TS2307: Cannot find module 'tls' or its corresponding type declarations.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/MongoConnectionOptio
➤ YN0000: ns.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/MongoConnectionOptio
➤ YN0000: ns.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/MongoConnectionOptio
➤ YN0000: ns.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/MongoConnectionOptio
➤ YN0000: ns.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/mongodb/typings.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/driver/postgres/PostgresConnectionC
➤ YN0000: redentialsOptions.d.ts
➤ YN0000: 
➤ YN0000: TS2307: Cannot find module 'tls' or its corresponding type declarations.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/entity-manager/EntityManager.d.ts
➤ YN0000: 
➤ YN0000: TS2344: Type 'Entity' does not satisfy the constraint 'ObjectLiteral'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/entity-manager/EntityManager.d.ts
➤ YN0000: 
➤ YN0000: TS2344: Type 'Entity' does not satisfy the constraint 'ObjectLiteral'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/globals.d.ts
➤ YN0000: 
➤ YN0000: TS2344: Type 'Entity' does not satisfy the constraint 'ObjectLiteral'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/globals.d.ts
➤ YN0000: 
➤ YN0000: TS2344: Type 'Entity' does not satisfy the constraint 'ObjectLiteral'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/platform/PlatformTools.d.ts
➤ YN0000: 
➤ YN0000: TS2307: Cannot find module 'fs' or its corresponding type declarations.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/platform/PlatformTools.d.ts
➤ YN0000: 
➤ YN0000: TS2307: Cannot find module 'events' or its corresponding type declarations.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/platform/PlatformTools.d.ts
➤ YN0000: 
➤ YN0000: TS2307: Cannot find module 'stream' or its corresponding type declarations.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/platform/PlatformTools.d.ts
➤ YN0000: 
➤ YN0000: TS258: Cannot find name 'Buffer'. Do you need to install type definitions for
➤ YN0000:      node? Try `npm i --save-dev @types/node`.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/repository/AbstractRepository.d.ts
➤ YN0000: 
➤ YN0000: TS2344: Type 'T' does not satisfy the constraint 'ObjectLiteral'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: .yarn/__virtual__/typeorm-virtual-b5d59a77cd/2/.yarn/berry/cache/typeorm-npm-0.2
➤ YN0000: .45-8264084ef9-10c0.zip/node_modules/typeorm/repository/TreeRepository.d.ts
➤ YN0000: 
➤ YN0000: TS2344: Type 'Entity' does not satisfy the constraint 'ObjectLiteral'.
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-typeorm-seeding/src/index.ts
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module '@atls/typeorm-seeding'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/@atls-typeorm-seeding-npm-0.0.3
➤ YN0000:      -8dc1d449e3-10c0.zip/node_modules/@atls/typeorm-seeding/dist/index.js'
➤ YN0000:      implicitly has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/atls__typeorm-seeding` if it exists or add a
➤ YN0000:       new declaration (.d.ts) file containing `declare module
➤ YN0000:      '@atls/typeorm-seeding';`
➤ YN0000: 
➤ YN0000: 
➤ YN0000: packages/nestjs-typeorm-seeding/src/module/typeorm-seeding.module.ts:1:30
➤ YN0000: 
➤ YN0000: TS701: Could not find a declaration file for module '@atls/typeorm-seeding'.
➤ YN0000:      '/home/runner/work/nestjs/.yarn/berry/cache/@atls-typeorm-seeding-npm-0.0.3
➤ YN0000:      -8dc1d449e3-10c0.zip/node_modules/@atls/typeorm-seeding/dist/index.js'
➤ YN0000:      implicitly has an 'any' type.
➤ YN0000:        Try `npm i --save-dev @types/atls__typeorm-seeding` if it exists or add a
➤ YN0000:       new declaration (.d.ts) file containing `declare module
➤ YN0000:      '@atls/typeorm-seeding';`
➤ YN0000: 
➤ YN0000: > 1 | import { SeederFactory } from '@atls/typeorm-seeding'
➤ YN0000:     |                              ^
➤ YN0000:   2 | import { DynamicModule } from '@nestjs/common'
➤ YN0000:   3 | import { Module }        from '@nestjs/common'
➤ YN0000:   4 |
➤ YN0000: 
➤ YN0000: 
➤ YN0000: └ Completed in 3s 155ms
➤ YN0000: Failed with errors in 3s 161ms