#Error: Cannot find module '@tauri-apps/cli-darwin-arm64' - Node 18.18.2
9 messages · Page 1 of 1 (latest)
Which Node.js package manager are you using?
yarn
Can you run yarn cache clean and see if that fixes it?
Sure
Ah! So the cache clean didn't help but running yarn in my app folder appears to have sorted it 🤷♂️
Or perhaps it was the cach clean followed by yarn
yarn would have tried to re-install any missing packages. Maybe an update failed half way for some reason.
yeah, makes sense. Thanks for the prompts.