Skip to content

Instantly share code, notes, and snippets.

Created July 20, 2017 15:23
Show Gist options
  • Save anonymous/e05aadaf3baf50fea22211b31347880f to your computer and use it in GitHub Desktop.
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
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