oyyd / cheerio-without-node-native

Cheerio build that excludes node native modules so that you can use it in platforms like React Native and chrome extensions.
MIT License
130 stars 12 forks source link

Can't find variable cheerio #9

Open RPWPA opened 4 years ago

RPWPA commented 4 years ago

After using npm i (and I tried yarn add as well), It always displays "Unhandled promise rejection: ReferenceError: Can't find variable: cheerio]" Is there any solution to this?

ospfranco commented 4 years ago

it looks like there is a typo somewhere in your code or? cheerio"]"

RPWPA commented 4 years ago

it looks like there is a typo somewhere in your code or? cheerio"]"

Sadly no. I went over the code multiple times and it was correct. I had to remove it and use the react-native-cheerio instead.