Closed bumbleb2nawork closed 3 years ago
Are you using WSL for windows?
No sir
That's a big part of the Readme (https://github.com/ReactTraining/react-workshop#windows-users)
Also do you mind if I ask, are you taking or about to take one of our workshops? It doesn't matter if you're not, just wanted to make sure you're good to go if you are
Ok I thought that was just for using nvm
to switch versions of nodejs. It didn't sound like a requirement to run on Windows.
Took training a couple of months ago and was interested in trying out the typescript version.
oh cool, yea have fun! We have to jump through extra hooks to get the curriculum menu system working on all platforms, so we just decided to always recommend WSL since it's the most stable for us
I am using Powershell and am not getting any weird menu errors like it says in that seciton. Powershell output reads, "Go to localhost:3000" and finishes compiling.
Maybe WSL will somehow help.
Bug
npm start
will only compile the full app (ie: either YesterTech or ProjectPlanner) to localhost:3000Environment:
Windows 10 with latest updates. Either latest Chrome or latest Edge browser. Latest node.js LTS with latest npm.
Steps to reproduce:
npm start
or: enter
npm start core-v1 1
and enter1
for 'exercise' or: enternpm start core-v2 1
and enter1
for 'exercise'