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

README instructions are insufficient #6

Closed
jdmarshall opened this issue Jun 4, 2021 · 1 comment
Closed

README instructions are insufficient #6

jdmarshall opened this issue Jun 4, 2021 · 1 comment

Comments

@jdmarshall
Copy link

npm run bench fails because none of the applications it is looking for are in the PATH.

@mathiasbynens
Copy link
Member

The missing step is probably to add jsvu’s binaries to the PATH per https://github.com/GoogleChromeLabs/jsvu#installation:

Modify your dotfiles (e.g. ~/.bashrc) to add ~/.jsvu to your PATH:

export PATH="${HOME}/.jsvu:${PATH}"

mathiasbynens added a commit that referenced this issue Jun 6, 2021
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