-
-
Notifications
You must be signed in to change notification settings - Fork 627
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Can't resolve 'fs/promises' #1612
Comments
It looks like you just deleted our lovely crafted issue template. It was there for good reasons. Please help us solving your issue by answering the questions asked in this template. I'm closing this. Please either update the issue with the template and reopen, or open a new issue. Please read documentation https://webpack.js.org/configuration/node/ |
You feedback is not help, please provide example how we can reproduce it |
Don't be toxic, we ask you to create an example problem for a reason It was fixed in webpack v5 (promises) without |
I haven't told you a single harsh word, only ask about example of problem.
You have the right to do what you want. Even more, you did not open this problem, did not provide any information, only shame me. How can I know your environment? We ask developers to use the issue template to avoid unnecessary questions and help as quickly as possible. I apologize if I cannot help you. |
You shouldn't stress with people like him, he's clearly "too smart" to answer your question. The proof if that instead of helping people with their issues he just closes them down without even bother. |
yapper |
I use the latest version of nodejs, typescript and webpack.
for this code:
running
tsc
compiles the files without any problem, but withwebpack
I got the errorModule not found: Error: Can't resolve 'fs/promises'
The text was updated successfully, but these errors were encountered: