-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Unable to npm install certain modules in mounted directories #1563
Comments
Can you try running |
I was originally using the /Users default mount. When manually mounting, I get a different error
The log for this is in this 28MB gist:https://gist.github.com/anonymous/9327800bb81c0b9aedbb7b3586b92a56 Is there a way to log the default mount? |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
BUG REPORT
Minikube version:
minikube version: v0.19.1
Environment:
What happened:
npm install grpc
fails in directories mounted from the host and succeeds in standard directoriesWhat you expected to happen:
npm install grpc
should succeed in mounted directoriesHow to reproduce it (as minimally and precisely as possible):
Create the following pod:
shell into the pod and run
The text was updated successfully, but these errors were encountered: