We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fresh install of version 2. Still can't use horizon with React Native.
Error: Couldn't find preset "es2015-loose" relative to directory "/home/demin/startup/client/node_modules/@horizon/client"
at /home/demin/startup/client/node_modules/babel-core/lib/transformation/file/options/option-manager.js:321:17
Server version: 2 Client version: 2
The text was updated successfully, but these errors were encountered:
This could be a babel version issue, do you have babel installed globally?
Sorry, something went wrong.
@ruskid it doesn't work unless you remove the babel config, see this comment for details on getting it up and running #255 (comment)
Yup just disable your babel config. Trying to get this at least noted in the docs in #750...
Unrelated to this issue but es2015-loose has been deprecated: https://github.com/bkonkle/babel-preset-es2015-loose
Successfully merging a pull request may close this issue.
Fresh install of version 2. Still can't use horizon with React Native.
Error: Couldn't find preset "es2015-loose" relative to directory "/home/demin/startup/client/node_modules/@horizon/client"
Server version: 2
Client version: 2
The text was updated successfully, but these errors were encountered: