egoist / dropcode

A simple and lightweight code snippet manager.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting error trying to run it

nikitavoloboev opened this issue · comments

Ran pnpm i. Then I get:

pnpm tauri dev

> dropcode@0.0.0 tauri /Users/nikiv/clones/dropcode
> tauri "dev"

thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/interface/rust.rs:762:69
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Weird, can you show the backtrace?

run with RUST_BACKTRACE=1 environment variable to display a backtrace

ok so my rust wasn't installed, working now 🎊

@egoist

image

Do you know what I should do after this? It just wrote finished but process didn't quit nor do I have a window spawned anywhere with Dropcode.

maybe try that again, the dropcode icon should appear in the dock 🤔

Oh ok it does show, my bad. It was old Dropcode app open that was production build. Ok going to try some code changes. :)