You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
The text was updated successfully, but these errors were encountered:
https://github.com/mattkime/get-cursor-position-fail
Running
docker build .
from the repo directory results in -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/
The text was updated successfully, but these errors were encountered: