@nova-design-system/nova-base 3.6.0 → 3.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -16,6 +16,12 @@ The Nova Components Base package provides essential tokens and precompiled CSS f
16
16
  npm install @nova-design-system/nova-base
17
17
  ```
18
18
 
19
+ > In some case, you might experience SSL certificate issues when working on Developers' VM. As documented in the [Developers' setup guide](https://wiki.eliagroup.eu/spaces/EAing/pages/89296007/2.3.3.10+Developer+Setup#id-2.3.3.10DeveloperSetup-NPMconfig), you need to turn off the SSL certificate verification:
20
+
21
+ ```bash
22
+ npm config set strict-ssl false
23
+ ```
24
+
19
25
  ## Usage
20
26
 
21
27
  ### Include Tokens CSS