-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: url.parse is not a function #273
Comments
It seems that you have to install the url package |
I have encountered the exact problem:
This is a vue+vite+ts project in browser environment (not node.js), the ‘parser.parseURL’ function due to some reason is no longer available in the browser environment. I send this Error to chatgpt which just straight telling me that rss-parser is not for browser environment and I have to look for other packages. |
@uncle-yi I had the same problem, in a React + TS + Vite project for the browser. To fix this, instead of doing
|
@qadzek My project really cant use online script but thank you anyway. |
You can also store the |
That sounds like a solution. |
I run rss-parser in svelekit web this happen
The text was updated successfully, but these errors were encountered: