From faf3a05de2b7c078331c0fd77a6b6e653a392237 Mon Sep 17 00:00:00 2001 From: sonalgaud12 <82362774+sonalgaud12@users.noreply.github.com> Date: Thu, 22 Aug 2024 23:19:38 +0530 Subject: [PATCH] Updated-App-Designer-install-instructions-to-include-npm-install-step.rst --- src/app-designer-install.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/app-designer-install.rst b/src/app-designer-install.rst index a7f54728..c9cae4c7 100644 --- a/src/app-designer-install.rst +++ b/src/app-designer-install.rst @@ -17,6 +17,16 @@ To open Application Designer, navigate to the location of your unzipped folder i $ grunt +If you downloaded the App Designer as a zip file, it includes all the necessary npm packages, so grunt will work immediately. + +However, if you cloned the repository using Git, you need to install the npm packages manually by running: + +.. code-block:: console + + $ npm install + + + This command runs the script contained in :file:`Gruntfile.js`, so be sure it is in the current directory. .. admonition:: Windows Users Tip