Hi I'm developing a small web application and would like to be able to show the discogs collection of a user. Since I'm new to this, I'm using browserify to make things easier but I ran into some issue that I can resolve.
When I call the getReleases method, I get the following error in the browser console :
TypeError: queryString.escape is not a function
After some research, I found out that sometimes the querystring module used is too old and not compatible with browserify and was wondering if it was a known issue or if I'm doing something wrong...
Hi I'm developing a small web application and would like to be able to show the discogs collection of a user. Since I'm new to this, I'm using browserify to make things easier but I ran into some issue that I can resolve. When I call the getReleases method, I get the following error in the browser console :
TypeError: queryString.escape is not a function
After some research, I found out that sometimes the querystring module used is too old and not compatible with browserify and was wondering if it was a known issue or if I'm doing something wrong...
Thank you in advance