Search Criteria
Package Details: nodejs-tiddlywiki 5.3.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nodejs-tiddlywiki.git (read-only, click to copy) |
---|---|
Package Base: | nodejs-tiddlywiki |
Description: | TiddlyWiki, a non-linear personal web notebook that anyone can use and keep forever, independently of any corporation. This is the nodejs server edition. |
Upstream URL: | https://tiddlywiki.com/#TiddlyWiki%20on%20Node.js |
Keywords: | wiki |
Licenses: | BSD |
Submitter: | dywedir |
Maintainer: | jclds139 (AutoUpdateBot) |
Last Packager: | jclds139 |
Votes: | 7 |
Popularity: | 0.34 |
First Submitted: | 2015-06-28 08:43 (UTC) |
Last Updated: | 2024-11-16 21:00 (UTC) |
Dependencies (3)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- jq (jq-gitAUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
Latest Comments
fs_developer commented on 2024-01-21 14:15 (UTC)
Hello x3a,
I'm sorry, but I can not reproduce your problem. I've built the package in a clean chroot and it worked without problems.
Tiddlywiki does not depend on any other packages, as you can see in the dependencies list on npm: https://www.npmjs.com/package/tiddlywiki?activeTab=readme
The only package that depends on the
nodejs-nopt
package isnpm
itself, and thenpm
package does correctly declare this dependency. It should not even be possible to installnpm
without thenodejs-nopt
package.x3a commented on 2024-01-21 13:39 (UTC)
Please add
nodejs-nopt
as a dependency, I was unable to build the package without it but had success after installing it.fs_developer commented on 2021-06-20 10:05 (UTC)
Thank you ouuan for pointing this out. I've corrected the PKGBUILD.
ouuan commented on 2021-06-19 16:34 (UTC)
Please remove
--user root
. Since npm 7, the--user
option is no longer available.--user root
not only doesn't fix the permission problem, but also installs the package called "root", which conflicts with other packages that also have the--user root
option.fs_developer commented on 2021-04-17 09:15 (UTC)
Thank you L0ric0 for spotting this problem. It was a really dumb mistake on my side: I referenced the license file from trunk and not from the release tag. The PKGBUILD is fixed and should build fine now.
Sorry for the inconvenience.
L0ric0 commented on 2021-04-16 19:39 (UTC)
the sha256sum for the nodejs-tiddlywiki-5.1.23.license file is incorrect
Jeffrey4l commented on 2017-12-04 01:43 (UTC)
need bump to 5.1.15
colinkeenan commented on 2016-01-31 03:03 (UTC)