Linked Questions

134 votes
12 answers
572k views

I tried to update the angular CLI following this, but now I can't run my app. When I try to run the command ng serve, it gives me this error: Could not find the implementation for builder @angular-...
41 votes
17 answers
133k views

hello guys I have this next error when I try run my App from the terminal(linux), when I run this command: ng serve and I get this error in my terminal: AppBlog/blog# ng serve An unhandled ...
simon's user avatar
  • 632
18 votes
16 answers
204k views

Using npm, I followed the getting started directions on the Angular CLI quick start page. Angular CLI Quickstart Running ng serve --open after creating and going into my new project "frontend" gave ...
4 votes
4 answers
23k views

I was trying to install ngb-tabset, and I got some error on angular-core, which accordingly I ran: npm install -S @angular/material @angular/cdk @angular/animations npm uninstall @angular/core npm ...
Techdive's user avatar
  • 1,053
5 votes
5 answers
21k views

I just installed Angular 8. When I try to run a project with "ng serve --open" it gives me the following error: Could not find the implementation for builder @angular-devkit/build-angular:dev-server ...
Japhet's user avatar
  • 161
6 votes
4 answers
34k views

After running npm install then npm update I got this error when using ng serve: Could not find module "@angular-devkit/build-angular" from "C:\\Users\\Matt\\Coding\\chart". Error: Could not find ...
coder's user avatar
  • 357
10 votes
1 answer
12k views

I have just setup the Ionic 4 project and with that Angular 7 version is there but I want to update the Angular 7 version to 8 and I am running the following cmd but showing the error. Commands That I ...
0 votes
4 answers
25k views

I know this question already has an answer here, however none of the answers fixed it for me, I still get that stack trace : Could not find module "@angular-devkit/build-angular" from "F:\\Documents\\...
3 votes
1 answer
34k views

I'm trying to deploy my app to heroku. Heroku local web works completely fine. I've tried adding npm i @angular-devkit/build-angular but it doesn't help and I also couldn't find anything similar on ...
0 votes
1 answer
134 views

Im trying to start my angular project but for some reason every time I try to start it it gives me this error when i try to start the project via npm start on VScode in the terminal > [email protected] ...
Dunmol's user avatar
  • 41
402 votes
9 answers
692k views

For example, when I install Angular2: npm install --save angular2 [email protected] /Users/doug/Projects/dougludlow/temp ├── [email protected] ├── UNMET PEER DEPENDENCY es6-promise@^3.0.2 ├── UNMET ...
62 votes
6 answers
78k views

I just migrated my project from angular v5.x to v6.x and now when I try to start it with ng serve I'm getting: Cannot find module 'webpack' Error: Cannot find module 'webpack' at Function.Module.......
53 votes
2 answers
112k views

What exactly is the node_modules folder and what is it for? I know when we download any library with npm, the library goes to folder node_modules. I also know that, when we are going to upload it (to ...
23 votes
2 answers
18k views

Error Could not find the implementation for builder @angular-devkit/build-angular:dev-server ng serve Could not find the implementation for builder @angular-devkit/build-angular:dev-...
afeef's user avatar
  • 4,754
8 votes
2 answers
16k views

So, I've broken my local installation after install moment plugin. This Momento plugin After this installation, when I put command ng serve to running project, the return by the console is: Cannot ...

15 30 50 per page
1
2 3