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

yarn, as included in official docker node image, fails to install get-cursor-position #350

Closed
mattkime opened this issue Mar 2, 2017 · 2 comments
Labels

Comments

@mattkime
Copy link

mattkime commented Mar 2, 2017

https://github.com/mattkime/get-cursor-position-fail

Running docker build . from the repo directory results in -

[4/4] Building fresh packages...
error /home/mup/node_modules/get-cursor-position: Command failed.
Exit code: 127
Command: sh
Arguments: -c node-gyp rebuild
Directory: /home/mup/node_modules/get-cursor-position
Output:
sh: 1: node-gyp: not found

This happens with either v7.6.0 or v7.7.1 with the docker image. Works fine on my mac. Worked fine in my own node-yarn image - https://hub.docker.com/r/meetup/node-yarn/

@FlorianWendelborn
Copy link

node-gyp: not found

That's the real issue.

@bnoordhuis
Copy link
Member

See #346.

@chorrell chorrell added the yarn label Apr 20, 2017
@chorrell chorrell closed this as completed Jan 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants