From 8d9d24740b14c780e44890e325b9a7a3e5b679b1 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sun, 12 Nov 2023 15:52:01 +0000 Subject: [PATCH] Doc: Suggest installing yo@4.3.1 --- .../generator-joplin/generators/app/templates/GENERATOR_DOC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/generator-joplin/generators/app/templates/GENERATOR_DOC.md b/packages/generator-joplin/generators/app/templates/GENERATOR_DOC.md index b2a884a93..db5bbc868 100644 --- a/packages/generator-joplin/generators/app/templates/GENERATOR_DOC.md +++ b/packages/generator-joplin/generators/app/templates/GENERATOR_DOC.md @@ -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 ```