-
Notifications
You must be signed in to change notification settings - Fork 17
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-dev-server doesn't work on default install #166
Comments
Using the latest potassium build from master ( There seems to be an issue after a clean installation choosing Angular 2, but it doesn't appear to be related to the one mentioned in that issue. Could you try again and see if it still happens? If not we should close this and open another one for the specific issue with angular 2 (or maybe deprecate it 😬) |
Hi young @rjherrera I just re-tried this and can confirm it works OK with Angular. Too bad that it still needs some manual config as the resultant I'll close this Issue as it seems resolved. |
Ah, one last thing. Potassium keeps mentioning Angular 2 (from the time that everybody thought that version 2 would be years among us) but it will install last stable version of Angular.io (currently 7.2.x). Maybe is time to change the name of the option? |
I like the idea, but maybe we should remove the number, as it will always be the last one. Maybe we should open a new issue with this. |
After a clean install running
./bin/webpack/dev-server
fails because a version mismatch (rails/webpacker#1303)Steps to reproduce the problem:
potassium create foo
cd foo
webpack-dev-server
:./bin/webpack-dev-server
The text was updated successfully, but these errors were encountered: