Mohammad Waseem
Mohammad Waseem

Reputation: 21

ERROR in The target entry-point "angular-in-memory-web-api" has missing dependencies: - @angular/http

iam trying to run i already installed but it showing ERROR in The target entry-point "angular-in-memory-web-api" has missing dependencies:

Upvotes: 2

Views: 676

Answers (1)

mboro
mboro

Reputation: 11

Simply run this command:

npm install @angular/http --legacy-peer-deps

Upvotes: 1

Related Questions