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
This is an issue on Docker for Mac where you have to give permissions to Docker.
I'm using nvm to manage Node, and it symlinks packages in /usr/local/opt...., which Docker can't mount by default.
/usr/local/opt....
➜ npm link @magikcraft/mct1 /Users/sitapati/workspace/SMA/server/node_modules/@magikcraft/mct1 -> /usr/local/opt/nvm/versions/node/v10.9.0/lib/node_modules/@magikcraft/mct1 -> /Users/sitapati/workspace/SMA/mct1
The fix is to open Docker Preferences, and add /usr/local/opt to the files that Docker can mount.
/usr/local/opt
The text was updated successfully, but these errors were encountered:
Nah, this is no good, because relative links are broken. Best to use custom binds in the package.json
package.json
Sorry, something went wrong.
No branches or pull requests
This is an issue on Docker for Mac where you have to give permissions to Docker.
I'm using nvm to manage Node, and it symlinks packages in
/usr/local/opt....
, which Docker can't mount by default.The fix is to open Docker Preferences, and add
/usr/local/opt
to the files that Docker can mount.The text was updated successfully, but these errors were encountered: