ShadyShenAli

Results 9 comments of ShadyShenAli

> Running `bun install` at all on Windows, results in crash for any command like install or add, bun --version works and bun --help > > ``` > bun install...

@samyeyo : thanks for the quick reply. Unfortunately option doesn't work. (same error message). As to option 2, it works. But the folder structure looks quite messy. Is it possible...

I managed to make it work without embedded. Now my app folder has the following structure ``` D:\BASE │ h.exe │ h.lua │ libcrypto-1_1-x64.dll │ libssl-1_1-x64.dll │ lua54.dll │ └───lua...

I'm afraid that doesn't work. Reproduceable steps # current folder structure ``` D:\TEST | libcrypto-1_1-x64.dll | libssl-1_1-x64.dll | lua54.dll | \---httpTest | h.lua | libcrypto-1_1-x64.dll | libssl-1_1-x64.dll | \---lua |...

@samyeyo : which command-line command do you use that makes it work with 1.8.0 version? considering the following folder structure ``` D:\HTTPTEST │ libcrypto-1_1-x64.dll │ libssl-1_1-x64.dll │ lua54.dll │ └───src...

are you sure the new code is in the released version? it seems that the new error message should be something like ``` luaL_error(L, "error loading module '%s' from embedded...

I'm afraid it still crashes with 1.1.18 ``` c:\TEMP\bun\workspace>bun repl Resolving [1/1] ============================================================ Bun v1.1.8 (89d25807) Windows x64 Args: "C:\TEMP\bun\bin\bun.exe", "add", "bun-repl@latest", "--no-summary", "--no-cache", "--force" Elapsed: 1045ms | User: 31ms...

a workaround has been found, ``` $(":root:is(collection) > id").map(function(){ return $(this).attr("value");}).get() ``` Although the original issue still persists.