Skip to content

Commit

Permalink
Merge pull request #1292 from remotestorage/rosano-patch-1
Browse files Browse the repository at this point in the history
Document --force
  • Loading branch information
raucao committed Mar 27, 2023
2 parents 1fc201d + 2b8e839 commit 2e78129
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/contributing/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ Building
section in ``package.json`` to learn about what they're doing exactly and
what else is available.

Setup
-----------

.. CODE:: console
$ npm install --force
This will install all dependencies. We currently use the ``--force`` flag
because of an issue with SphinxJS and TypeDoc (see :issue:`1276`).

Development
-----------

Expand Down

0 comments on commit 2e78129

Please sign in to comment.