Skip to content

Commit 6088e6f

Browse files
shadowme
authored andcommitted
Update docs: running a custom Node.js TiddlyWiki version with npx
1 parent e730836 commit 6088e6f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

editions/tw5.com/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,6 @@ The `-g` flag causes TiddlyWiki to be installed globally. Without it, TiddlyWiki
3939

4040
<<.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`">>
4141
<br>
42-
<<.tip "You can also install prior versions like this: <br><code> npm install -g tiddlywiki@5.1.13</code>">>
42+
<<.tip "You can also install prior versions like this: <br><code> npm install -g tiddlywiki@5.1.13</code><br>Note: this will overwrite the installed version rather than installing it alongside.">>
43+
<br>
44+
<<.tip "To run another version without overwriting the currently installed version, use npx: <br><code>npx tiddlywiki@5.3.8 --version</code>">>

0 commit comments

Comments
 (0)