dogehouse
dogehouse copied to clipboard
AUR installer does not install required npm packages beforehand
Describe the bug While installing dogehouse from aur, it throws an error saying that there are a few packages that should be installed
To Reproduce Steps to reproduce the behavior:
- Just try to install dogehouse on a machine with no nodejs installed
Expected behavior + Screenshots
What device are you on?
i'm pretty sure that it actually installs nj-cli (which is a rust crate), but by default, the path where nj-cli is installed (which is usually ~/.cargo/bin
) is not in $PATH
, causing this error