We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Previously .deno/bin was added to the path when using denolib/setup-deno. https://github.com/denolib/setup-deno/blob/3c5f954c869f1b0d106e129797480905587250f5/src/installer.ts#L80 Now this is no longer the case.
.deno/bin
This is a shame because if one installs tools with deno install then they are not found.
deno install
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Previously
.deno/bin
was added to the path when using denolib/setup-deno.https://github.com/denolib/setup-deno/blob/3c5f954c869f1b0d106e129797480905587250f5/src/installer.ts#L80
Now this is no longer the case.
This is a shame because if one installs tools with
deno install
then they are not found.The text was updated successfully, but these errors were encountered: