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
Calling ng set defaults.styleExt scss in a project generated by the CLI leads to the exception printed below
The log given by the failure.
Cannot read property 'serialize' of undefined
TypeError: Cannot read property 'serialize' of undefined
at /home/christoph/.nvm/versions/node/v5.11.0/lib/node_modules/angular-cli/models/json-schema/schema-tree.js:238:87
at JsonSerializer.property (/home/christoph/.nvm/versions/node/v5.11.0/lib/node_modules/angular-cli/models/json-schema/serializer.js:100:9)
at _loop_1 (/home/christoph/.nvm/versions/node/v5.11.0/lib/node_modules/angular-cli/models/json-schema/schema-tree.js:238:32)
at /home/christoph/.nvm/versions/node/v5.11.0/lib/node_modules/angular-cli/models/json-schema/schema-tree.js:243:17
at JsonSerializer.object (/home/christoph/.nvm/versions/node/v5.11.0/lib/node_modules/angular-cli/models/json-schema/serializer.js:88:9)
at ObjectSchemaTreeNode.serialize (/home/christoph/.nvm/versions/node/v5.11.0/lib/node_modules/angular-cli/models/json-schema/schema-tree.js:227:20)
at /home/christoph/.nvm/versions/node/v5.11.0/lib/node_modules/angular-cli/models/json-schema/schema-tree.js:234:92
at JsonSerializer.property (/home/christoph/.nvm/versions/node/v5.11.0/lib/node_modules/angular-cli/models/json-schema/serializer.js:100:9)
at _loop_1 (/home/christoph/.nvm/versions/node/v5.11.0/lib/node_modules/angular-cli/models/json-schema/schema-tree.js:234:36)
at /home/christoph/.nvm/versions/node/v5.11.0/lib/node_modules/angular-cli/models/json-schema/schema-tree.js:243:17
at JsonSerializer.object (/home/christoph/.nvm/versions/node/v5.11.0/lib/node_modules/angular-cli/models/json-schema/serializer.js:88:9)
at ObjectSchemaTreeNode.serialize (/home/christoph/.nvm/versions/node/v5.11.0/lib/node_modules/angular-cli/models/json-schema/schema-tree.js:227:20)
at /home/christoph/.nvm/versions/node/v5.11.0/lib/node_modules/angular-cli/models/json-schema/schema-tree.js:296:33
at JsonSerializer.array (/home/christoph/.nvm/versions/node/v5.11.0/lib/node_modules/angular-cli/models/json-schema/serializer.js:107:9)
at ArraySchemaTreeNode.serialize (/home/christoph/.nvm/versions/node/v5.11.0/lib/node_modules/angular-cli/models/json-schema/schema-tree.js:294:20)
at /home/christoph/.nvm/versions/node/v5.11.0/lib/node_modules/angular-cli/models/json-schema/schema-tree.js:234:92
at JsonSerializer.property (/home/christoph/.nvm/versions/node/v5.11.0/lib/node_modules/angular-cli/models/json-schema/serializer.js:100:9)
at _loop_1 (/home/christoph/.nvm/versions/node/v5.11.0/lib/node_modules/angular-cli/models/json-schema/schema-tree.js:234:36)
at /home/christoph/.nvm/versions/node/v5.11.0/lib/node_modules/angular-cli/models/json-schema/schema-tree.js:243:17
at JsonSerializer.object (/home/christoph/.nvm/versions/node/v5.11.0/lib/node_modules/angular-cli/models/json-schema/serializer.js:88:9)
at RootSchemaTreeNode.ObjectSchemaTreeNode.serialize (/home/christoph/.nvm/versions/node/v5.11.0/lib/node_modules/angular-cli/models/json-schema/schema-tree.js:227:
Mention any other details that might be useful.
Thanks! We'll be in touch soon.
The text was updated successfully, but these errors were encountered:
OS?
Versions.
Repro steps.
The log given by the failure.
The text was updated successfully, but these errors were encountered: