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
Looks like the header in templates.json is null for ISC, and looks like the code tries to access an attribute on that null header at some point
/Users/sean/npm/lib/node_modules/lice-js/licenseTemplate.js:42
body: bodyHeader.body,
^
TypeError: Cannot read property 'body' of undefined
at new newTemplate (/Users/sean/npm/lib/node_modules/lice-js/licenseTemplate.js:42:19)
at Object.createLicense (/Users/sean/npm/lib/node_modules/lice-js/lice.js:20:25)
at /Users/sean/npm/lib/node_modules/lice-js/bin/cli.js:99:20
at /Users/sean/npm/lib/node_modules/lice-js/node_modules/async/lib/async.js:551:21
at /Users/sean/npm/lib/node_modules/lice-js/node_modules/async/lib/async.js:227:13
at iterate (/Users/sean/npm/lib/node_modules/lice-js/node_modules/async/lib/async.js:134:13)
at /Users/sean/npm/lib/node_modules/lice-js/node_modules/async/lib/async.js:145:25
at /Users/sean/npm/lib/node_modules/lice-js/node_modules/async/lib/async.js:229:17
at /Users/sean/npm/lib/node_modules/lice-js/node_modules/async/lib/async.js:556:34
at async.series.cleanUpArgs.year (/Users/sean/npm/lib/node_modules/lice-js/bin/cli.js:83:19)
The text was updated successfully, but these errors were encountered:
Looks like the header in
templates.json
is null for ISC, and looks like the code tries to access an attribute on that null header at some pointThe text was updated successfully, but these errors were encountered: