-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I installed node, npm, node-red, iobroker.vis and node-red-vis (iobroker.vis was required to be able to install node-red-vis).
Versions are:
Nodejs v6.11.3
npm 3.10.10
node-red@0.17.5
node-red-vis@0.4.2
For the iobroker.vis I get this:
├── iobroker.vis@1.0.4
├─┬ node-red@0.17.5
│ └── iobroker.vis@1.0.4 extraneous
└─┬ node-red-vis@0.4.2
└── iobroker.vis@0.10.15
OS is CentOS 7.
When I navigate to 192.168.0.91:1880 I get the Node Red Flows view and can add a vis node. However once I navigate to 192.168.0.91:1880/vis/edit.html as suggested in the documentation I get a blank screen with the label "No Connection". In the debug console, I see some errors:
ReferenceError: jQuery is not defined
http://192.168.0.91:1880/vis/lib/js/jquery.fancytree-all.min.js
Line 8
TypeError: t is undefined
http://192.168.0.91:1880/vis/lib/js/can.custom.min.js
Line 28
ReferenceError: $ is not defined
http://192.168.0.91:1880/vis/js/visEditInspect.js
Line 72
Am I doing something wrong? Thanks a lot in advance, if I shall share more information please let me know