-
What Grafana version and what operating system are you using? Grafana main version in GitHub
-
What are you trying to achieve? Run project locally for the first time
-
How are you trying to achieve it? Following the Developer Guide
-
What happened?
I’m just starting with Grafana from source. I cloned the GitHub repository following the steps in the developer guide, but when running yarn start
, I get these messages, and the script fails. Are there any additional steps beyond those described in the guide that need to be followed?
-
What did you expect to happen? Success in all proccess
-
Can you copy/paste the configuration(s) that you are having problems with?
Package.json, I’m having problems with start script -
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
YN0002: │ @grafana-plugins/grafana-postgresql-datasource@workspace:public/app/plugins/datasource/grafana-postgresql-datasource doesn't provide react-dom (pdd2fa), requested by @grafana/plugin-ui and other dependencies.
➤ YN0002: │ @grafana-plugins/mssql@workspace:public/app/plugins/datasource/mssql doesn't provide react-dom (pfb198), requested by @grafana/plugin-ui and other dependencies.
➤ YN0002: │ @grafana-plugins/mysql@workspace:public/app/plugins/datasource/mysql doesn't provide react-dom (pab173), requested by @grafana/plugin-ui and other dependencies.
➤ YN0002: │ @grafana/eslint-plugin@workspace:packages/grafana-eslint-rules doesn't provide typescript (pd8d33), requested by @typescript-eslint/utils.
➤ YN0002: │ @grafana/flamegraph@workspace:packages/grafana-flamegraph doesn't provide react-dom (p0bf7f), requested by @testing-library/react and other dependencies.
➤ YN0002: │ @grafana/o11y-ds-frontend@workspace:packages/grafana-o11y-ds-frontend doesn't provide react-dom (p13635), requested by @grafana/plugin-ui and other dependencies.
➤ YN0002: │ @grafana/prometheus@workspace:packages/grafana-prometheus [655a6] doesn't provide @testing-library/dom (p9a3ab), requested by @testing-library/react and other dependencies.
➤ YN0002: │ @grafana/prometheus@workspace:packages/grafana-prometheus doesn't provide @testing-library/dom (pe123d), requested by @testing-library/react and other dependencies.
➤ YN0002: │ grafana@workspace:. doesn't provide jspdf (p91d71), requested by @siedlerchr/types-ol-ext.
- Did you follow any online instructions? If so, what is the URL? I checked on issues and community but I don’t find nothing more specific of my case