On 14 February 2014 13:28, Hisham <[email protected]> wrote: > mkdir foo > cd foo > luarocks --tree=. install luasocket
That's not exactly equivalent to what npm does, because in npm each library installs its dependencies in a subdirectory. Let's say `foo` and `bar` depend on `baz`, you end up with this layout: ./npm_modules/foo/npm_modules/baz ./npm_modules/bar/npm_modules/baz ------------------------------------------------------------------------------ Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now with support for Jelly Bean, Bluetooth, Mapview and more. Get your Android app in front of a whole new audience. Start now. http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk _______________________________________________ Luarocks-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/luarocks-developers
