System: OpenSUSE Tumbleweed
Node version: v20.8.1
Running yarn create tauri-app prompts with:
? Package name (usrbinnode20) › usrbinnode20
and no matter if i just keep it on default (usrbinnode20) or change it to something else (i tried node, nodejs, node20), it always results in the following:
> yarn create tauri-app
yarn create v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Installed "[email protected]" with binaries:
- create-tauri-app
✔ Package name · usrbinnode20
error: Not a directory (os error 20)
error Command failed.
Exit code: 1
Command: /home/user/.yarn/bin/create-tauri-app
Arguments:
Directory: /home/user/
Output:
info Visit https://yarnpkg.com/en/docs/cli/create for documentation about this command.
So what should I put there? I'm confused.
P.S. Running yarn create react-app works just fine.
P.P.S.This looks like it's an issue exclusive to OpenSUSE Tumbleweed because I didn't have any problems running it on Fedora 38.