Closed adg29 closed 3 years ago
Updating package.json with entry "nodegit": "^0.26.2" fixes failures described at https://github.com/kimmobrunfeldt/git-hours/issues/37 and https://github.com/kimmobrunfeldt/git-hours/issues/43 wherein
"nodegit": "^0.26.2"
node lifecycleScripts/install throws an error such as
node lifecycleScripts/install
node_modules/git-hours/node_modules/promisify-node/utils/args.js:9 var args = func.toString().match(/function\s.*?\(([^)]*)\)/)[1]; ^ TypeError: Cannot read property '1' of null
Thank you very much @adg29 it is working very well for me.
@kimmobrunfeldt is there any chance that you could release a new fixed version?
When will this be merged?
@BobbyBakes now
Updating package.json with entry
"nodegit": "^0.26.2"
fixes failures described at https://github.com/kimmobrunfeldt/git-hours/issues/37 and https://github.com/kimmobrunfeldt/git-hours/issues/43 whereinnode lifecycleScripts/install
throws an error such as