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
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:
Using this command to install fpm: curl -fsSL https://fnm.vercel.app/install | bash
Confirming the installation/version using fnm list
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.
The text was updated successfully, but these errors were encountered:
After cloning the airlock repo, running
just test
returns majority failure. Whenjust assets
is ran, there are errors indicating that npm is not installed.I found a solution by:
curl -fsSL https://fnm.vercel.app/install | bash
fnm list
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.The text was updated successfully, but these errors were encountered: