You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I installed clarify with npm install clarifai.
However I get the following error in my project.
TypeError: clarifai__WEBPACK_IMPORTED_MODULE_8___default.a.app is not a constructor
I have these packages installed
Also there is type declaration warning.
I am on a windows 10 pro intel machine.
I tried putting curly brackets import {Clarifai} from 'clarifai' , I get an app error.
I tried const Clarifai = require('clarifai');, I get the same webpack error.
Any idea how I can solve this issue?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I installed clarify with
npm install clarifai
.However I get the following error in my project.
TypeError: clarifai__WEBPACK_IMPORTED_MODULE_8___default.a.app is not a constructor
I have these packages installed
Also there is type declaration warning.
I am on a windows 10 pro intel machine.
I tried putting curly brackets
import {Clarifai} from 'clarifai'
, I get an app error.I tried
const Clarifai = require('clarifai');
, I get the same webpack error.Any idea how I can solve this issue?
Thanks
The text was updated successfully, but these errors were encountered: