1 1 vote I wanted to use Watson Assistant V2 in my following nodejs code, but it cannot be found and gave me error. var AssistantV2 = require('watson-developer-cloud/assistant/v2'); // Watson SDK What should I do? Javascript watson-assistant cognitive-computing nodejs + – 50% Accept Rate Accepted 31 answers out of 62 questions tofighi 116k points 73 79 101 answer comment Share 0 reply Please log in or register to add a comment.
0 0 votes You should make sure you already installed the library using npm in your command line: npm install watson-developer-cloud tofighi answered Feb 23, 2019 tofighi 116k points 73 79 101 comment Share 0 reply Please log in or register to add a comment.