After attempting to create a new Angular project using ng new angular-6-boilerplate
, I encountered an issue with the latest version of angular-cli. Despite using the terminal for Windows to set up my project, an error occurred:
The input for the schematic does not validate against the Schema: {"name":"angular-6-boilerplate","version":"6.1.2","newProjectRoot":"projects","skipInstall":false,"linkCli":false,"skipGit":false,"commit":null} Errors:
The data path ".name" should match the format "html-selector".
What could be causing this error?