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

[BUG] Default instructions do not work as written #1308

Closed
5 tasks done
desrod opened this issue Sep 2, 2023 · 6 comments
Closed
5 tasks done

[BUG] Default instructions do not work as written #1308

desrod opened this issue Sep 2, 2023 · 6 comments
Assignees
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working

Comments

@desrod
Copy link

desrod commented Sep 2, 2023

Environment

Self-Hosted (Docker)

System

Ubuntu 22.04, Jammy Jellyfish

Version

git master (4786020)

Describe the problem

  1. git clone https://github.com/Lissy93/dashy.git
  2. cd dashy
  3. yarn build

Fail. There is no yarn build files or configuration in the default master branch, in dashy or any subdirectory of the project, despite several references in the documentation that this is how it should be built. Documentation out of date? Repository missing development files?

Additional info

No response

Please tick the boxes

@desrod desrod added the 🐛 Bug [ISSUE] Ticket describing something that isn't working label Sep 2, 2023
@liss-bot
Copy link
Collaborator

liss-bot commented Sep 2, 2023

If you're enjoying Dashy, consider dropping us a ⭐
🤖 I'm a bot, and this message was automated

@Lissy93
Copy link
Owner

Lissy93 commented Sep 2, 2023

Could you share the full output? As it's hard to know what the error is, without an error message.

The setup instructions in the documentation should work fine. Have you checked the Troubleshooting Guide to see if your error message is there?

@Lissy93
Copy link
Owner

Lissy93 commented Sep 2, 2023

"There is no yarn build files or configuration in the default master branch, in dashy or any subdirectory of the project, despite several references in the documentation that this is how it should be built"

Yarn doesn't need a configuration file, it's just packaging the dependencies listed in the package.json.

Are you sure you've got the per-requisites installed? And double check that this isn't a duplicate of #1

@desrod
Copy link
Author

desrod commented Sep 2, 2023

@Lissy93 Indeed this was the issue completely. Ironically, I should know that, since I work for the company that produces this OS!

I manged to push my way through with the default latest docker image and got all of the pieces working that I think I need. Now I just need to dot in all of the missing services and figure out why the columnar layout leaves large gaps.

Thanks for the quick response!

@liss-bot liss-bot added the 👤 Awaiting Maintainer Response [ISSUE] Response from repo author is pending label Sep 2, 2023
@desrod
Copy link
Author

desrod commented Sep 2, 2023

Marking as closed.

@desrod desrod closed this as completed Sep 2, 2023
@liss-bot liss-bot removed the 👤 Awaiting Maintainer Response [ISSUE] Response from repo author is pending label Sep 2, 2023
@Lissy93
Copy link
Owner

Lissy93 commented Sep 2, 2023

Glad you got it working! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working
Projects
None yet
Development

No branches or pull requests

3 participants