You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: fix docker commands and add extra error troubleshooting information
* Fixed: Docker command should not automatically remove the container on exit
* Added: Other helpful docker commands
* Added: ssl error fix during yarn build
* Fixed: API key link goes to API section of console
* Added: Directions to reset time for 5 minute window
Copy file name to clipboardExpand all lines: README.md
+18-3Lines changed: 18 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,12 @@ A data source backend plugin consists of both frontend and backend components.
56
56
yarn build
57
57
```
58
58
59
+
***Yarn Error**: If yarn throws `opensslErrorStack`, export this value in the terminal and build yarn again:
60
+
61
+
```bash
62
+
export NODE_OPTIONS=--openssl-legacy-provider
63
+
```
64
+
59
65
### Backend
60
66
61
67
1. Update [Grafana plugin SDK for Go](https://grafana.com/docs/grafana/latest/developers/plugins/backend/grafana-plugin-sdk-for-go/) dependency to the latest minor version:
@@ -82,14 +88,21 @@ A data source backend plugin consists of both frontend and backend components.
0 commit comments