IMRAN KHAN

Results 4 comments of IMRAN KHAN

you need to replace the URL in robots/text.js with your IBM credential URL ```js const watsonUrl = require('../credentials/watson-nlu.json').url const nlu = new NaturalLanguageUnderstandingV1({ iam_apikey: watsonApiKey, version: '2019-07-12', url: watsonUrl })...

Stuck on this one. Any fixes yet?

@arcadeJHS I have an Angular1.6 app using webpack and I am trying to set up your Vue set up in it. When I try to include the dist scripts in...

@arcadeJHS I fixed it. So the issue was that the minifying code in webpack of vueApp was interfering with the base webpack. So I added a scope and that handled...