Clarifai / clarifai-javascript

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

Missing `dist` folder when installing 2.3.0 using NPM #22

Closed urnix closed 7 years ago

urnix commented 7 years ago

Hi guys.

We use Clarifai 2.2.0 in our project:

{
   ...
  "dependencies": {
   ...
    "clarifai": "^2.2.0",
   ...
  }
}

Today we noticed that version 2.3.0 released.

And immediately there was an error:

Error: Can't find npm module 'clarifai'. Did you forget to call 'Npm.depends' in package.js within the 'modules-runtime' package?

We also noticed that there is no dist folder in node_modules:

screen shot 2017-09-01 at 17 03 07 screen shot 2017-09-01 at 17 01 34
eddiezane commented 7 years ago

@urnix so sorry about that. I just unpublished 2.3.0 while we figure out what's wrong with the build.

urnix commented 7 years ago

@eddiezane Thanks for the quick response :) Please write here when it will be fixed.

eddiezane commented 7 years ago

@urnix just cut a 2.3.2 release that should be working!

Thanks again for reporting this - can you please shoot me an email at eddie [at] clarifai [dot] com?