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

How should I install dependencies? #591

Open
wanglufei-567 opened this issue Oct 11, 2023 · 3 comments
Open

How should I install dependencies? #591

wanglufei-567 opened this issue Oct 11, 2023 · 3 comments

Comments

@wanglufei-567
Copy link

Hi!
When I clone the project and run the 'npm install' command
I found that there exists dependency error
It looks like there are missing dependencies
image
So when i run the command 'npm start',there occur some error
image
And here is my npm ,node version
image

@wanglufei-567
Copy link
Author

I run these command all in the root directory

@jaywcjlove
Copy link
Member

@wanglufei-567

  1. Install dependencies in the root directory npm install
  2. Run the npm run build command in the root directory to compile the package
  3. Run npm run start in the root directory to run the documentation website

@wanglufei-567
Copy link
Author

@jaywcjlove
it's worked, thank you very much , have a good day

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