Skip to content
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

Module not found err is logged when agreed to install a missing package #771

Closed
anshumanv opened this issue Mar 5, 2019 · 2 comments
Closed

Comments

@anshumanv
Copy link
Member

anshumanv commented Mar 5, 2019

Describe the bug

When running a webpack command and the corresponding package is missing, once you agree to install it MODULE_NOT_FOUND err is logged before actually installing the package.

What is the current behavior?

Errors logged when agreed to install a missing package.

To Reproduce
Steps to reproduce the behavior:

  • Run a webpack command whose package isn't installed say webpack-cli info
  • Since the package is missing it will prompt whether to install the package, pick yes
  • And the MODULE_NOT_FOUND is logged before installing the package

Expected behavior
It should directly install the package.

Screenshots
image

Will be more than happy to look into this and submit a patch, given this is a legit issue. 😄

Please comment if I missed something.

@rishabh3112
Copy link
Member

Hi @anshumanv, Thanks for reporting the issue. This is already reported at #741 and is under fix at #742.

@anshumanv
Copy link
Member Author

Hi @rishabh3112, thanks for linking me to the resource I missed. Closing. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants