assistunion / xml-stream

XML stream parser based on Expat. Made for Node.
MIT License
318 stars 109 forks source link

Problem in dependencies when I use browserify #73

Open ahmedalnaqaa opened 7 years ago

ahmedalnaqaa commented 7 years ago

I'm trying to use xml-stream through browserify but I got this error: Error: Cannot find module '../build/Debug/iconv.node'

I tried a lot of solutions like rebuilding gyp but I still have the problem.