hgouveia / node-downloader-helper

A simple http file downloader for node.js
MIT License
253 stars 54 forks source link

Node-downloader-helper package is not working in react app #71

Closed Vijay-Gurav89 closed 2 years ago

Vijay-Gurav89 commented 2 years ago

20211203_190449 Getting issue: "TypeError: fs.existsSync is not a function while using this package in react application. Please assist on this issue

hgouveia commented 2 years ago

Hello @Vijay-Gurav89 , are you using this into a web page? since fs.existsSync is a nodejs only function, sadly this library can't be use on browser

Vijay-Gurav89 commented 2 years ago

Yes I am trying to use this package for web page. So can I use this package in web application?

hgouveia commented 2 years ago

Yes I am trying to use this package for web page. So can I use this package in web application?

Unfortunally is not possible, this is for nodejs base applications only