When trying to build from source I get this error:
root@ubuntu-dev:~/ProtonmailDesktopFree# npm run tauri dev
Protonmail@1.0.0 tauri
tauri dev
Error No such file or directory (os error 2)
This is the folder structure
root@ubuntu-dev:~/ProtonmailDesktopFree# ls
main.rs node_modules package.json package-lock.json README.md tauri.conf.json
I have followed the guide which is listed on the readme
Any tips?
When trying to build from source I get this error:
root@ubuntu-dev:~/ProtonmailDesktopFree# npm run tauri dev
This is the folder structure
root@ubuntu-dev:~/ProtonmailDesktopFree# ls
main.rs node_modules package.json package-lock.json README.md tauri.conf.json
I have followed the guide which is listed on the readme
Any tips?