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