2013-12-19 10:08:14 +00:00
|
|
|
created: 20131219100544073
|
2014-09-12 15:05:37 +00:00
|
|
|
modified: 20140912141800426
|
|
|
|
tags: [[TiddlyWiki on Node.js]]
|
2013-12-19 10:08:14 +00:00
|
|
|
title: Upgrading TiddlyWiki on Node.js
|
|
|
|
type: text/vnd.tiddlywiki
|
|
|
|
|
|
|
|
If you've installed [[TiddlyWiki on Node.js]] on the usual way, when a new version is released you can upgrade it with this command:
|
|
|
|
|
2014-01-02 21:47:01 +00:00
|
|
|
```
|
|
|
|
npm update -g tiddlywiki
|
|
|
|
```
|
|
|
|
|
|
|
|
On Mac or Linux you'll need to add ''sudo'' like this:
|
|
|
|
|
2013-12-19 10:08:14 +00:00
|
|
|
```
|
2014-01-01 17:59:47 +00:00
|
|
|
sudo npm update -g tiddlywiki
|
2013-12-19 10:08:14 +00:00
|
|
|
```
|