Skip to content

Commit

Permalink
Update install-ember-app.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
bleonar5 committed Oct 6, 2023
1 parent e088195 commit 1fd3b76
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/install-ember-app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ npm).
yarn install --pure-lockfile
bower install
Note: The ember-lookit-frameplayer uses Node v12, so if you encounter issues while running "yarn install --pure-lockfile", make sure to use nvm to switch node/npm versions.

.. code:: bash
nvm install 12 && nvm use 12
Create or open a file named ‘.env’ in the root of the
ember-lookit-frameplayer directory, and add the following entries to use
the Pipe WebRTC-based recorder: ``PIPE_ACCOUNT_HASH`` (reference to
Expand Down

0 comments on commit 1fd3b76

Please sign in to comment.