Start a new topic
Answered

unmet peer dependency kinvey-js-sdk@3.5.0

Hello,

I have this problem with kinvey, whenever I install a package with npm install it shows 

 

unmet peer dependency kinvey-js-sdk@3.5.0

 Is there something I should do ? 


Thanks,

Screenshot.PNG
(3.82 KB)

Best Answer
Braiek,

The automatic install of peer dependencies was explicitly removed with npm 3. Now npm no longer installs peer dependencies so you need to install them manually, just do an npm install on the needed deps, and then try to install the main one again.

 

Thanks,

Pranav

Kinvey

1 Comment

Answer
Braiek,

The automatic install of peer dependencies was explicitly removed with npm 3. Now npm no longer installs peer dependencies so you need to install them manually, just do an npm install on the needed deps, and then try to install the main one again.

 

Thanks,

Pranav

Kinvey

Login or Signup to post a comment