Hi, I am trying to get started with Tauri. I used the create-tauri-app command and have everything setup but when I run npm run tauri dev, I get this error Error: Cannot find module 'semver'
Not sure how to solve it. I have tried updating node but it seems to always be at version 12. Even though the website says version 20.
I am running Ubuntu at the moment