i upgrade to 4.2.0 because there was a warning in below version about component function.
But now my apps got error.
error: bundling failed: Error: Unable to resolve module./Stream.jsfromnode_modules/htmlparser2/lib/index.js``
how to solve it??
do we need to install NPM parser by ourself?
i delete node modules & npm install.
NOT SOLVED.
i run expo r -c just to clear cache (for react-native init apps using npm cache verify or npm cache clear)
then i exit and run npm start to start Metro bundler.
IT SOLVED.
Most helpful comment
i delete node modules &
npm install.NOT SOLVED.
i run
expo r -cjust to clear cache (for react-native init apps usingnpm cache verifyornpm cache clear)then i exit and run
npm startto start Metro bundler.IT SOLVED.