Skip to content

Instantly share code, notes, and snippets.

View pitops's full-sized avatar

Petros Kyriakou pitops

View GitHub Profile
<!--
title: 03 - Fixing npm permissions
featured: true
-->
# Fixing npm permissions
<iframe src="//www.youtube.com/embed/bxvybxYFq2o" frameborder="0" allowfullscreen></iframe>
You may receive an `EACCES` error when you try to install a package globally. This indicates that you do not have permission to write to the directories that npm uses to store global packages and commands.