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

where to find "uv.lua" file? #881

Closed
cylon147 opened this issue Mar 23, 2016 · 1 comment
Closed

where to find "uv.lua" file? #881

cylon147 opened this issue Mar 23, 2016 · 1 comment
Labels

Comments

@cylon147
Copy link

I am getting error that

Module uv.lua does not found

In many dependency files there is

local uv = require "uv"

at beginning of the file.

am i missing something?

@creationix
Copy link
Member

If you're using luvit or luvi, the uv module is built into the C code. If you're using luajit or lua and the luv bindings as luv there is a package on lit called creationix/uv that redirects to luv.

https://luvit.io/lit.html#author:creationix%20name:uv

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

No branches or pull requests

3 participants