mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Bump email node for pr attachment errors fix
This commit is contained in:
parent
337588e7ab
commit
649f9f2fbf
@ -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.
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user