mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
docs: update nodejs required version (#71469)
* docs: update nodejs required version * docs: update nodejs version in plugin tutorials * docs: update to LTS guidance
This commit is contained in:
parent
adc7f65453
commit
3a45f02ef3
@ -31,7 +31,7 @@ In this tutorial, you'll:
|
|||||||
- Grafana 7.0
|
- Grafana 7.0
|
||||||
- Go ([Version](https://github.com/grafana/plugin-tools/blob/main/packages/create-plugin/templates/backend/go.mod#L3))
|
- Go ([Version](https://github.com/grafana/plugin-tools/blob/main/packages/create-plugin/templates/backend/go.mod#L3))
|
||||||
- [Mage](https://magefile.org/)
|
- [Mage](https://magefile.org/)
|
||||||
- NodeJS ([Version](https://github.com/grafana/plugin-tools/blob/main/packages/create-plugin/templates/common/package.json#L66))
|
- [LTS](https://nodejs.dev/en/about/releases/) version of Node.js
|
||||||
- yarn
|
- yarn
|
||||||
{{% /class %}}
|
{{% /class %}}
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ In this tutorial, you'll:
|
|||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
- Grafana >=7.0
|
- Grafana >=7.0
|
||||||
- NodeJS >=14
|
- [LTS](https://nodejs.dev/en/about/releases/) version of Node.js
|
||||||
- yarn
|
- yarn
|
||||||
{{% /class %}}
|
{{% /class %}}
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ In this tutorial, you'll:
|
|||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
- Grafana 7.0
|
- Grafana 7.0
|
||||||
- NodeJS 12.x
|
- [LTS](https://nodejs.dev/en/about/releases/) version of Node.js
|
||||||
- yarn
|
- yarn
|
||||||
{{% /class %}}
|
{{% /class %}}
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ For more information about panels, refer to the documentation on [Panels](/docs/
|
|||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
- Grafana >=7.0
|
- Grafana >=7.0
|
||||||
- NodeJS >=14
|
- [LTS](https://nodejs.dev/en/about/releases/) version of Node.js
|
||||||
- yarn
|
- yarn
|
||||||
{{% /class %}}
|
{{% /class %}}
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Data source and panel plugins will show up like normal plugins. The app pages wi
|
|||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
- Grafana 7.0
|
- Grafana 7.0
|
||||||
- NodeJS 12.x
|
- [LTS](https://nodejs.dev/en/about/releases/) version of Node.js
|
||||||
- yarn
|
- yarn
|
||||||
{{% /class %}}
|
{{% /class %}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user