Reputation: 11
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
Reputation: 307
Please use one of the following:
Upvotes: 0
Reputation: 55
you are missing the "npm install".
npm install ngx-color-picker --save
This should work.
Upvotes: 1