Pake icon indicating copy to clipboard operation
Pake copied to clipboard

[Bug] error: invalid character `{` in package name: `tauri-plugin-{{name}}`,

Open kknono opened this issue 10 months ago • 0 comments

Search before asking

  • [X] 我在 issues 列表中搜索,没有找到类似的内容。 I searched in the issues and found nothing similar.

Pake version

@2.3.6

System version

Mac M1

Node.js version

v20.11.1

Minimal reproduce step

for test "pake https://www.google.com --name Weekly --transparent"

What did you expect to see?

Complete

What did you see instead?

✔ Package installed! ✺ Building app...

[email protected] build npm run tauri build --release ✸ Building app...

[email protected] tauri tauri build ✹ Building app... error: invalid character { in package name: tauri-plugin-{{name}}, characters must be Unicode XID characters (numbers, -, _, or most letters) --> ../../../../../../../../.cargo/git/checkouts/plugins-workspace-fd0259fcb18f51ad/5b814f5/shared/template/Cargo.toml:2:8 | 2 | name = "tauri-plugin-{{name}}" | ^^^^^^^^^^^^^^^^^^^^^^^ ✶ Building app...

Anything else?

No response

Are you willing to submit a PR?

  • [ ] I'm willing to submit a PR!

kknono avatar Apr 06 '24 15:04 kknono