bash - Windows React Webpack Yarn Developer Environment -
i have spent past couple of days trying figure out what's best way set react development environment on windows. hoping using webpack, yarn, babel & es6.
things have tried:
running on windows subsystem linux (new windows 10 ubuntu creators update)
- i able installed can't launch browser or run webpack-dev-server environment.
bash, tried yarn start on mnt allows windows programs access files.
- once again yarn start can't open browser bash. webpack-dev-server not bash.
(final). added whole project git (https://github.com/eferrervaughn/reduxtest1.git) , tried launch powershell
- downloaded chocolatey, yarn, node. when try yarn start get: yarn run v0.27.5 $ webpack-dev-server 'webpack-dev-server' not recognized internal or external command, operable program or batch file. error command failed exit code 1.
i @ wit's end. want webpack/react/redux env on windows. trying 3 options working or if there better way of doing it. (i prefer not use vm).
thanks
Comments
Post a Comment