From f9c50d9a6d65cbf731abb481fd8b5dc307940efd Mon Sep 17 00:00:00 2001 From: Roma Hicks Date: Mon, 27 Apr 2015 21:31:18 -0500 Subject: [PATCH] Added text notifying users of issue #1434 --- .../tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid | 6 ++++++ 1 file changed, 6 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 bc5a164ac..0c0f53bb2 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 @@ -19,3 +19,9 @@ type: text/vnd.tiddlywiki ## Try editing and creating tiddlers The `-g` flag causes TiddlyWiki to be installed globally. Without it, TiddlyWiki will only be available in the directory where you installed it. + +If you are using Debian or Debian-based Linux and you are reciving a `node: command not found` error though node.js package is installed, you may need to create a symbolic link between `nodejs` and `node`. See github [[issue 1434|http://github.com/Jermolene/TiddlyWiki5/issues/1434]] + +Example Debian v8.0: `sudo ln -s /usr/bin/nodejs /usr/bin/node` + +Consult your distro's manual and `whereis` to correctly create a link. \ No newline at end of file