Skip to content
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

Doesnt work with Boot2Docker and latest node #14

Open
kevinduffey opened this issue Jan 15, 2016 · 0 comments
Open

Doesnt work with Boot2Docker and latest node #14

kevinduffey opened this issue Jan 15, 2016 · 0 comments

Comments

@kevinduffey
Copy link

Unfortunately this does not work at all with the newer version of Docker for mac/windows and boot2docker.iso as it uses the AUFS file system. The issue happens to deal with the way the fs.rename call is implemented... or something like that. The fix seems to be some how forcing a different storage option but I cant seem to do that on Mac with Boot2Docker.

npm ERR! Linux 4.1.13-boot2docker
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "npm" "--prefix=/usr/local"
npm ERR! node v5.4.1
npm ERR! npm v3.3.12
npm ERR! path /usr/local/lib/node_modules/npm
npm ERR! code EXDEV
npm ERR! errno -18
npm ERR! syscall rename

npm ERR! EXDEV: cross-device link not permitted, rename '/usr/local/lib/node_modules/npm' -> '/usr/local/lib/node_modules/.npm.DELETE'
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues

npm ERR! Please include the following file with any support request:
npm ERR! /npm-debug.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant