Replies: 1 comment 1 reply
-
Sorry for the confusion @RobbertDM! Glad you were able to get this sorted. For what it's worth, we do have a note about this in the docs already:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
I wanted to install
But that kept giving me the following error:
Found duplicate project "dbt_utils".[...]
Apparently, the fix was that I had
But apparently that's seen as a different package then
When I swapped the first for the latter, everything installed
(cf. EqualExperts/dbt-unit-testing#127)
Now, why I started this discussion is because I think we can do something better from a developer experience perspective.
Some possibilities:
Found duplicate project [...]
warningFound duplicate project [...]
warningBeta Was this translation helpful? Give feedback.
All reactions