Description
Bug Report or Feature Request (mark with an x
)
- [ ] bug report -> please search issues before submitting
- [ ] feature request
Versions.
ng --version
@angular/cli: 1.0.0-rc.2
node: 6.10.0
os: darwin x64
npm -v
3.10.10
MacOs = Sierra
Repro steps.
If I execute ng new as root/administrator then I get this error.
If I don't execute ng new as root then the project is created successfully, but I get this error while executing ng build and ng serve --open.
The log given by the failure.
Nidhis-MacBook-Pro:hello nidhisakhala08$ ng serve --open
Cannot read property 'glob' of null
TypeError: Cannot read property 'glob' of null
at ObjectSchemaTreeNode._set (/Users/nidhisakhala08/Desktop/hello/node_modules/@ngtools/json-schema/src/schema-tree.js:224:131)
at new ObjectSchemaTreeNode (/Users/nidhisakhala08/Desktop/hello/node_modules/@ngtools/json-schema/src/schema-tree.js:209:14)
at OneOfSchemaTreeNode._createChildProperty (/Users/nidhisakhala08/Desktop/hello/node_modules/@ngtools/json-schema/src/schema-tree.js:148:26)
at OneOfSchemaTreeNode._typesPrototype.schema.oneOf.map (/Users/nidhisakhala08/Desktop/hello/node_modules/@ngtools/json-schema/src/schema-tree.js:161:25)
at Array.map (native)
at OneOfSchemaTreeNode (/Users/nidhisakhala08/Desktop/hello/node_modules/@ngtools/json-schema/src/schema-tree.js:160:48)
at ArraySchemaTreeNode._createChildProperty (/Users/nidhisakhala08/Desktop/hello/node_modules/@ngtools/json-schema/src/schema-tree.js:148:26)
at ArraySchemaTreeNode._set (/Users/nidhisakhala08/Desktop/hello/node_modules/@ngtools/json-schema/src/schema-tree.js:286:39)
at new ArraySchemaTreeNode (/Users/nidhisakhala08/Desktop/hello/node_modules/@ngtools/json-schema/src/schema-tree.js:267:14)
at ObjectSchemaTreeNode._createChildProperty (/Users/nidhisakhala08/Desktop/hello/node_modules/@ngtools/json-schema/src/schema-tree.js:148:26)
Desired functionality.
Mention any other details that might be useful.
I read multiple issues related to this problem but they are on Ubuntu so I am posting this as a new issue.