Guest User

installed

a guest
Jun 18th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. nimble install lua
  2. Downloading https://github.com/nim-lang/lua using git
  3. Warning: Package 'lua' has an incorrect structure. The top level of the package source directory should contain at most one module, named 'lua.nim', but a file named 'lua52.nim' was found. This will be an error in the future.
  4. Hint: If this is the primary source file in the package, rename it to 'lua.nim'. If it's a source file required by the main module, or if it is one of several modules exposed by 'lua', then move it into a 'lua/' subdirectory. If it's a test file or otherwise not required to build the the package 'lua.nim', prevent its installation by adding `skipFiles = @["lua52.nim"]` to the .nimble file. See https://github.com/nim-lang/nimble#libraries for more info.
  5. Verifying dependencies for [email protected]
  6. Installing [email protected]
  7. Prompt: [email protected] already exists. Overwrite? [y/N]
  8. Answer: y
  9. Success: lua installed successfully.
Advertisement
Add Comment
Please, Sign In to add comment