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

prerequisites #1

Closed
Tanguyfockedey opened this issue Jul 20, 2022 · 6 comments
Closed

prerequisites #1

Tanguyfockedey opened this issue Jul 20, 2022 · 6 comments

Comments

@Tanguyfockedey
Copy link

Nice project,

Would be great to have some note about dependencies.
On the school's computers, node JS and axios is not installed by default.
I had never heard about axios, and some ppl might just skip when errors about unknown files occur.

@wasied
Copy link
Owner

wasied commented Jul 20, 2022

Hey, thanks for the feedback!

You can install npm/nodejs from homebrew on the school's computers and then install the dependencies from it.
But you're right, I should explain it directly in the README.

I'm doing it rn! 😄

@wasied
Copy link
Owner

wasied commented Jul 20, 2022

Done with #32e7739.
Let me know if that's good for you with this update!

@Tanguyfockedey
Copy link
Author

Sure, well done ;)

@Tanguyfockedey
Copy link
Author

Tanguyfockedey commented Jul 21, 2022

Is axios included when you install it your way ?
I had to do "npm install axios"
but I didn't install it all through homebrew.

@wasied
Copy link
Owner

wasied commented Jul 21, 2022

axios should be installed when doing the npm i command since it is in the package.json dependencies.

@Tanguyfockedey
Copy link
Author

ok, dunno what happened on my side, when doing node . it gave an error so I installed axios separately but nvm :p

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