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
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)
The text was updated successfully, but these errors were encountered:
fails to parse the repository.url field in your package.json. For example if the field is missing or it is formatted for SSH like [email protected]:angular/angular.js.git.
Added
require('dgeni-packages/git')
to my Dgeni Package and corresponding gulp task as described in example and on rungulp dgeni
from my project directory I getTypeError: Cannot read property '1' of null
. Dgeni docs build successfully when I comment outrequire('dgeni-packages/git')
.The text was updated successfully, but these errors were encountered: