diff --git a/docs/src/content/docs/installation.mdx b/docs/src/content/docs/installation.mdx
index b6053fe05..4b11d9de7 100644
--- a/docs/src/content/docs/installation.mdx
+++ b/docs/src/content/docs/installation.mdx
@@ -14,10 +14,10 @@ The `@icp-sdk/core` is a single, unified package that contains all the modules y
   
     
 
-    You might need to install the peer dependencies of `@icp-sdk/core` manually:
+    You might need to install the _exact version_ of the peer dependencies of `@icp-sdk/core` manually:
     
   
   
@@ -28,6 +28,8 @@ The `@icp-sdk/core` is a single, unified package that contains all the modules y
   
 
 
+> In case you are getting errors with the `@dfinity/*` peer dependencies, make sure you clean the `node_modules` folder and reinstall the dependencies. Each version of `@icp-sdk/core` requires an exact version of the `@dfinity/*` peer dependencies.
+
 ## CDN
 
 We do not recommend using the CDN distribution of the `@icp-sdk/core` package for **production** applications.