We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31acc18 commit b662e89Copy full SHA for b662e89
README.md
@@ -25,6 +25,11 @@ Use NPM version `v8.19.2` and please do not mix it with Yarn.
25
npm run storybook # starts the storybook app so that we can view/test the components in a UI
26
```
27
- A new browser tab will automatically open to "http://localhost:6006/"
28
+
29
+#### Troubleshooting
30
+- If you see the following when starting the app:
31
+ - `Error: error:0308010C:digital envelope routines::unsupported`
32
+ - set the following env variable in your local shell: `export NODE_OPTIONS=--openssl-legacy-provider`
33
## Contributing
34
<!-- State if you are open to contributions and what your requirements are for accepting them.
35
-->
0 commit comments