sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}
위 코맨드로 EACCESS 오류를 해결할 수 있다.