EdgeVerve / loopback-connector-nodes-for-Node-RED

Loopback connector nodes for Node-RED. These custom nodes allows observering events in a loopback application and attach any processing logic without requiring to modify the original application
MIT License
12 stars 8 forks source link

Node-Red version #1

Open JohnMayer01 opened 8 years ago

JohnMayer01 commented 8 years ago

Hi, would u mind upgrading your version dependencies of node-red to "node-red": "^0.14.6"

Best

sachinhub commented 8 years ago

@JohnMayer01 the current depenency version "node-red": "^0.13.2" should also pick up 0.14.6 or anything above it. Any particular issue you are facing with the current version in package.json?

JohnMayer01 commented 8 years ago

Yes, as it only picks up everything in 13.x but not 14.x. Please try it out . You package is downgrading my 14.x npm dependency to 13.x ....

pktippa commented 6 years ago

@JohnMayer01 the "node-red" is a devDependency, and it is pointing to latest node-red git, please let us know if you still face the issue, if not we can close this issue.