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

Completely freezes installation on symlinked node_modules directory #47

Closed
zanona opened this issue Jan 29, 2015 · 1 comment
Closed

Comments

@zanona
Copy link

zanona commented Jan 29, 2015

Steps to reproduce:

  • OSX 10.10.1
  • node: v0.10.33
  • npm: 2.1.11
cd ~/my-app
mkdir ~/node_modules
ln -s ~/node_modules ~/my-app
npm install gifsicle

Hangs installation forever with:

> gifsicle@2.0.1 postinstall /Users/zanona/my-app/node_modules/gifsicle
> node lib/install.js
@kevva
Copy link
Member

kevva commented Jan 29, 2015

Open an issue over at https://github.com/kevva/bin-wrapper. I agree this needs fixing. Probably related to imagemin/imagemin#68.

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

2 participants