From c43c21672d92ee95cc2598ee529d0456c5eeafea Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Wed, 20 Jul 2016 22:06:39 -0400 Subject: [PATCH] add common issue --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index bb551b71d..2842857fc 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,10 @@ These steps will get you to change-reload-see: - `lbrynet-daemon --branch=branchname` can be used to test remote branches - `lbry.call('configure_ui', {path: '/path/to/ui'})` can be used in JS console on web ui to switch ui path - Occasionally refreshing the cache may be necessary for changes to show up in browser + +## Common Issues +1. Error: Couldn't find preset "es2015" relative to directory "js" + +Fix with: +npm install babel-preset-es2015 --save +npm install babel-preset-react --save