Justin Kimlim
Justin Kimlim
> @kimlimjustin Yeah, it is a warning, but these are expected results when I run yarn install? Erm, does the development process actually works (run `yarn dev` to test it)?...
Please try editing `package.json` line 20 from: ```json "web": "concurrently \"cd api/web && cargo run\" \"live-server ./out/src --no-browser\"", ``` to: ```json "web": "concurrently \"cd api/web && cargo run\" \"live-server ./out/src...
Weird. Thing is that Xplorer calls the file system API reads the directory that Xplorer does not make any interrupt for that. But nonetheless, the thing that no longer responds...
> I think this is the same I just downloaded, but I did the reinstall through your link anyway. Is it? the file I sent is the latest build which...
It seems that it's the problem with the file system, please lemme know when you succeed to build from the source.
That's a bug with [Tauri itself](https://github.com/tauri-apps/tauri/issues/2927), to handle this, you have to delete these lines: https://github.com/kimlimjustin/xplorer/blob/master/src-tauri/tauri.conf.json#L42-L45 also, you're running `yarn build` which is for building `msi` installer, for our case,...
This could be because of `/dev` often changes which trigger a reload, I'll refactor the listener soon
Does this still occur on v0.2.0?
> Have you installed Rust and Tauri dependencies via `pacman`? Mostly I guess you need Rust, Node 17 and maybe and optionally, the Tauri dependencies. @kimlimjustin any ideas? Rust and...
> Arch doesn't use deb files it uses .pacman files. It works, just using `dpkg -i` command. > I did try the xplorer-bin package from the AUR and that worked...