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
Describe the bug
When invoking init package and it is not present, the name of the package is not correct
What is the current behavior?
shows wrong package name
To Reproduce webpack-cli init - when you don't have the package installed
webpack-cli init
Expected behavior Should display the init package.
Screenshots
Please paste the results of webpack-cli info here, and mention other relevant information
webpack-cli info
Additional context
The text was updated successfully, but these errors were encountered:
fix(init): fix the invalid package name
3e22508
fix invalid package name ISSUES CLOSED: webpack#1227
docs(init): update init package docs to indicate correct package name
92f6dbb
update init package docs ISSUES CLOSED: webpack#1227
fix(init): fix the invalid package name (#1228)
f29a170
* fix(init): fix the invalid package name fix invalid package name ISSUES CLOSED: #1227 * docs(init): update init package docs to indicate correct package name update init package docs ISSUES CLOSED: #1227
Successfully merging a pull request may close this issue.
Describe the bug
When invoking init package and it is not present, the name of the package is not correct
What is the current behavior?
shows wrong package name
To Reproduce
webpack-cli init
- when you don't have the package installedExpected behavior
Should display the init package.
Screenshots
![image](https://user-images.githubusercontent.com/21009455/74604852-de920380-50e7-11ea-8bbc-4c4f5df2caab.png)
Please paste the results of
webpack-cli info
here, and mention other relevant informationAdditional context
The text was updated successfully, but these errors were encountered: