grafana / grafana-plugin-examples

181 stars 52 forks source link

Docs: Replace usage of yarn in readmes #243

Closed jackw closed 7 months ago

jackw commented 8 months ago

This PR replaces all usage of yarn in favour of npm across all readmes. It also adds an admonition to the root readme explaining the examples use NPM and that we don't offer to support using them with alternative package managers.

fixes: #237

jackw commented 7 months ago

Looks good! 😄

With a follow-up PR we can also remove this code block in update-grafana-version.sh:

https://github.com/grafana/grafana-plugin-examples/blob/b263aee20dd8470e8de839c3a862ed7fe9c6231d/scripts/update-grafana-version.sh#L65-L73

@xnyo I think I covered that in https://github.com/grafana/grafana-plugin-examples/pull/243/commits/2365dc190937e7ceb3634ec4303680d3d4c5e323? Let me know if I missed something.