Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Set Up and Run Edge Impulse Mobile Client Locally for Modification #17

Open
NEHAL608 opened this issue Oct 3, 2024 · 0 comments

Comments

@NEHAL608
Copy link

NEHAL608 commented Oct 3, 2024

Hi, I’m new to Node.js development and primarily work in embedded systems. I'm trying to run the Edge Impulse Mobile Client on my local machine so I can modify it to fit the requirements of my custom application. However, I’m facing difficulties setting it up and getting it to run. I would really appreciate some guidance on how to resolve these issues.

Steps Taken:
Here’s what I’ve done so far:

  1. Cloned the mobile-client repository to my local machine.
  2. Installed all the dependencies by running npm install in the project root.
  3. Tried running the project using npm run start, but I encountered errors.

Issues:
Module not found:
When I try to run the code, it fails to find the module @ei/common and other related imports. To resolve this, I manually created a common folder, but the problem persists.
TypeScript compilation errors:
After creating the common folder, I ran into issues with TypeScript compilation. Specifically, I get the following error:

TS18003: No inputs were found in config file 'tsconfig.json'

Could you provide a step-by-step guide on how to properly configure and run the Edge Impulse Mobile Client locally so that I can make modifications?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant