talmobi / yt-search

100 stars 33 forks source link

Error when trying to bundle with browserify #80

Open aimjel opened 4 months ago

aimjel commented 4 months ago

Error: Can't walk dependency graph: Cannot find module './util.js' from 'C:\Users\angel\AppData\Roaming\projct\node_modules\yt-search\dist\yt-search.js

talmobi commented 4 months ago

@aimjel Hello there~

Try with browserify --node --no-bundle-external --standalone

aimjel commented 4 months ago

@aimjel Hello there~

Try with browserify --node --no-bundle-external --standalone

Then it wont bundle the yt-search module

talmobi commented 4 months ago

@aimjel yes -- there should be no need to bundle in third party code -- this is a server side library 🙇