Open MikeUdin opened 1 year ago
Probably pkg 5.8 is not supporting node 19. Could you please try node 18?
You have to run the pkg manually 1st time as tauri doesn't have the files yet. Probably some race conditions, haven't debugged this a lot, but at least i can run this on my m1
@mateutek Hi I have same problem, what do you mean run the pkg manually?
@mateutek Hi I have same problem, what do you mean run the pkg manually?
It means running pkg package.json --output src-tauri/binaries/app
after installing pkg
Hello! During the installation a have this error message:
> mikeudin@Mikes-MacBook-Air taurine % pnpm install
Rust installed info:
> mikeudin@Mikes-MacBook-Air ~ % rustup show
Rust for M1 installed and worked properly, Tauri sample project complies with no issues. Node v19.4.0 cargo 1.68.0 pkg 5.8.1 What problem can it be?