node-fast-html-parser icon indicating copy to clipboard operation
node-fast-html-parser copied to clipboard

What react native version do you use?

Open valeriik opened this issue 8 years ago • 1 comments

I have tried from ver.43... to ver.44 but have the same issue with module "fast-html-parser": UnableToResolveError: Unable to resolve module util from /.../node_modules/apollojs/server.js

What versions in your 'package.json' in these lines: "react": "^16.0.0-alpha.6", "react-native": "^0.43.4" ?

valeriik avatar Jul 07 '17 13:07 valeriik

You can fix this if you explicitly install util with npm install util.

KingInfinity avatar Aug 12 '17 07:08 KingInfinity