Aleksei Prokhorov

Results 127 comments of Aleksei Prokhorov

When it's installed globally it should be available in a shell if npm is configured properly. But the best way is to use it through npx, you can find the...

It's a default node.js behavior and I thought is hould be obvious, but maybe your're right and it does make sense to add a few words about that. Also, I...

It looks like the electron-mocha supports require a generic module in the main process. I think that's the best way to configure the logging level for tests.

> You're referring to electron-mocha's --require-main argument to add some electron-log configuration code to the mocha tests Yes

Could you show your logger initialization code?

> I'm wary of this change as I'm assuming the owner/author of this project had a reason for not having hard links always disabled. For your local project, why not...

Maybe it makes sense to disable hardlinking on the Linux build only since there is no such issue on macOS build?