Conversation
e3be8ac to
6a2ed4f
Compare
This reverts commit bc60d77.
|
@TriliumNext/development , I would appreciate a local test of this PR. Artifacts built by the CI are available here: https://github.com/TriliumNext/Notes/actions/runs/9964686407 |
|
@eliandoran I tested it on my Windows PC: I made a fresh clone of the repo, ran I did the same for electron, and after running But I was able to start electron and use it perfectly fine by first starting the server, completing the setup, stopping the server, then running |
|
@alexpietsch , can you confirm your Node version using And also, what is the output of |
|
For the Electron build, try this in a Git Bash: git fetch
git checkout origin/feature/update_to_node20
rm -r data node_modules
npm i
npm run switch-electron
npm run start-electronFor me it started just fine. |
Output:
This script does not work on windows (because I followed your steps (with GitBash) and it worked! |
|
@alexpietsch , I've just pushed a change regarding Regarding That one is caused by an upstream dependency, I'll create a separate ticket for it. Let me know if the PR is OK so I can merge it for the upcoming release (soon!). |
This is a very old dependency from 2018: TriliumNext/Trilium@aa2bbc6 It is no longer used.
…dencies Update tooling dependencies
Closes TriliumNext/Trilium#5074 .
better-sqlite3from 8.4.0 to 8.5.0 because it contains prebuilt binaries for Electron v25. This should makenpm run switch-electronrun faster and not require additional tools on some operating systems.