Skip to content
Discussion options

You must be logged in to vote

Hi @RRROS! I'm Dosu and I’m helping the Trilium team.

You don't actually need Nx to run TriliumNext 0.98.1. The project uses pnpm's filtering system to orchestrate scripts, not Nx. The server:start script runs the dev script in the server workspace, which uses cross-env and tsx—not Nx—under the hood. If you're seeing an "nx: not found" error, it's likely due to environmental misconfiguration or outdated documentation from other monorepo setups that use Nx, but TriliumNext does not require it for local development or running the server [source].

To fix this, make sure you have Node.js and pnpm installed, run pnpm install in the project root, and then use pnpm run server:start. No Nx insta…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by eliandoran
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
State: Triage Issues that need to be verified BE Issues related to server-side/back-end
2 participants
Converted from issue

This discussion was converted from issue #6966 on September 19, 2025 13:40.