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 'forEach' of undefined
at unique (/home/brian/.nvm/versions/node/v16.4.0/lib/node_modules/webgme-cli/src/utils.js:200:11)
at /home/brian/.nvm/versions/node/v16.4.0/lib/node_modules/webgme-cli/src/utils.js:222:20
at Array.map (<anonymous>)
at /home/brian/.nvm/versions/node/v16.4.0/lib/node_modules/webgme-cli/src/utils.js:219:35
at Array.forEach (<anonymous>)
at getWebGMEConfigContent (/home/brian/.nvm/versions/node/v16.4.0/lib/node_modules/webgme-cli/src/utils.js:218:38)
at Object.updateWebGMEConfig (/home/brian/.nvm/versions/node/v16.4.0/lib/node_modules/webgme-cli/src/utils.js:138:19)
at /home/brian/.nvm/versions/node/v16.4.0/lib/node_modules/webgme-cli/src/ComponentManager.js:176:15
at /home/brian/.nvm/versions/node/v16.4.0/lib/node_modules/webgme-cli/src/ComponentManager.js:211:16
at PluginManager.ComponentManager._getPathFromDependency (/home/brian/.nvm/versions/node/v16.4.0/lib/node_modules/webgme-cli/src/ComponentManager.js:228:12)
This appears to happen when we are importing a component into a project that does not have some component section, such as decorators.
The text was updated successfully, but these errors were encountered:
This appears to happen when we are importing a component into a project that does not have some component section, such as
decorators
.The text was updated successfully, but these errors were encountered: