rauchg / slackin

Public Slack organizations made easy

Home Page:http://rauchg.com/slackin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish 0.14.0 on npm

kylestev opened this issue · comments

Currently the release is tagged on Github but not available on NPM. Is there a reason for this?

As a workaround, you can clone the repo, git checkout 0.14.0, and use ./bin/slackin

@rauchg is it possible to publish 0.14.0 on npm? =) <3

v0.14.0 has been published at https://www.npmjs.com/package/slackin! So that's the good news.

The bad news (at least for me), but it's not installing due a gulp issue. If others have ideas on how to get this version to work, please update the issue!

npm install slackin
npm WARN deprecated babel-preset-es2015@6.3.13: 🙌  Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.

> slackin@0.14.0 postinstall /Users/yanokwa/node_modules/slackin
> gulp

[20:19:48] No gulpfile found
npm WARN enoent ENOENT: no such file or directory, open '/Users/yanokwa/package.json'
npm WARN yanokwa No description
npm WARN yanokwa No repository field.
npm WARN yanokwa No README data
npm WARN yanokwa No license field.

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! slackin@0.14.0 postinstall: `gulp`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the slackin@0.14.0 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/yanokwa/.npm/_logs/2018-03-22T03_19_52_750Z-debug.log

Use slackin-extended. It worked well for me: https://github.com/emedvedev/slackin-extended