linux解决npm没权限问题

sudo chown -R$(whoami)$(npm config get prefix)/{lib/node_modules,bin,share}

你可能感兴趣的:(linux解决npm没权限问题)