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

missing npm dependency #31

Closed
ksullivan opened this issue Mar 25, 2013 · 9 comments
Closed

missing npm dependency #31

ksullivan opened this issue Mar 25, 2013 · 9 comments

Comments

@ksullivan
Copy link

It looks like https://npmjs.org/package/mootools-slick-parser has been removed.

This means if you try installing juice as an npm module, it will fail.

You can install the mootools-slick-parser module directly from its git repo:

npm install https://github.com/rpflorence/mootools-slick-parser/tarball/master

@legomind
Copy link

same issue. npm package 'slick' has the equivalent code from first glance

@igorpavlov-zz
Copy link

+1 to this

@jupiter
Copy link

jupiter commented Mar 26, 2013

I've forked and added a forked tarball link to my package.json dependencies, which solves the problem temporarily.

{
  ...
  "dependencies": {
    "juice": "0.0.6",
    "mootools-slick-parser": "https://github.com/showcase/mootools-slick-parser/tarball/master"
  }
  ...
}

@igorpavlov-zz
Copy link

jupiter, thanks! This solved an issue for me as well, of course, temporarily. BTW, using Nodejitsu as a hosting.

@andrewrk
Copy link
Contributor

Such an irresponsible thing for @rpflorence to do. I'll fix this right now.

@andrewrk
Copy link
Contributor

fixed in 0.3.0

@ryanflorence
Copy link

Maybe it was irresponsible, but at least now you're using the official slick module :)

@andrewrk
Copy link
Contributor

agreed

@andrewrk
Copy link
Contributor

would have appreciated a heads up though

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

No branches or pull requests

6 participants