-
Notifications
You must be signed in to change notification settings - Fork 19
Description
I keep getting Expected component 'CodeFile' to be defined: you likely forgot to import, pass, or provide it. when I try to navigat to ~ half the chapters.
As well, I am not seeing the same chapters / videos locally as on the web.
I pulled the latest main branch, and am running
- node v20.18.2
- npm 11.0.0
I'm actually running node v22.13.1; I had to install nvm (missing from docs!) to ensure a proper version required by EpicWeb.
I wiped out ~/testing-fundamentals/ and made a fresh git clone, per the install instructions. Made no difference.
This error displays when I open http://localhost:5639/exercise/02/04/problem AKA 04. Hooks
That page does not exist on epicweb.dev ; the equivalent is
https://www.epicweb.dev/workshops/testing-fundamentals/test-structure/move-tests-into-modules
The local chapter sounds suspiciously instead like React training. Copy pasta?