Created
October 12, 2012 20:32
-
-
Save jakedowns/3881338 to your computer and use it in GitHub Desktop.
npm link error
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
info it worked if it ends with ok | |
verbose cli [ 'node', '/home/vagrant/nvm/v0.8.12/bin/npm', 'link', 'express' ] | |
info using [email protected] | |
info using [email protected] | |
verbose config file /home/vagrant/.npmrc | |
verbose config file /home/vagrant/nvm/v0.8.12/etc/npmrc | |
verbose config file /home/vagrant/nvm/v0.8.12/lib/node_modules/npm/npmrc | |
info unbuild /vagrant/sites/all/modules/nodejs/node_modules/express | |
verbose link symlinking /home/vagrant/nvm/v0.8.12/lib/node_modules/express to /vagrant/sites/all/modules/nodejs/node_modules/express | |
ERR! Error: EROFS, symlink '/home/vagrant/nvm/v0.8.12/lib/node_modules/express' | |
ERR! You may report this log at: | |
ERR! <http://github.com/isaacs/npm/issues> | |
ERR! or email it to: | |
ERR! <[email protected]> | |
ERR! | |
ERR! System Linux 3.2.0-23-generic-pae | |
ERR! command "node" "/home/vagrant/nvm/v0.8.12/bin/npm" "link" "express" | |
ERR! cwd /vagrant/sites/all/modules/nodejs/node_modules | |
ERR! node -v v0.8.12 | |
ERR! npm -v 1.1.21 | |
ERR! path /home/vagrant/nvm/v0.8.12/lib/node_modules/express | |
ERR! code EROFS | |
ERR! message EROFS, symlink '/home/vagrant/nvm/v0.8.12/lib/node_modules/express' | |
ERR! errno {} | |
verbose exit [ 1, true ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment