Rich-Harris / packd

Rollup as a service (with a little help from Browserify)
https://packd.now.sh
MIT License
260 stars 24 forks source link

How to use https://bundle.run/promisify-child-process@4.1.1 #162

Closed Kali95739 closed 2 years ago

Kali95739 commented 2 years ago

Example ? @xtuc @Rich-Harris

Rich-Harris commented 2 years ago

you can't, it depends on child_process which is a node module. i've no idea what you're trying to do, but bundle.run is the wrong tool to do it with — it's a way of serving packages to the browser

Kali95739 commented 2 years ago

So u are saying u cant use any node module? For example fs or net or just child_process

Rich-Harris commented 2 years ago

yes

Kali95739 commented 2 years ago

Ah okay thanks