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

Error when running npm run dev #51

Open
anice1 opened this issue Aug 8, 2023 · 1 comment
Open

Error when running npm run dev #51

anice1 opened this issue Aug 8, 2023 · 1 comment

Comments

@anice1
Copy link

anice1 commented Aug 8, 2023

I always hit the following error whenever I try to follow the instruction for installation on README.md

Screen Shot 2023-08-08 at 8 25 34 pm
@legitmaxwu
Copy link
Contributor

legitmaxwu commented Aug 9, 2023

Hi @anice1,

Thanks for reaching out!

Are you trying to test the SDK? If so, you can follow these steps, starting from the repo's root directory:

  1. cd sdk
  2. npm i
  3. npm run dev

This will spin up a UI for you to test data collection. I've updated the README with these steps. I also removed the dev:sdk script from the repo's root to avoid confusion.

Note that before you do this, you should set up the dashboard server, as the SDK will send data to the dashboard API.

Let me know if you run into anything else. :) We've just recently launched so there will probably be some rough edges when it comes to setup.

-Max

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

2 participants