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

nimble install appdirs report a warning #5

Open
grd opened this issue Dec 17, 2022 · 0 comments
Open

nimble install appdirs report a warning #5

grd opened this issue Dec 17, 2022 · 0 comments

Comments

@grd
Copy link

grd commented Dec 17, 2022

This is the warning:

Warning: Package 'Appdirs' has an incorrect structure. The top level of the package source directory should contain at most one module, named 'Appdirs.nim', but a file named 'nakefile.nim' was found. This will be an error in the future.

Hint: If this is the primary source file in the package, rename it to 'Appdirs.nim'. If it's a source file required by the main module, or if it is one of several modules exposed by 'Appdirs', then move it into a 'Appdirs/' subdirectory. If it's a test file or otherwise not required to build the the package 'Appdirs.nim', prevent its installation by adding `skipFiles = @["nakefile.nim"]` to the .nimble file. See https://github.com/nim-lang/nimble#libraries for more info.

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

No branches or pull requests

1 participant