You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2025. It is now read-only.
Added require('dgeni-packages/git') to my Dgeni Package and corresponding gulp task as described in example and on run gulp dgeni from my project directory I get TypeError: Cannot read property '1' of null. Dgeni docs build successfully when I comment out require('dgeni-packages/git').
TypeError: Cannot read property '1' of null
at gitRepoInfo (/myprojectdir/node_modules/dgeni-packages/git/services/gitRepoInfo.js:11:17)
at Array.invoke (/myprojectdir/node_modules/di/lib/injector.js:75:15)
at get (/myprojectdir/node_modules/di/lib/injector.js:48:43)
at /myprojectdir/node_modules/di/lib/injector.js:71:14
at Array.map (native)
at Array.invoke (/myprojectdir/node_modules/di/lib/injector.js:70:31)
at get (/myprojectdir/node_modules/di/lib/injector.js:48:43)
at /myprojectdir/node_modules/di/lib/injector.js:71:14
at Array.map (native)
at Array.invoke (/myprojectdir/node_modules/di/lib/injector.js:70:31)