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.
|
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
|
Install
|
||||||
@ -18,10 +18,12 @@ Install
|
|||||||
Version 0.x of this node is usually installed by default by Node-RED.
|
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.
|
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`
|
Then run the following command in your Node-RED user directory - typically `~/.node-red`
|
||||||
|
|
||||||
|
cd ~/.node-red
|
||||||
npm i node-red-node-email
|
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.
|
**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",
|
"name": "node-red-node-email",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"description": "Node-RED nodes to send and receive simple emails",
|
"description": "Node-RED nodes to send and receive simple emails",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"imap": "^0.8.19",
|
"imap": "^0.8.19",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user