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
I am having issues using the module with Vue+Quasar+Vite.
If I try importing the module with: import { DCRFPlugin } from 'plugins/djangochannelsrestframework'
I get the following error:
has-flag.js:30 Uncaught TypeError: Cannot read properties of undefined (reading 'indexOf')
at module.exports (has-flag.js:30:28)
at node_modules/@colors/colors/lib/system/supports-colors.js (supports-colors.js:34:5)
at __require (chunk-OL3AADLO.js?v=55207a85:9:50)
at node_modules/@colors/colors/lib/colors.js (colors.js:41:24)
at __require (chunk-OL3AADLO.js?v=55207a85:9:50)
at node_modules/@colors/colors/safe.js (safe.js:9:14)
at __require (chunk-OL3AADLO.js?v=55207a85:9:50)
at node_modules/logform/dist/colorize.js (colorize.js:9:14)
at __require (chunk-OL3AADLO.js?v=55207a85:9:50)
at node_modules/logform/dist/levels.js (levels.js:3:16)
module.exports @ has-flag.js:30
node_modules/@colors/colors/lib/system/supports-colors.js @ supports-colors.js:34
__require @ chunk-OL3AADLO.js?v=55207a85:9
node_modules/@colors/colors/lib/colors.js @ colors.js:41
__require @ chunk-OL3AADLO.js?v=55207a85:9
node_modules/@colors/colors/safe.js @ safe.js:9
__require @ chunk-OL3AADLO.js?v=55207a85:9
node_modules/logform/dist/colorize.js @ colorize.js:9
__require @ chunk-OL3AADLO.js?v=55207a85:9
node_modules/logform/dist/levels.js @ levels.js:3
__require @ chunk-OL3AADLO.js?v=55207a85:9
node_modules/logform/dist/browser.js @ browser.js:17
__require @ chunk-OL3AADLO.js?v=55207a85:9
node_modules/winston/dist/winston.js @ winston.js:9
__require @ chunk-OL3AADLO.js?v=55207a85:9
node_modules/dcrf-client/lib/logging.js @ logging.js:4
__require @ chunk-OL3AADLO.js?v=55207a85:9
node_modules/dcrf-client/lib/index.js @ index.js:35
__require @ chunk-OL3AADLO.js?v=55207a85:9
(anonymous) @ dep:dcrf-client:1
Any idea what this could be and how to solve it? It seems to be related to the logging functionality and winston. I am using yarn for package management.
The text was updated successfully, but these errors were encountered:
I am having issues using the module with Vue+Quasar+Vite.
If I try importing the module with:
import { DCRFPlugin } from 'plugins/djangochannelsrestframework'
I get the following error:
The project uses there dependencies:
Any idea what this could be and how to solve it? It seems to be related to the logging functionality and winston. I am using yarn for package management.
The text was updated successfully, but these errors were encountered: