-
-
Notifications
You must be signed in to change notification settings - Fork 322
Android development fails with zen error TypeError: (0 , _typeof4.default) is not a function, on Win 10 Home x64 #1048
New issue
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
Comments
@MassivDash Tests fail because of the space in directory name |
Hello, I have the same problem with the newest version (master) of the apollo starter kit My routine was: And I have a machine with OS Windows 10, too.
|
@drockyy Where did you find |
@Vlasenko I have made a checkout on the master branch and there was a |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Enabling Android development in mobile .zenrc.js causes yarn watch to crash on
To Reproduce
Steps to reproduce the behavior:
git clone stable
yarn
yarn seed
enable android development
yarn watch
(fresh install from today: 3.19.2019)
Expected behavior
Should work as expected
Desktop (please complete the following information):
Additional context
After adding additional options to @babel-runtime
The app starts the web and backend server, the Android build fails with
I also tried to exclude core.js in babel config --> exits with the same error "zen error TypeError: Class constructor Module cannot be invoked without 'new'".
yarn test fails with
The text was updated successfully, but these errors were encountered: