learn-co-curriculum / redux-initial-dispatch

Other
1 stars 598 forks source link

npm start doesn't work for WSL students #11

Open jd2rogers2 opened 4 years ago

jd2rogers2 commented 4 years ago

found a work around by changing start alias in package.json to cmd.exe /C start <file>

i think there might be a better work around with xdg-open index.html instead but that requires adding a BROWSER var to .bashrc which i couldn't get to work

Sdcrouse commented 4 years ago

@jd2rogers2 Another workaround is explorer.exe index.html. This way, you don't have to mess with any configuration.