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
TypeError: Cannot read property 'count' of undefined
at /usr/lib/node_modules/decking/lib/cluster.js:97:38
at arrayMap (/usr/lib/node_modules/decking/node_modules/lodash/index.js:1406:25)
at Function.map (/usr/lib/node_modules/decking/node_modules/lodash/index.js:6710:14)
at Cluster.addNodes (/usr/lib/node_modules/decking/lib/cluster.js:95:15)
at Cluster.resolveContainers (/usr/lib/node_modules/decking/lib/cluster.js:88:24)
at Decking.create (/usr/lib/node_modules/decking/lib/decking.js:394:18)
at Decking._run (/usr/lib/node_modules/decking/lib/decking.js:377:19)
at Decking.commands.create (/usr/lib/node_modules/decking/lib/decking.js:137:17)
at Decking.execute (/usr/lib/node_modules/decking/lib/decking.js:92:13)
at Immediate._onImmediate (/usr/lib/node_modules/decking/bin/decking:25:20)
Basically t100_1 needs t100_2, which needs t100_3. Is this a supported scenario?
The text was updated successfully, but these errors were encountered:
With the following dependencies file, decking crashes:
The error is:
Basically t100_1 needs t100_2, which needs t100_3. Is this a supported scenario?
The text was updated successfully, but these errors were encountered: