NGRP / node-red-contrib-viseo

Node-RED nodes OpenSourced by VISEO Technologies
Apache License 2.0
227 stars 83 forks source link

Cannot find module 'request-promise' #93

Closed JBX028 closed 5 years ago

JBX028 commented 6 years ago

Hi,

Looks like there is an issue when I try to install node-red-contrib-viseo-dialogflow. This module is not part of package.json. What should I do? I'll check deeper in the code tomorrow but in case someone know the answer already, I will not waste my time for nothing. Worst case, I will try to install request and or request-promise.

image

Thanks in advance :)

JpEncausse commented 5 years ago

You should install Viseo Bot Maker from this project: https://github.com/NGRP/node-red-viseo-bot

Which contains a package.json with all our modules because installing single modules can trigger issues. For instance if multiple module require the same module with different version it can became a big mess (npm dedup can help)

BTW, yes we may have forget to add request or request-promise to it's package.json. YOu can install it manualy.

JBX028 commented 5 years ago

Hi, Thanks for your reply. Works fine now.