Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not an issue, but is the "./script/dev" runnable on Windows? #8

Open
jannavarro opened this issue May 22, 2015 · 4 comments
Open

Not an issue, but is the "./script/dev" runnable on Windows? #8

jannavarro opened this issue May 22, 2015 · 4 comments

Comments

@jannavarro
Copy link

In the readme.md I did npm install then the next step is "./script/dev" I opened that file, copied "./node_modules/.bin/webpack --watch --devtool inline-source-map &
supervisor app.js" to an Administrator command line but it did not work.

The other approach I tried is to go to the node_modules/.bin folder and just run webpack --watch but it did not work as well.

@dfogas
Copy link

dfogas commented Jun 14, 2015

I run it no problem on Windows 8.1. by simply typing ./script/dev while in project directory (I had to install supervisor though).

@ozywuli
Copy link

ozywuli commented Aug 16, 2015

I ran into the same issue on Windows 8.1. So I Installed node-supervisor first like dfogas suggested and then typed ./script/dev in the project directory and then voila, the react router demo was running on http://localhost:5000

@logicerpsolution
Copy link

I am facing same issue. I installed supervisor though.
getting this error
"D:\Angrej\gitrepo\react-router-mega-demo>./script/dev
'.' is not recognized as an internal or external command,
operable program or batch file."

@nslobodchuk
Copy link

I also had a problem. I solved it by running each line in ./script/dev manually.
In one window run: ./node_modules/.bin/webpack --watch --devtool inline-source-map
Open another window and run: supervisor app.js

You'll need to install node-supervisor before running the script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants