We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am attempting to use webpacker with Windows 10 and I get this error when running ruby bin\webpack-dev-server:
ruby bin\webpack-dev-server
bin/webpack-dev-server:31:in exec': Invalid argument - NODE_PATH=C:/Users/paadams/myapp/node_modules C:/Users/paadams/myapp/node_modules/.bin/webpack-dev-server --progress --color --config C:/Users/paadams/myapp/config/webpack/development.server.js (Errno::EINVAL) from bin/webpack-dev-server:31:in block in <main>' from bin/webpack-dev-server:30:in chdir' from bin/webpack-dev-server:30:in <main>'
bin/webpack-dev-server:31:in
block in <main>' from bin/webpack-dev-server:30:in
<main>'
The text was updated successfully, but these errors were encountered:
This seems to be related with #245 We probably need to fix these binstubs too for windows :)
Sorry, something went wrong.
Hi, please check pr #355
Thanks @fsateler Merged 🎉
No branches or pull requests
I am attempting to use webpacker with Windows 10 and I get this error when running
ruby bin\webpack-dev-server
:bin/webpack-dev-server:31:in
exec': Invalid argument - NODE_PATH=C:/Users/paadams/myapp/node_modules C:/Users/paadams/myapp/node_modules/.bin/webpack-dev-server --progress --color --config C:/Users/paadams/myapp/config/webpack/development.server.js (Errno::EINVAL)from bin/webpack-dev-server:31:in
block in <main>' from bin/webpack-dev-server:30:in
chdir'from bin/webpack-dev-server:30:in
<main>'
The text was updated successfully, but these errors were encountered: