You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the intent is for people to use NixOS so it should be available. NixOS is painful and we've talked about getting rid of it entirely. Since the files being 'prettified' are generated, I've opted for a simple life and just removed prettier in #650 as I couldn't get past the CI checks without setting up and understanding in some capacity NixOS, which I don't want to do.
prettier is required by
kube.mk
, preventingmake generate
from succeeding when prettier is not installed.Expected Behaviour
Most of the required tools for linting and code generation are installed as needed. Prettier should be automatically installed.
Current Behaviour
make generate
failed if it is not installed.Possible Solution
Add a
prettier
task to one of the Makefiles. Depend on this task forgenerate-manifests
.Steps to Reproduce (for bugs)
Context
Your Environment
Operating System and version (e.g. Linux, Windows, MacOS):
How are you running Tinkerbell? Using Vagrant & VirtualBox, Vagrant & Libvirt, on Packet using Terraform, or give details:
Link to your project or a code example to reproduce issue:
The text was updated successfully, but these errors were encountered: