Skip to content

Commit

Permalink
docs(quickstart): workaround for npm@2
Browse files Browse the repository at this point in the history
see #758
  • Loading branch information
gr2m committed Jun 5, 2017
1 parent bae1f5b commit c7978b3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/guides/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,17 @@ at http://127.0.0.1:8080 after you restart the server. All assets in the public
folder, like images, CSS files or JavaScript files, will be served by your
Hoodie Backend at :code:`http://127.0.0.1:8080/<path/to/your/file.ext>`.

Note for npm v2
---------------

Because of how npm v2 installs sub dependencies, the hoodie client cannot be
bundled. As a workaround, just install ``pouchdb-browser`` and ``@hoodie/client``
as a dependency of your hoodie app

.. code:: bash
$ npm install --save pouchdb-browser @hoodie/client
What’s next?
~~~~~~~~~~~~

Expand Down

0 comments on commit c7978b3

Please sign in to comment.