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
; Evaluation aborted on Component "spinneret" not found, required by
; #<PACKAGE-INFERRED-SYSTEM "staticl/format/spinneret">.
staticl/format/spinneret isn't listed as a dependency in the asd file, so the systems/deps it needs don't get pulled in by default when installing staticl (which might be a good thing). In https://40ants.com/staticl/making-a-site/#initializing-static-for-the-site it might be a good idea to mention needing to quickload it to grab dependencies:
(ql:quickload :staticl/format/spinneret)
The text was updated successfully, but these errors were encountered:
When evaluating
I get an error:
staticl/format/spinneret
isn't listed as a dependency in the asd file, so the systems/deps it needs don't get pulled in by default when installing staticl (which might be a good thing). In https://40ants.com/staticl/making-a-site/#initializing-static-for-the-site it might be a good idea to mention needing to quickload it to grab dependencies:The text was updated successfully, but these errors were encountered: