There are currently no frequently asked questions associated with this exercise – that’s where you come in! You can contribute to this section by offering your own questions, answers, or clarifications on this exercise. Ask or answer a question by clicking reply () below.
If you’ve had an “aha” moment about the concepts, formatting, syntax, or anything else with this exercise, consider sharing those insights! Teaching others and answering their questions is one of the best ways to learn and stay sharp.
Join the Discussion. Help a fellow learner on their journey.
Ask or answer a question about this exercise by clicking reply () below!
You can also find further discussion and get answers to your questions over in Language Help.
Agree with a comment or answer? Like () to up-vote the contribution!
Following issues with further sections because of the outdated version of React Router used in this tutorial, I manually updated package,json to use the old version so that I could continue the course.
Please note that this is only recommended as a temporary fix for this exercise. I would not recommend this when working on a professional project as you are most certainly running with a known insecure SSL.
Failed to compile
./src/index.js 1:52
Module parse failed: Unexpected token (1:52)
File was processed with these loaders:
* ./node_modules/@pmmmwh/react-refresh-webpack-plugin/loader/index.js
* ./node_modules/babel-loader/lib/index.js
You may need an additional loader to handle the result of these loaders.
> $RefreshRuntime$ = require('C:/react-router-lesson-starter/node_modules/react-refresh/runtime.js');
| $RefreshSetup$(module.id);
|
At this point, rather than trying to configure webpack to work with an outdated version of react router, I would instead just check out the docs on the react router page and see if you can build the same simple app with the new version. The differences aren’t huge. They have clearly written documentation and a tutorial.
The fact that this exercise has been broken for 8 months now and nobody on the Codecademy team has reviewed the exercise to work with the latest version of React Router seems just lazy. I’m paying the pro subscription and putting my trust in the academic team to teach me up to date content. I know as a developer we will have to do work arounds a lot of times to get outdated software to run, but the fact that y’all know it and won’t even want to fix it is lazy. It’s not an unknown bug and just adding a disclaimer at the top of the exercise with the official documentation instead of just reviewing your exercise is just lazy.
This project has been out of date for over a year. If I wasn’t two thirds of the way through your front-end development course, I would seriously consider taking my learning elsewhere. As @mreed4 said, this is at least the 3rd example in your react course that needs to be updated.
To everyone seeking help on this project: do yourself a favor and just do the tutorial project on the official React Router website.
The info will be up to date and your project will actually run (what a concept)!
Im on step 2 task 2 and already having problems. I unzipped the file, opened it in VS Code, clicked package.JSON and opened my terminal entering the command given → npm install react-router-dom --save and it never appears in my dependencies. Anyone else have this problem?
Im paying for Pro but this whole react section seems to be full of problems.
Thanks! Actually I installed the router v5 though I didn’t mention it in my post. However I didn’t modify the package.json as mentioned by passenger89. that made the difference! thanks a bunch
Hi folks !
I just realized that @Codecademy had release a new version of the React Router V6 courses ! But strangely, they didn’t notifyied about that and also they didn’t replaced the old version in my pro FS skill path
But they just communicated they will replace react lessons next week !
Thank you for this! Literally spent the last 2 days trying to fix this! More study time wasted trying to get these things to run properly. I didnt need this extra stress, THANK YOU!