-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
I'm having "fun" getting this package to initially load
// App.js
const branch = require('git-branch');
console.log('gitBranch', branch);TypeError: util.promisify is not a function
(anonymous function)
3 | const fs = require('fs');
4 | const util = require('util');
5 | const find = require('findup-sync');
> 6 | const readFile = util.promisify(fs.readFile);tested with:
node v8.11.4 and v.9.3.0
Metadata
Metadata
Assignees
Labels
No labels