-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot set property 'isLevelEnabled' of undefined #62
Comments
If you want to fix this issue you can add to your project's dependencies: "dependencies": {
"winston": "^0.7.1",
} Or do a |
Hi aledefreitas , Many thanks for the solution but we decided to build our own solution based on node.js . Regards, |
I have lost couple hours with this, I think a < 3.0 will be great on the dependencies |
I think it would be wise to use other open source "queue" solution as this solution seems to be outdated . |
@DavidRadan Actually, we have used this project for three years, it is so stable that we even no need to maintain. And it is not only a kind of "queue" solution, it enables you to do every thing distributed because of Gearman's protocol. |
super, thanks |
@DavidRadan thank you for solution to : nooby w evaluation of gearmanode and winston that failed outta box on strange winston fails to init or construct class instance. |
Sorry your solution is not working with winston anymore with newer nodejs. Is there any development? |
Succes in Node.js v18.12.1 |
[email protected] is too old..... |
Hi There,
It seems that this repository doesn't work anymore because of the "winston" plugin which has been changed , It could be great if you could fix these issues , at least update this plugin so that the plugin will be useful again.
Tested with latest node 10.6.0 .
Thanks in advanced .
[winston] Attempt to write logs with no transports %j
logger.js:202
Object {level: "info", message: "GearmaNode %s, running on Node.js %s [%s %s], with…", Symbol(level): "info", Symbol(splat): Array(5)}
logger.js:202
TypeError: Cannot set property 'isLevelEnabled' of undefined
gearmanode.js:41
at Object. (c:(!) Projects2018\GearmanNode\node_modules\gearmanode\lib\gearmanode.js:41:41)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
at Module.load (internal/modules/cjs/loader.js:599:32)
at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
at Function.Module._load (internal/modules/cjs/loader.js:530:3)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Object. (c:(!) Projects2018\GearmanNode\Client.js:1:81)
at Module._compile (internal/modules/cjs/loader.js:686:14)
The text was updated successfully, but these errors were encountered: