angular / angular-cli

CLI tool for Angular
https://cli.angular.io
MIT License
26.72k stars 11.98k forks source link

Cannot read property 'glob' of null #5580

Closed manoz2000 closed 7 years ago

manoz2000 commented 7 years ago

C:\xampp\htdocs\hello-angular>ng serve Cannot read property 'glob' of null TypeError: Cannot read property 'glob' of null at ObjectSchemaTreeNode._set (C:\xampp\htdocs\hello-angular\node_modules\@ng tools\json-schema\src\schema-tree.js:224:131) at new ObjectSchemaTreeNode (C:\xampp\htdocs\hello-angular\node_modules\@ngt ools\json-schema\src\schema-tree.js:209:14) at OneOfSchemaTreeNode._createChildProperty (C:\xampp\htdocs\hello-angular\n ode_modules\@ngtools\json-schema\src\schema-tree.js:148:26) at OneOfSchemaTreeNode._typesPrototype.schema.oneOf.map (C:\xampp\htdocs\hel lo-angular\node_modules\@ngtools\json-schema\src\schema-tree.js:161:25) at Array.map (native) at OneOfSchemaTreeNode (C:\xampp\htdocs\hello-angular\node_modules\@ngtools\ json-schema\src\schema-tree.js:160:48) at ArraySchemaTreeNode._createChildProperty (C:\xampp\htdocs\hello-angular\n ode_modules\@ngtools\json-schema\src\schema-tree.js:148:26) at ArraySchemaTreeNode._set (C:\xampp\htdocs\hello-angular\node_modules\@ngt ools\json-schema\src\schema-tree.js:286:39) at new ArraySchemaTreeNode (C:\xampp\htdocs\hello-angular\node_modules\@ngto ols\json-schema\src\schema-tree.js:267:14) at ObjectSchemaTreeNode._createChildProperty (C:\xampp\htdocs\hello-angular\ node_modules\@ngtools\json-schema\src\schema-tree.js:148:26)

Its duplicate of

5231

4919

4889

4207

still not solve the issue

filipesilva commented 7 years ago

Dupe of https://github.com/angular/angular-cli/issues/4207, fixed in https://github.com/angular/angular-cli/pull/5523, out next release.

Malouke commented 7 years ago

filipesilva can i ask you question please ????

balr404 commented 7 years ago

I have tried the following option to resolve the issue Steps to resolve the issue

$ pwd it shows —> /Users/YourName / That is your Home path/ Execute the below command to display the hidden files

$ defaults write com.apple.Finder AppleShowAllFiles true $ killall Finder After executing the above command you will see the hidden files. if “.angular-cli.json” file exist under “/Users/yourname” (i.e Home Path) then remove “.angular-cli.json” file.

then navigate to your application path and try execute ‘ng’ command.

kirillgroshkov commented 7 years ago

Still doesn't work for me!

angular-automatic-lock-bot[bot] commented 5 years ago

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.