-
-
Notifications
You must be signed in to change notification settings - Fork 610
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
webpack-cli doesn't run on windows #230
Comments
I tried to run |
Not working for me too. Windows 10, Node 8.5.0 |
@kumarharsh same error? |
Yup.
|
Hi @kumarharsh and @RobotnickIsrael , this is fixed in 9f195c9 , install the patch using |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
latest version (2.0.1)
Do you want to request a feature or report a bug?
bug
What is the current behavior?
when I do "webpack-cli migrate ./webpack.config.dev.js" or "webpack-cli -v" I get an error
message not related to the fuction itself:
It's important to add I just did "npm install -g webpack-cli", and it installed version 2.0.1
If the current behavior is a bug, please provide the steps to reproduce.
run either "webpack-cli migrate ./webpack.config.dev.js" or "webpack-cli -v"
What is the expected behavior?
the cli to give it's version or run.
If this is a feature request, what is motivation or use case for changing the behavior?
Please mention other relevant information such as the browser version, Node.js version, Operating System and programming language.
nodeJS 7.7.3 (X64), npm 4.1.2. Windows 7 64bit.
The text was updated successfully, but these errors were encountered: