Akash Talole

Results 8 comments of Akash Talole

I also tried to install it from command line. It shows below output `$ npm install node-red-node-mongodb npm WARN [email protected] requires a peer of should@>= 8.x but none is installed....

Yes, Below error `Uncaught SyntaxError: Identifier 'oneditprepare' has already been declared at :1:1 at b (vendor.js?v=2.2.2:2:839) at Pe (vendor.js?v=2.2.2:2:48536) at s.fn.init.append (vendor.js?v=2.2.2:2:49887) at a (red.min.js?v=2.2.2:16:2661) at r (red.min.js?v=2.2.2:16:2912) at Object.success...

which refers to here ` function oneditprepare() { $("#node-input-operation").change(function () { var id = $("#node-input-operation option:selected").val(); if (id === "update") { $(".node-input-payonly").hide(); $(".node-input-upsert, .node-input-multi").show(); } else if (id === "delete")...

Thanks @knolleary for quick response. Meanwhile I tried this node on docker based nodered and it is worling fine there. I need to figure it out on my local system...

How to use nova token authentication for openstack??

What is the use of get_console_token_data and get_auth_token_data in nova_token_auth.cpp ??

Existing twitter node must be migrated from twitter-ng to twitter-api-v2(https://www.npmjs.com/package/twitter-api-v2)

Semantic search is not available for search service's tier (basic). This could be the reason for forbidden. semantic search requires Semantic search Standard tier (S1, S2, S3, S3 HD). azd...