docker-images icon indicating copy to clipboard operation
docker-images copied to clipboard

node-0.10: symlinks are broken

Open brownman opened this issue 10 years ago • 0 comments

problem: symlinks are not absolute

show: ls -g $(npm -g root) #print relative symlinks for installed node packages

solution: npm install -g npm@2 npm update -g npm

brownman avatar Dec 16 '14 07:12 brownman