Error during "failure resolution module" stream when importing node modules

I recently added this to my stream configuration due to the large number of errors associated with node modules that wrap around the stream

[ignore]
.*/node_modules/.*

It solved these errors, but introduced a new one. Now each imported module leads to an error when the thread says that it cannot resolve it, therefore it makes me think that this is due to the fact that I ignored the rule that I added.

Is there a way to fix this, because here deleting this line only introduces a different error, saving it still makes it an error.

+4
source share

Source: https://habr.com/ru/post/1688066/


All Articles