diff --git a/social/email/README.md b/social/email/README.md index aaf84e6e..d1c4b474 100644 --- a/social/email/README.md +++ b/social/email/README.md @@ -9,7 +9,7 @@ Pre-requisite You will need valid email credentials for your email server. -**Note :** Version 1.x of this node requires Node.js v6 or newer. +**Note :** Version 1.x of this node requires **Node.js v6** or newer. Install @@ -18,10 +18,12 @@ Install Version 0.x of this node is usually installed by default by Node-RED. To install version 1.x you need to uninstall the existing version. - sudo npm uninstall -g node-red-node-email + cd /usr/lib/node_modules/node-red + sudo npm uninstall --unsafe-perm node-red-node-email Then run the following command in your Node-RED user directory - typically `~/.node-red` + cd ~/.node-red npm i node-red-node-email **Note :** this installs the new version locally rather than globally. This can then be managed by the palette manager. diff --git a/social/email/package.json b/social/email/package.json index 07a9289a..da414702 100644 --- a/social/email/package.json +++ b/social/email/package.json @@ -1,6 +1,6 @@ { "name": "node-red-node-email", - "version": "1.0.1", + "version": "1.0.2", "description": "Node-RED nodes to send and receive simple emails", "dependencies": { "imap": "^0.8.19",