-
Notifications
You must be signed in to change notification settings - Fork 59
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
[question] workshop tutorial failed #838
Comments
Thanks for your report @zuhrasofyan! The workshop is indeed a bit outdated and hasn't been tested with the newer versions (especially with the latest release) of Could you please check if the workshop is working with version 8 by changing it's version to |
The result still the same. But taking from the error message, and after I inspected the |
Any chance you might dig deeper and fix the root error? Or upgrade the workshop? That would be much appreciated. |
Might be unrelated, but I had a similar phenomenon using npm once. After installing a new package with |
That leaves to the second error message generated by the app:
It only appear when I tried to use react-geo component in v9.0.0. I think that is due to the change in the version release mentioned by @dnlkoch "Breaking changes" of |
I get the same error message when at the Include a react-geo component of the workshop. I first noticed it when trying to implement react-geo into an existing test react/ node system. Not being able to solve the issue there, I started a new project and followed the workshop instructions exactly - and got the same Module parse error. (I did not get the first error mentioned above.) I am not very familiar with all the technology and versions. What do I do to get it working? |
Yes thanks.
From: Marc Jansen
Sent: Monday, September 3, 2018 10:22 PM
To: terrestris/react-geo
Cc: PeterC66 ; Mention
Subject: Re: [terrestris/react-geo] [question] workshop tutorial failed (#838)
@PeterC66 Since #851 has two ways to workaround this, can this be closed?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@zuhrasofyan can this be closed or do you have further problems? |
Sorry.. Will close the issue now. |
Guten Tag!
I followed the workshop instruction (https://terrestris.github.io/react-geo-ws/first-steps/) to bootstrap
react-geo
based app usingcreate-react-app
.Unfortunately, the app failed miserably when I add
react-geo
dependency.It seems the react-geo is not compatible with the new react (16.4.2) release? I had to lower react and react-dom version to be able to run it. but again, the installation dependency of
antd
andol
do have another problem when I start the app:So, is the workshop outdated, or there is some correct way to setup react-geo based app that I have not do?
The text was updated successfully, but these errors were encountered: