milesj / interweave

🌀 React library to safely render HTML, filter attributes, autowrap text with matchers, render emoji characters, and much more.
https://interweave.dev
MIT License
1.09k stars 38 forks source link

Cannot resolve interweave #244

Closed atopheim closed 1 year ago

atopheim commented 1 year ago

I tried to add interweave to a website, but I got this issue when trying to build it on vercel, using node version 18.X:

Module not found: Error: Can't resolve 'interweave' in '/vercel/path0/my-app/src/components'

I also tried on cloudflare with 16.10.0, then I got this error:

Module not found: Error: Can't resolve 'interweave' in '/opt/buildhome/repo/src/components'

Do you know how to fix it?

atopheim commented 1 year ago

This was related to an unrelated hosting issue - closing