dinhero21
dinhero21
Also having the same problem. I tried installing `dotnet48` and `dotnet40` but [Subnautica Nitrox](https://nitrox.rux.gg) wouldn't recognize it. The weird thing is that (in `C:/windows/`) `system32` and `syswow64` contain `mscoree.dll` files....
Specs: ``` .',;::::;,'. dinhero21@fedora .';:cccccccccccc:;,. ---------------- .;cccccccccccccccccccccc;. OS: Fedora Linux 39 (KDE Plasma) x86_64 .:cccccccccccccccccccccccccc:. Host: X570 Phantom Gaming 4 .;ccccccccccccc;.:dddl:.;ccccccc;. Kernel: 6.7.7-200.fc39.x86_64 .:ccccccccccccc;OWMKOOXMWd;ccccccc:. Uptime: 1 hour, 30 mins .:ccccccccccccc;KMMc;cc;xMMc:ccccccc:....
I got it working like this: ``` UnrealPak OUTPUT.pak -Create=INPUT_DIRECTORY ```
Just now I realized that [this pull request](https://github.com/PrismarineJS/mineflayer-collectblock/pull/96) is fixing this exact issue.
`process.exit()` to `return` alias should probably be done by node polyfill plugins. (still requires `return` to be unlocked though)
I got it working on Linux via wine but then I found out that you can just download a pre-compiled linux build (or compile it yourself) [here](https://www.unrealengine.com/en-US/linux). UnrealPak can be...
`swc src -d dist` is transpiling from `./src` to `./dist/src` instead of `./dist`, this wasn't an issue with older versions ``` Fine: @swc/cli: ^0.1.65 @swc/core: ^1.3.105 Extra segments: @swc/cli: ^0.3.2...
This generated a faulty bundle when building with Rollup. Relevant logs: ``` (!) Missing global variable name https://rollupjs.org/configuration-options/#output-globals Use "output.globals" to specify browser global variable names corresponding to external modules:...
I used [markdown-it](https://www.npmjs.com/package/markdown-it) with [markdown-it-highlightjs](https://www.npmjs.com/package/markdown-it-highlightjs) with [this style](https://github.com/highlightjs/highlight.js/blob/main/src/styles/atom-one-dark.css). It looks a bit weird because it will guess the language when inline but you can just turn off `auto`.
4 years later and it still hasn't been merged?