We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
after pulling
npm link fails due to write access
npm link
execute the following two commands to regain ownership of your user's npm folders:
sudo chown -R $(whoami) ~/.npm
sudo chown -R $(whoami) /usr/local/lib/node_modules