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

Will not run under Windows or Git Bash for Windows #1

Open
stiofand opened this issue Oct 12, 2017 · 1 comment
Open

Will not run under Windows or Git Bash for Windows #1

stiofand opened this issue Oct 12, 2017 · 1 comment

Comments

@stiofand
Copy link

'.' is not recognized as an internal or external command,

This old chestnut, its in one of the module libraries too. Probably since you have all your babel stuff called in npm scripts, and not in .babelrc. I was also searching for a plain and simple isomorphic react example minus the bloat. Shame, was hoping this could help.

@mukhtar-gosaas
Copy link

For windows you can do something like that: .\node_modules\babel-cli\bin\babel.js src --out-dir lib --plugins transform-react-jsx --presets es2015

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

2 participants