Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 492 Bytes

TROUBLESHOOTING.md

File metadata and controls

9 lines (6 loc) · 492 Bytes

If you get an EACCESS error, the simplest way to fix this is to rerun the command, in either of the following ways:

  • On unix shells, prefix the command with sudo

sudo npm install --global javascripting

  • On Windows and if using either PowerShell or CMD, ensure you open the shell with administrator privilege.

You can also fix the permissions so that you don't have to use sudo. Take a look at this npm documentation: https://docs.npmjs.com/getting-started/fixing-npm-permissions