fix npm path (#635)

This commit is contained in:
ReenigneArcher 2022-12-27 14:03:00 -05:00 committed by GitHub
commit c1f0daa024
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 6 additions and 15 deletions

View file

@ -231,9 +231,7 @@ npm dependencies
Install npm dependencies.
.. code-block:: bash
pushd ./src_assets/common/assets/web
npm install
popd
Build
-----

View file

@ -29,9 +29,7 @@ npm dependencies
Install npm dependencies.
.. code-block:: bash
pushd ./src_assets/common/assets/web
npm install
popd
Build
-----

View file

@ -19,9 +19,7 @@ Install nodejs and npm. Downloads available `here <https://nodejs.org/en/downloa
Install npm dependencies.
.. code-block:: bash
pushd ./src_assets/common/assets/web
npm install
popd
Build
-----