From eb9e416f24f7cee1839a5b5505d88bd1a1908623 Mon Sep 17 00:00:00 2001 From: Ira Peach <141322834+ira-peach@users.noreply.github.com> Date: Wed, 28 Aug 2024 10:06:03 -0500 Subject: [PATCH] Update Installing TiddlyWiki on Node.js.tid --- .../tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editions/tw5.com/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid b/editions/tw5.com/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid index fc9e0f8f4..1e2977ed1 100644 --- a/editions/tw5.com/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid +++ b/editions/tw5.com/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid @@ -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]].

Example Debian v8.0: `sudo ln -s /usr/bin/nodejs /usr/bin/node`">>
<<.tip "You can also install prior versions like this:
npm install -g tiddlywiki@5.1.13">> + +<<.tip "You can find the sourcecode on GitHub at https://github.com/TiddlyWiki/TiddlyWiki5">>