SyntaxError: Invalid flags supplied to RegExp constructor 'x'
olalonde opened this issue · 1 comments
olalonde commented
I'm getting this error when simply requiring git...
SyntaxError: Invalid flags supplied to RegExp constructor 'x'
at new RegExp (<anonymous>)
at Object.<anonymous> (/.../node_modules/git/lib/git/mime/mime_types.js:1245:1)
var git = require('git');
node 0.10.7 on OS X