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

Diff names when listing workspace packages due to not finding local package #1184

Open
JordanMartinez opened this issue Feb 7, 2024 · 0 comments

Comments

@JordanMartinez
Copy link
Collaborator

I ran the following:

$ npx spago build -p untyped-lambda-calculus
Reading Spago workspace configuration...

❌ Selected package untyped-lambda-calculus was not found in the local packages.
Available packages:
  untyped-lamda-calculus

The issue was that I was missing the b in lambda in my spago.yaml file's package.name field.

-untyped-lamda-calculus
+untyped-lambda-calculus

It would be helpful if we diff'd the names to help one realize that they misspelled something.

Relates somewhat to #985.

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

No branches or pull requests

2 participants