-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
cannot compile with grunt webpack-dev-server #116
Comments
Could you run |
I am facing same issue. ui>grunt webpack-dev-server:start --stack |
Fixed by #117 |
I don't think it's the same bug, I've tried the fix in #117 , but I still have the same problem Here the call stack : C:\dev\Projects\HTML5\StingrayMusicWebPlayer\trunk>grunt webpack-dev-server:start --stack I also added a log in node_modules/enhanced-resolve/lib/getPaths.js to see what's the incorrect path, I have this logs: Running "webpack-dev-server:start" (webpack-dev-server) task I also attached my config files |
Can you try removing the default options? |
If if do the change of 516a02b, everythings look good, thanks :) |
Okay I released 2.0.1 with this fix. Thanks for reporting. |
I'm getting the following error after upgrading to webpack v2.2.0:
Running "webpack-dev-server:start" (webpack-dev-server) task
Verifying property webpack-dev-server.start exists in config...OK
File: [no files]
webpack-dev-server on port 3000
Fatal error: Cannot read property 'length' of undefined
version
webpack 2.2.0
grunt-webpack 2.0.0-beta.6
grunt 1.0.1
node 6.9.4
os win10
Please note that I'm able to run "grunt webpack --verbose" without error using same config.
Also, if I compile with npm "start": "webpack-dev-server --config ./config/webpack.dev.js", I have no error using the same config
Could you help me please ?
The text was updated successfully, but these errors were encountered: