Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
scottbouma opened this issue May 26, 2017 · 4 comments
Closed

Comments

@scottbouma
Copy link

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
Copy link
Contributor

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

@maxcell
Copy link

maxcell commented May 28, 2017

@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
Copy link

@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
Copy link

Same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

5 participants