Skip to content

Instantly share code, notes, and snippets.

@theory-of-soul
Last active May 11, 2020 01:05
Show Gist options
  • Save theory-of-soul/2d5e0d0045b74fd5c13945b90edf529b to your computer and use it in GitHub Desktop.
Save theory-of-soul/2d5e0d0045b74fd5c13945b90edf529b to your computer and use it in GitHub Desktop.
Error: EACCES: permission denied, mkdir '/Users/name/.npm/_npx'

npx create-react-app any-name

if the command has en error:

Error: EACCES: permission denied, mkdir '/Users/user/.npm/_npx'
TypeError: Cannot read property 'get' of undefined

Fix for it:

sudo yarn global add create-react-app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment