Skip to content

Commit b662e89

Browse files
committed
add troubleshooting instruction to readme
1 parent 31acc18 commit b662e89

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ Use NPM version `v8.19.2` and please do not mix it with Yarn.
2525
npm run storybook # starts the storybook app so that we can view/test the components in a UI
2626
```
2727
- 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`
2833
## Contributing
2934
<!-- State if you are open to contributions and what your requirements are for accepting them.
3035
-->

0 commit comments

Comments
 (0)