add common issue

This commit is contained in:
Jeremy Kauffman 2016-07-20 22:06:39 -04:00 committed by GitHub
parent 94c2479d06
commit c43c21672d

View file

@ -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