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

Fix install.sh, also try npm #90

Merged
merged 1 commit into from
Jun 14, 2020
Merged

Conversation

JonDum
Copy link
Contributor

@JonDum JonDum commented Jun 12, 2020

Fix 1:
yarn --cwd ${LIBDIR}
Fails if there are spaces in the path. So that's quotes now.

Also added a check if npm is installed, and if so, try using it.

If neither are found, echoes a warning.

Fix 1:
`yarn --cwd ${LIBDIR}`
Fails if there are spaces in the path. So that's quotes now.

Also added a check if npm is installed, and if so, try using it.

If neither are found, echoes a warning.
@heavenshell heavenshell merged commit f541124 into heavenshell:master Jun 14, 2020
@heavenshell
Copy link
Owner

@JonDum Thank you!

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

Successfully merging this pull request may close these issues.

3 participants