Created
July 20, 2017 15:23
-
-
Save anonymous/e05aadaf3baf50fea22211b31347880f to your computer and use it in GitHub Desktop.
npm install fails to symlink in Docker for Windows with app in mounted filesystem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" | |
npm ERR! node v4.8.4 | |
npm ERR! npm v2.15.11 | |
npm ERR! path ../coffee-script/bin/coffee | |
npm ERR! code EINVAL | |
npm ERR! errno -22 | |
npm ERR! syscall symlink | |
npm ERR! EINVAL: invalid argument, symlink '../coffee-script/bin/coffee' -> '/exercism/node_modules/lineman/node_modules/.bin/coffee' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment