t3chnoboy / amazon-product-api

:credit_card: Amazon Product Advertising API client
365 stars 104 forks source link

I have some issue in a React /Gatsby app #119

Closed arhoy closed 4 years ago

arhoy commented 4 years ago

I have the following error which I cannot figure out

Can't resolve 'tls' in 'C:\Users\arhoy\Desktop\web development\production\ripplejs.com\node_modules\tunnel-agent'

Any suggestions?

arhoy commented 4 years ago

Basically it fails and shows error

Can't resolve 'net' in 'C:\Users\arhoy\Desktop\web\node_modules\tunnel-agent' Can't resolve 'net' in 'C:\Users\arhoy\Desktop\web\node_modules\tough-cookie\lib' Can't resolve 'net' in 'C:\Users\arhoy\Desktop\web\node_modules\forever-agent'

When I try to import it

JuanCrg90 commented 4 years ago

that are dependencies for nodejs this package is for backend usage that is the reason of the error.

66 #86