We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/mattkime/get-cursor-position-fail/
Running docker build . from the repo directory results in -
docker build .
[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
Modify Dockerfile to use npm instead and it works fine.
The official docker images, verified in both v7.6 and v7.7.1. Both use yarn v0.21.3
I have no idea if this is a yarn, docker node image, or node-gyp problem
The text was updated successfully, but these errors were encountered:
See nodejs/docker-node#346 and yarnpkg/yarn#2266, it's a known yarn issue.
Sorry, something went wrong.
No branches or pull requests
https://github.com/mattkime/get-cursor-position-fail/
Running
docker build .
from the repo directory results in -Modify Dockerfile to use npm instead and it works fine.
The official docker images, verified in both v7.6 and v7.7.1. Both use yarn v0.21.3
I have no idea if this is a yarn, docker node image, or node-gyp problem
The text was updated successfully, but these errors were encountered: