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

bolt: command not found #290

Closed
verberden opened this issue Mar 4, 2021 · 2 comments
Closed

bolt: command not found #290

verberden opened this issue Mar 4, 2021 · 2 comments

Comments

@verberden
Copy link

verberden commented Mar 4, 2021

Title Description
Version 0.24.8
Type Issue
node v10.24.0
Operating System Debian 10
Short Description bolt: command not found
Detailed description Hello! i'm using nvm for node install and also install yarn apt install --no-install-recommends yarn. Then make yarn global add bolt and everything is ok. But then even after restart the computer when i'm trying in command line bolt i'm getting an error bash: bolt: command not found. What am i doing wrong?
@lukebatchelor
Copy link
Member

It's possible your yarn installation hasn't edited your PATH variable to include its global bin directory.

You could run

yarn global bin

To get that directory, the add that to your PATH variable.

@verberden
Copy link
Author

To get that directory, the add that to your PATH variable.

Oh! Sorry for late feedback. Your suggestion was absolutely right! Thanks a lot!

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