-
-
Notifications
You must be signed in to change notification settings - Fork 622
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 init doesn't install webpack, uglifyjs-webpack-plugin, babel-preset-es2015 #135
Comments
Hi! The |
Hmm, it does seem odd no-one else has hit this! Thought it might be an env thing, so now tried in 2 envs, (empty dir each time):
... and get the same. Dir structure is a new, empty dir. I am running command from a global install ( MacOS:
Ubuntu:
Here's a more complete dump from the Vagrant attempt, which shows the 3 modules I named not being included in the install. |
Edit: See PR below which fixes 2 of the 3 missing packages. As for |
Hi! Thanks for the PR, saw the typo! Closing #136 |
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Then:
If install webpack (
npm i -S webpack
), next error is:If install that, we get (after fixing
"./dist" is not an absolute path
which is I see is fixed now):What is the expected behavior?
webpack-cli init
to install all needed depsVersion
The text was updated successfully, but these errors were encountered: