I get the build error below. nodejs
and nodejs-lts-iron
conflict.
==> Missing dependencies:
-> nodejs-lts-iron
Git Clone URL: | https://aur.archlinux.org/joplin.git (read-only, click to copy) |
---|---|
Package Base: | joplin |
Description: | A note taking and to-do application with synchronization capabilities - Desktop |
Upstream URL: | https://joplinapp.org/ |
Keywords: | markdown note notetaking productivity |
Licenses: | AGPL-3.0-or-later |
Groups: | joplin |
Conflicts: | joplin-desktop-electron |
Submitter: | masterkorp |
Maintainer: | dosenpils |
Last Packager: | dosenpils |
Votes: | 268 |
Popularity: | 1.88 |
First Submitted: | 2018-04-18 16:33 (UTC) |
Last Updated: | 2025-03-12 23:14 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 .. 57 Next › Last »
I get the build error below. nodejs
and nodejs-lts-iron
conflict.
==> Missing dependencies:
-> nodejs-lts-iron
Sorry for the inconvenience, I have reverted the last two changes.
This is completely broken for me using Wayland since last major changes in the PKGBUILD...
dosenpils: Why did you decide to merge again joplin and joplin-desktop into a single package? I guess you should unpin the comments that are not relevant anymore. Also, I guess you should add joplin-desktop to the conflicts array, for people that installed it before.
Does it also build the mobile app which is not needed?
ild/joplin/src/joplin-3.2.13/packages/app-mobile/tools/../pluginAssets/mermaid/mermaid_render.js.base64.js"
➤ YN0000: │ root@workspace:. STDOUT ➤ YN0000: [@joplin/app-mobile]: [10:39:38] Finished 'encodeAssets' after 1.15 s
➤ YN0000: │ root@workspace:. STDOUT ➤ YN0000: [@joplin/app-mobile]: [10:39:38] Starting 'podInstall'...
➤ YN0000: │ root@workspace:. STDOUT ➤ YN0000: [@joplin/app-mobile]: [10:39:38] Finished 'podInstall' after 701 μs
➤ YN0000: │ root@workspace:. STDOUT ➤ YN0000: [@joplin/app-mobile]: [10:39:38] Finished 'build' after 4.63 min
➤ YN0000: │ root@workspace:. STDOUT ➤ YN0000: [@joplin/app-mobile]: Process exited (exit code 0), completed in 4m 46s
➤ YN0000: │ root@workspace:. STDOUT ➤ YN0000: Done in 5m 30s
➤ YN0000: │ root@workspace:. STDOUT ➤ YN0000: [joplin]: Process started
I just installed version 3.2.23-1 of the package and it installed the joplin-desktop application instead of the command line one. Is this on purpose? If so, that would we really disappointing...
I am able to build Joplin using the AUR joplin-beta PKGBUILD. It uses a specific version of nodejs. Here are two excerpts from the Joplin-beta PKGBUILD:
_electron=electron34
_node=18
source /usr/share/nvm/init-nvm.sh || [[ $? != 1 ]]
nvm install "${_node}"
nvm use "${_node}"
Hi, the change: - depends = nodejs>=20.15.0 + depends = nodejs-lts-iron breack the installation when you have nodejs installed. nodejs-lts-iron - 20.18.2-1 and nodejs - 23.7.0-1 are in conflict. Is there any reason why Joplin need a specific version? Regards Pierre
I was able to update by downloading the pkgbuild and changing the dependencies to nodejs while using nvm to install and use lts/iron.
Pinned Comments
masterkorp commented on 2020-12-24 19:58 (UTC) (edited on 2020-12-24 20:00 (UTC) by masterkorp)
Hello everyone,
I will be renaming the packages to its final form.
Also, please for problems with the package, please open an issue on the Github repo, its really hard to provide support on the comments section, you can also email me.
If you have problems with the
check()
function, just run makepkg with the--nocheck
flag.Thank you for your patience. Regards, Alfredo Palhares