Echo Run isn't configured

Not sure if this should go in #code-help or #help but I think #code-help.

Question:
Error in my Markdown Repl

echo Run isn't configured. Try adding a .replit and configuring it https://docs.replit.com/programming-ide/configuring-run-button

Repl link:
https://replit.com/@RotoBit-Studios/RotoBit-Blog

Code snippet:

.replit

run = "cat 3-30-2023.md | cowsay | lolcat"

[nix]
channel = "stable-22_11"

replit.nix

{ pkgs }: {
    deps = [
        pkgs.lolcat
		pkgs.cowsay
    ];
}

I don’t see that error message when I run the Repl?

1 Like

Wow, that’s weird. I closed the tab and reopened it and the error went away.

I’m giving you sol because I want 0 self-solutions lol.

I could just close it if you want?

1 Like

Well since the topic is solved, if anyone else gets the error they’ll easily be able to tell this post has the solution.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.