Top "Angular-cli-v6" questions

Angular CLI Version 6 – Hamilton

Could not find module "@angular-devkit/build-angular"

After updating to Angular 6.0.1, I get the following error on ng serve: Could not find module "@angular-devkit/build-angular" from "/home/…

angular angular-cli angular6 angular-cli-v6
Angular 6+ How to change default port 4200

This question is specific to version 6 of Angular, not earlier, since .angular-cli.json file had been replaced by angular.json …

angular port angular-cli-v6
@types/googlemaps/index.d.ts' is not a module

I want to use the Google Maps API with my Angular project, so I used these two commands to install …

angular typescript angular-cli angular-cli-v6
Your global Angular CLI version (6.0.8) is greater than your local version (1.0.2)

C:\dev\myApp> ng serve -o Your global Angular CLI version (6.0.8) is greater than your local version (1.0.2). The local …

node.js angular angular-cli angular6 angular-cli-v6
ENOENT: no such file or directory for node_modules\jquery\dist\jquery.min.js'

I am not sure what I am doing wrong: I am following the tutorial here, but I keep getting the …

angularjs visual-studio-code angular-cli angular-cli-v6
How to Create a specific version of Angular Project using CLI?

My npm version is 5.5.1 and angular cli version is 6.2.1. When I try to create a new project using the command …

angular npm angular-cli angular-cli-v6
How to decrease size of vendor.js in angular 2,4,6,7,8,9,10?

Angular CLI creates vendor.js and I don't know Why and What is the use of it?? Size of this …

javascript angular angular-cli angular-cli-v6
Angular CLI 6: Where to put library dependencies

I'm converting a library (ng-app-state) to use the angular cli, now that v6 supports libraries (yay!). After scaffolding and copying …

angular-cli angular-cli-v6
How do I turn off source maps for Angular 6 ng test?

I am trying to turn off sourcemaps for my tests in Angular 6. I know the sourcemaps switch has been removed, …

angular angular6 angular-cli angular-cli-v6 angular-test
[Angular-CLI-6]Could not determine single project for 'Serve' target

I have updated my angular-cli with the help of ng update @angular/cli command. After that, I have got an …

angular angular5 angular-cli angular6 angular-cli-v6