We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running atlas use norm in a workspace does not fetch db_connectors required by Norm's dependencies lowdb.
atlas use norm
db_connectors
lowdb
In order to get norm to compile it is necessary to install db_connectors manually.
The text was updated successfully, but these errors were encountered:
Because it's in a when which Atlas does not evaluate:
when
when NimMajor == 2 or (NimMajor >= 1 and NimMinor >= 9): requires "db_connector >= 0.1.0"
Not sure what we can do about it, I suppose Atlas must at least in a debug mode evaluate the NimScript.
Sorry, something went wrong.
No branches or pull requests
Running
atlas use norm
in a workspace does not fetchdb_connectors
required by Norm's dependencieslowdb
.In order to get norm to compile it is necessary to install
db_connectors
manually.The text was updated successfully, but these errors were encountered: