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.

denon command not found on linux

See original GitHub issue

Describe the bug runing the command ‘denon run’ retrun ‘command not found’ right after installing denon

To Reproduce Steps to reproduce the behavior: 1. installing denon 2. try to run the app using denon 3. See error ‘command denon not found’

Expected behavior the app starts

Configuration or Project just a fresh install

Screenshots Screenshot from 2020-08-22 11-53-20

Setup

  • OS: (linux ubuntu 20.4)
  • Deno version: (1.3.0)
  • Denon version: (2.3.2)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
BunnyTheLifeguardcommented, Aug 28, 2020

@mejdi14 & @BunnyTheLifeguard do other tools installed with deno install work?

@qu4k That’s interesting. Tried Velociraptor aswell and the same problem occurs. So a problem with Deno itself then, I guess?

EDIT: Found this issue in the main repo. EDIT2: After reading through a couple of issues, apparently according to https://deno.land/manual/tools/script_installer the solution is to use echo 'export PATH="$HOME/.deno/bin:$PATH"' >> ~/.bashrc.

1reaction
notfilippocommented, Aug 29, 2020

I should probably add a FAQ / Troubleshooting section in the README.

For now, since @mejdi14 has reacted with a 👍 on @BunnyTheLifeguard solution I can mark this issue as resolved. 🌈

Read more comments on GitHub >

github_iconTop Results From Across the Web

zsh: command not found: denon - Even after installing denon
Run the below cmd in terminal. You get this path after your denon installation is complete.
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 a "Command not found" error in Linux - Red Hat
5 ways to fix "Command not found" errors · 1. Include the path · 2. Add a new path · 3. Copy a...
Read more >
[solved] [How-to] Run a bash/shell commands and use output ...
So I have setup home assistant (docker) on my synology NAS. denonavr integration is running and already sending notifications to my LG Smart...
Read more >
Use Heos CLI to login to Heos account instead of receiver ...
I have a Denon Ceol N-10 which logs out of it's Heos account from time ... Calling "telnet <ip> 1255" from Win10 command...
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