Clarifai / clarifai-javascript

Official Clarifai JavaScript client for browsers and node.js
https://docs.clarifai.com
Other
351 stars 81 forks source link

TypeError: clarifai__WEBPACK_IMPORTED_MODULE_8___default.a.app is not a constructor #56

Open alitarraf opened 3 years ago

alitarraf commented 3 years ago

Hi, I installed clarify with npm install clarifai. However I get the following error in my project.

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

MattEspoz commented 2 years ago

Were you able to find the solution? I'm having the same problem