V.Griset
V.Griset

Reputation: 11

ngx-color-picker Dependency

Hi i try to install the ngx-color-picker :

ngx-color-picker --save

But i have this results

    ngx-color-picker --save
[email protected] F:\Users\valentin.griset\IdeaProjects\Previa3-Front
+-- UNMET PEER DEPENDENCY @angular/[email protected]
+-- UNMET PEER DEPENDENCY @angular/[email protected]
+-- UNMET PEER DEPENDENCY @angular/[email protected]
+-- UNMET PEER DEPENDENCY @angular/[email protected]
+-- UNMET PEER DEPENDENCY @angular/[email protected]
+-- UNMET PEER DEPENDENCY @angular/[email protected]
+-- [email protected]
+-- UNMET PEER DEPENDENCY [email protected]
`-- UNMET PEER DEPENDENCY [email protected]

Can you help me ?

Upvotes: 1

Views: 1636

Answers (2)

ngWolf
ngWolf

Reputation: 307

Please use one of the following:

  1. npm install ngx-color-picker --save or
  2. npm i ngx-color-picker --save

Upvotes: 0

KarLito
KarLito

Reputation: 55

you are missing the "npm install".

npm install ngx-color-picker --save

This should work.

Upvotes: 1

Related Questions