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

Can't run just test after checking out airlock #729

Open
Providence-o opened this issue Dec 20, 2024 · 0 comments
Open

Can't run just test after checking out airlock #729

Providence-o opened this issue Dec 20, 2024 · 0 comments

Comments

@Providence-o
Copy link
Contributor

Providence-o commented Dec 20, 2024

After cloning the airlock repo, running just test returns majority failure. When just assets is ran, there are errors indicating that npm is not installed.

I found a solution by:

  1. Using this command to install fpm: curl -fsSL https://fnm.vercel.app/install | bash
  2. Confirming the installation/version using fnm list
  3. Installing the most recent version: fnm install 23.5.0

This then allowed the assets to be built.

It would be good to figure out how to get just test to fail immediately if the assets haven't been built.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant