$ wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash - curl: (22) The requested URL returned error: 404 pnpm version '8.13.0' could not be found hyunbinseo mentioned this issue Dec 15, 2023 Your Node version is incompatible -Pnpm #7349...
“I found a bug or I have a question” Open an issue “I want to support development” Donate Installation Yarn is strongly recommended instead of npm. yarn add electron-builder --dev Note for PNPM In order to use with pnpm, you'll need to adjust your .npmrc to use any one the foll...
misc: Some(Misc { pre_sudo: None, sudo_command: None, disable: Some([Pnpm, System]), ignore_failures: None, remote_topgrades: None, remote_topgrade_path: None, ssh_arguments: None, tmux_arguments: None, set_title: None, display_time: Some(true), assume_yes: Some(true), no_retry:...
What problem did you meet? The one-liner script outlined in README.md does not function on Windows due to the script utilising curl, printf, and other Linux/Bash commands. When run, the script immediately errors and halts. Describe what ...
- 运行 `pnpm run make-link` 命令, 如果看到类似以下的消息,说明创建成功: ```bash ❯❯❯ pnpm run make-link > plugin-sample-vite-svelte@0.0.1 make-link H:\SrcCode\plugin-sample-vite-svelte > node ./scripts/make_dev_link.js Done! Created symlink H:/SiYuanDevSpace/data/plugins/...