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?
You should make sure you already installed the library using npm in your command line:
npm install watson-developer-cloud
424 questions
364 answers
99 comments
665 users