Clarifai / clarifai-javascript

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

clarifai javascript client no longer works as of a couple of hours ago #18

Closed scottbouma closed 7 years ago

scottbouma commented 7 years ago

Just this morning clarifai stopped working for me (specific error was "cannot find module 'clarifai' at ...")

I tried deleting/re-npm-installing my node_modules; same issue; I switched my package.json to install 2.1.6 instead of ^2.1.6 and now everything works again.

So I think something is not quite right with your recent 2.1.7 release.

kunal732 commented 7 years ago

@scottbouma thanks for bringing this to our attention. We're looking into it.

maxcell commented 7 years ago

@scottbouma @jChanceHud @Gi-lo @jannevickholm Howdy everyone! Super awesome catch with this! Recently we changed our build process and so it didn't generate our dist/ folder. If you install 2.1.8 it should be all fixed now!

npm install clarifai@2.1.8 --save should get you all you need! If anything else comes up, let me know!

harsh021102 commented 2 years ago

@maxcell I am making a face detection ap using clarifai but its showing error when I declare my API KEY const app = new Clarifai.App({ apiKey: "44c3d5e6225f49b2bfb4bb9fd22d61f2" }); Screenshot 2022-06-06 013232

amandevopsreal commented 2 years ago

Same issue