Skip to content

Instantly share code, notes, and snippets.

@agrublev
Created August 16, 2018 17:37
Show Gist options
  • Save agrublev/e1e5348aaa6024831b93830812a9f78c to your computer and use it in GitHub Desktop.
Save agrublev/e1e5348aaa6024831b93830812a9f78c to your computer and use it in GitHub Desktop.
YARN BUG error An unexpected error occurred: "/package.json: Unexpected number in JSON at position 1".

##To fix the stupid but that yarn has that if you have a file called /package.json in the root of your system yarn will fail!

###all you need to do is

sudo rm /package.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment