question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Git Bash denon: command not found

See original GitHub issue
Administrator@TAIDEPTRAI-PC MINGW64 ~
$ deno install --allow-read --allow-run --allow-write -f --unstable https://deno.land/x/denon/denon.ts
Download https://deno.land/x/denon/denon.ts
Download https://deno.land/x/denon/deps.ts
...
Compile https://deno.land/x/denon/denon.ts
✅ Successfully installed denon
C:\Users\Administrator\.deno\bin\denon.cmd

Administrator@TAIDEPTRAI-PC MINGW64 ~
$ denon
bash: denon: command not found

Administrator@TAIDEPTRAI-PC MINGW64 ~
$

After this. Close and open Git bash. Still not working. Powershell works well.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
ngtantai1001commented, Jun 8, 2020

Hi. Is C:\Users\Administrator\.deno\bin in your path?

Yes.

Tried with this command denon.cmd and it works well.

Administrator@TAIDEPTRAI-PC MINGW64 ~
$ denon.cmd

But i want it run with command denon.

1reaction
notfilippocommented, Jun 10, 2020

i think this problem with git bash and deno.

I think you should open an issue there

Read more comments on GitHub >

github_iconTop Results From Across the Web

Git Bash denon: command not found · Issue #6239 - GitHub
Git bash with command denon.cmd works. ... Make sure that the file is located in the PATH .
Read more >
zsh: command not found: denon - Even after installing denon
After some googling and trial and error I found the solution to the above problem. Looks like denon got installed at a different...
Read more >
Git: Command not found Windows - Super User
You need to have C:\Program Files\Git\cmd in your path. Make sure it is there, start a new cmd prompt, type git --version ....
Read more >
denon@2.5.0 | Deno
FAQ / Troubleshooting. Command not found error. This probably means that the executable path of your os does not include the .deno/bin ......
Read more >
how to fix -bash: git: command not found - YouTube
This video how to #fix - bash : git : command not foundgit --versionInstalling # Git on CentOS sudo yum -y updatesudo yum...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found