[GH-ISSUE #1729] [Bug] Cargo make appflowy-tauri-deps-tools throws an installation error (Linux) #663

Closed
opened 2026-03-23 20:39:23 +00:00 by mirror · 3 comments
Owner

Originally created by @inigoiparragirre on GitHub (Jan 19, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/1729

Originally assigned to: @inigoiparragirre on GitHub.

Bug Description

I am trying to follow the steps for the Tauri Setup (documentation).

How to Reproduce

On a terminal:
cargo make appflowy-tauri-deps-tools

This is the terminal output:

cargo make appflowy-tauri-deps-tools
[cargo-make] INFO - cargo make 0.36.3
[cargo-make] INFO - Project: dart-ffi
[cargo-make] INFO - Build File: Makefile.toml
[cargo-make] INFO - Task: appflowy-tauri-deps-tools
[cargo-make] INFO - Profile: development
[cargo-make] INFO - Execute Command: "cargo" "make" "--disable-check-for-updates" "--no-on-error" "--loglevel=info" "--profile=development" "--makefile" "/home/inigo/RustProjects/AppFlowy/frontend/Makefile.toml" "appflowy-tauri-deps-tools"
[cargo-make][1] INFO - Project: dart-ffi
[cargo-make][1] INFO - Build File: /home/inigo/RustProjects/AppFlowy/frontend/Makefile.toml
[cargo-make][1] INFO - Task: appflowy-tauri-deps-tools
[cargo-make][1] INFO - Profile: development
[cargo-make][1] INFO - Running Task: legacy-migration
[cargo-make][1] INFO - Running Task: install_targets
info: component 'rust-std' for target 'x86_64-unknown-linux-gnu' is up to date
[cargo-make][1] INFO - Running Task: install_tauri_protobuf
[cargo-make][1] ERROR - Error while running duckscript: Source: Unknown Line: 3 - Command: npm not found.
[cargo-make][1] WARN - Build Failed.
[cargo-make] INFO - Running Task: legacy-migration
[cargo-make] INFO - Running Task: restore-crate-type
[cargo-make] ERROR - Task error detected, exit code: 1
[cargo-make] WARN - Build Failed.

Expected Behavior

The console should not throw any ERROR message.

Operating System

Ubuntu 22.10

AppFlowy Version(s)

0.0.9.1

Screenshots

No response

Additional Context

No response

Originally created by @inigoiparragirre on GitHub (Jan 19, 2023). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/1729 Originally assigned to: @inigoiparragirre on GitHub. ### Bug Description I am trying to follow the steps for the Tauri Setup (documentation). ### How to Reproduce On a terminal: ` cargo make appflowy-tauri-deps-tools` This is the terminal output: ``` cargo make appflowy-tauri-deps-tools [cargo-make] INFO - cargo make 0.36.3 [cargo-make] INFO - Project: dart-ffi [cargo-make] INFO - Build File: Makefile.toml [cargo-make] INFO - Task: appflowy-tauri-deps-tools [cargo-make] INFO - Profile: development [cargo-make] INFO - Execute Command: "cargo" "make" "--disable-check-for-updates" "--no-on-error" "--loglevel=info" "--profile=development" "--makefile" "/home/inigo/RustProjects/AppFlowy/frontend/Makefile.toml" "appflowy-tauri-deps-tools" [cargo-make][1] INFO - Project: dart-ffi [cargo-make][1] INFO - Build File: /home/inigo/RustProjects/AppFlowy/frontend/Makefile.toml [cargo-make][1] INFO - Task: appflowy-tauri-deps-tools [cargo-make][1] INFO - Profile: development [cargo-make][1] INFO - Running Task: legacy-migration [cargo-make][1] INFO - Running Task: install_targets info: component 'rust-std' for target 'x86_64-unknown-linux-gnu' is up to date [cargo-make][1] INFO - Running Task: install_tauri_protobuf [cargo-make][1] ERROR - Error while running duckscript: Source: Unknown Line: 3 - Command: npm not found. [cargo-make][1] WARN - Build Failed. [cargo-make] INFO - Running Task: legacy-migration [cargo-make] INFO - Running Task: restore-crate-type [cargo-make] ERROR - Task error detected, exit code: 1 [cargo-make] WARN - Build Failed. ``` ### Expected Behavior The console should not throw any ERROR message. ### Operating System Ubuntu 22.10 ### AppFlowy Version(s) 0.0.9.1 ### Screenshots _No response_ ### Additional Context _No response_
mirror 2026-03-23 20:39:23 +00:00
  • closed this issue
  • added the
    tauri
    label
Author
Owner

@appflowy commented on GitHub (Jan 19, 2023):

It seems like you need to install npm first.

<!-- gh-comment-id:1396680039 --> @appflowy commented on GitHub (Jan 19, 2023): It seems like you need to install npm first.
Author
Owner

@inigoiparragirre commented on GitHub (Jan 19, 2023):

Sorry I forgot to say I have npm installed

<!-- gh-comment-id:1396699381 --> @inigoiparragirre commented on GitHub (Jan 19, 2023): Sorry I forgot to say I have npm installed
Author
Owner

@appflowy commented on GitHub (Jan 19, 2023):

Sorry I forgot to say I have npm installed

No problem

<!-- gh-comment-id:1396783480 --> @appflowy commented on GitHub (Jan 19, 2023): > Sorry I forgot to say I have npm installed No problem
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#663
No description provided.