1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-08 11:46:40 +00:00

Update Installing TiddlyWiki on Node.js.tid

This commit is contained in:
Ira Peach 2024-08-28 10:06:03 -05:00 committed by GitHub
parent cd362c78c3
commit eb9e416f24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,3 +40,5 @@ The `-g` flag causes TiddlyWiki to be installed globally. Without it, TiddlyWiki
<<.warning "If you are using Debian or Debian-based Linux and you are receiving a `node: command not found` error though node.js package is installed, you may need to create a symbolic link between `nodejs` and `node`. Consult your distro's manual and `whereis` to correctly create a link. See github [[issue 1434|http://github.com/TiddlyWiki/TiddlyWiki5/issues/1434]]. <br><br>Example Debian v8.0: `sudo ln -s /usr/bin/nodejs /usr/bin/node`">>
<br>
<<.tip "You can also install prior versions like this: <br><code> npm install -g tiddlywiki@5.1.13</code>">>
<<.tip "You can find the sourcecode on GitHub at https://github.com/TiddlyWiki/TiddlyWiki5">>