The example for https://github.com/expo/audio-recording-example does not work

Is there any chance that someone could provide more documentation? The most difficult part seems to be just getting it to run. As it stands, when I cloned it, the first error message I get is “npm ERR! missing script: start” I’ve tried a few different ways to get it to start, but nothing seems to work. Any updates will be greatly appreciated!

hi,

works for me, steps I took:

  1. git clone https://github.com/expo/audio-recording-example.git
  2. cd audio-recording-example
  3. yarn or npm i
  4. exp start --offline
  5. exp ios

Thank you for responding! I just followed the steps you provided.

When I tried “exp start --offline” I got

‘exp’ is not recognized as an internal or external command,
operable program or batch file. as a response.

when I tried npm start I got:

npm ERR! missing script: start

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Vincent\AppData\Roaming\npm-cache_logs\2017-12-05T11_22_3
2_796Z-debug.log

exp is provided by installing from npm, see the instructions here: https://docs.expo.io/versions/latest/guides/exp-cli.html

You can also use XDE to run it.

This is the normal way of running an Expo app, as documented here https://docs.expo.io/versions/latest/guides/up-and-running.html.

Thank you so much for your help. Everything is working great now!

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.