From fe79e4993c985c66b27683bf2a62572798b88d4e Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Mon, 18 Oct 2021 15:55:33 +0200 Subject: [PATCH] Deleting npm from yarn code block `npm install react` looks totally out of place here, isn't it? --- frontend/encore/simple-example.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/encore/simple-example.rst b/frontend/encore/simple-example.rst index d447ade4b29..da99febb9b6 100644 --- a/frontend/encore/simple-example.rst +++ b/frontend/encore/simple-example.rst @@ -70,9 +70,6 @@ To build the assets, run the following if you use the Yarn package manager: # on deploy, create a production build $ yarn encore production - # if you use the npm package manager - $ npm install react react-dom prop-types --save - If you use the npm package manager, run the following commands instead: .. code-block:: terminal