Bump email node for pr attachment errors fix

This commit is contained in:
Dave Conway-Jones 2018-09-03 20:06:36 +01:00
parent 337588e7ab
commit 649f9f2fbf
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
2 changed files with 5 additions and 3 deletions

View File

@ -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.

View File

@ -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",