You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yarn run v1.22.21
$ graphql-codegen --config src/lib/index.ts
TypeError: _winston.default.transports.Console is not a constructor
at /Users/jamessterling/Source/crm/libs/shared/logger/src/lib/logger.ts:15:16
at evalModule (/Users/jamessterling/Source/crm/node_modules/jiti/dist/jiti.js:1:256443)
at jiti (/Users/jamessterling/Source/crm/node_modules/jiti/dist/jiti.js:1:254371)
at /Users/jamessterling/Source/crm/libs/shared/logger/src/index.ts:6:15
at evalModule (/Users/jamessterling/Source/crm/node_modules/jiti/dist/jiti.js:1:256443)
at jiti (/Users/jamessterling/Source/crm/node_modules/jiti/dist/jiti.js:1:254371)
at /Users/jamessterling/Source/crm/libs/server/db/internal/src/lib/setupCrm.ts:16:21
at evalModule (/Users/jamessterling/Source/crm/node_modules/jiti/dist/jiti.js:1:256443)
at jiti (/Users/jamessterling/Source/crm/node_modules/jiti/dist/jiti.js:1:254371)
at /Users/jamessterling/Source/crm/libs/server/db/internal/src/index.ts:30:17 {
filepath: '/Users/jamessterling/Source/crm/libs/server/graphql/codegen/src/lib/index.ts'
}
error Command failed with exit code 1.
@jamespsterling Ran into the same issue with cosmiconfig TypescriptLoader which is using jiti. As a workaround I found the following import for transports to be working with winston 3.13.0.
🔎 Search Terms
console, _winston.default.transports.Console, is not a constructor
The problem
When compiling with
graphql-codegen
(viajiti
),transports: defaultLogger.transports
is an empty array.Adding a fallback solves my issue,
What version of Winston presents the issue?
v3.12.0
What version of Node are you using?
v20.10.0
If this worked in a previous version of Winston, which was it?
No response
Minimum Working Example
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: