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
I'm trying to install a package using gittio as a commonjs module but the install method causes this error:
[ERROR] dk.napp.social:commonjs no distributable availableevelLifecycles Finishing
/usr/local/lib/node_modules/custom-cli/node_modules/gittio/lib/dist.js:29
if (memo && available[scope] && available[scope][platform] && available[scope][platform][cmp.id]) {
^
TypeError: Cannot read property 'undefined' of undefined
at /usr/local/lib/node_modules/custom-cli/node_modules/gittio/lib/dist.js:29:28
at Array.reduce (native)
at Function._.reduce._.foldl._.inject (/usr/local/lib/node_modules/custom-cli/node_modules/gittio/node_modules/underscore/underscore.js:113:28)
at Object.exports.isInstalled (/usr/local/lib/node_modules/custom-cli/node_modules/gittio/lib/dist.js:18:14)
at /usr/local/lib/node_modules/custom-cli/node_modules/gittio/lib/gittio.js:322:26
at Array.forEach (native)
at Function._.each._.forEach (/usr/local/lib/node_modules/custom-cli/node_modules/gittio/node_modules/underscore/underscore.js:79:11)
at component.lookup.action (/usr/local/lib/node_modules/custom-cli/node_modules/gittio/lib/gittio.js:320:7)
at Request._callback (/usr/local/lib/node_modules/custom-cli/node_modules/gittio/lib/component.js:40:7)
at Request.self.callback (/usr/local/lib/node_modules/custom-cli/node_modules/gittio/node_modules/request/request.js:186:22)
Andreas-MacBook-Pro:magneto Andrea$
The text was updated successfully, but these errors were encountered:
I'm trying to install a package using gittio as a commonjs module but the
install
method causes this error:The text was updated successfully, but these errors were encountered: