nstudio / nativescript-audio

:microphone: NativeScript plugin to record and play audio :musical_note:
Other
149 stars 104 forks source link

Can't build demo app #175

Closed Znegl closed 3 years ago

Znegl commented 3 years ago

I just tried running the Demo App following the instructions in README.md but sadly I'm running into the following error on both Android and iOS:

No project found at or above '/Users/thomas/PhpstormProjects/nativescript-audio/demo' and neither was a --path specified.

bradmartin commented 3 years ago

I'll review the readme.

Do you have the latest NS CLI installed? If not run, npm uninstall -g nativescript && npm i -g nativescript and that will get the latest CLI, which that might be why you encountered this issue.

Znegl commented 3 years ago

I ran into some local permission issues while trying to update, but I'll get back to you as soon as I have it up and running.

Thank you for the quick reply!