Clarifai / clarifai-javascript

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

updating axios and importing axios #60

Closed Marulo03 closed 1 year ago

Marulo03 commented 1 year ago

I've been trying to work in my final project but there is a problem in the node_modules file in the npm clarifai that is not letting me progress, axios.

When I check the Model.js file, I saw that axios was not being imported the right way, because when I tried to use to method post, it throws me an error saying 'axios.post is not a function' and when I hover in axios methods, it didn't work, maybe I'm wrong but thats the last thing I can try to fix this bug.