EddyVerbruggen / nativescript-nfc

:pencil: NativeScript plugin to discover, read, and write NFC tags
MIT License
84 stars 37 forks source link

package.json missing for demo app #33

Closed CorporateDrone closed 5 years ago

CorporateDrone commented 5 years ago

Hello, Thanks for making this plugin. I downloaded the code and am trynna ing to run your demo. When I run npm run demo.android at the root of the project, I receive gives the following error:

npm ERR! enoent ENOENT: no such file or directory, open '/Projects/nativescript-nfc-master/package.json' npm ERR! enoent This is related to npm not being able to find a file.

Is there something else I can try?

EddyVerbruggen commented 5 years ago

Try doing cd src first.

CorporateDrone commented 5 years ago

That worked, thanks!