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

Build Failed #27

Closed
adjagu opened this issue Jul 18, 2022 · 3 comments
Closed

Build Failed #27

adjagu opened this issue Jul 18, 2022 · 3 comments

Comments

@adjagu
Copy link
Contributor

adjagu commented Jul 18, 2022

Issue: Build failed when following the "How to build" section of README.md.

Steps to reproduce:

  1. git clone https://github.com/mwmbl/crawler-extension
  2. cd crawler-extension
  3. npm run build

Output:

> mwmbl-crawler-extension@0.0.0 build
> vite build
/tmp/build-ddf9cdff.sh: line 1: vite: command not found

System Information:

  • NPM v8.14.0
  • NodeJS v18.6.0
  • OS: EndeavourOS
  • Kernel: 5.18.12-zen1-1-zen

I'm probably missing something obvious.

@ColinEspinas
Copy link
Member

Hello @adjagu, did you run npm install before trying to build the project?

@adjagu
Copy link
Contributor Author

adjagu commented Jul 19, 2022

@ColinEspinas No I did not. I have now though. Ran npm install as new step 3 and then npm run build after and it worked.

Maybe something could be added to the "How to build" section for others like me?

  1. git clone https://github.com/mwmbl/crawler-extension
  2. cd crawler-extension
  3. npm install
  4. npm run build

@adjagu
Copy link
Contributor Author

adjagu commented Jul 20, 2022

Closing because this issue is resolved. Thank you for your assistance @ColinEspinas.

@adjagu adjagu closed this as completed Jul 20, 2022
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