Doc: Suggest installing yo@4.3.1

pull/9277/head
Laurent Cozic 2023-11-12 15:52:01 +00:00
parent 21e5f88cb2
commit 8d9d24740b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ This documentation describes how to create a plugin, and how to work with the pl
First, install [Yeoman](http://yeoman.io) and generator-joplin using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo
npm install -g yo@4.3.1
npm install -g generator-joplin
```