You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently using the package node-rss as our RSS generator, but this package relies on the libxml package to output XML, which requires a lengthy compile step that continually causes npm to exit with a non-zero status code. Because it actually compiles the libxml library, it also means I cannot simply copy/paste the node_modules folder into different directories, as it the libxml library errors out.
Long story short, it's impossible to use, nobody upstream has any inclination to fix it, so I think we should switch to the rss package instead (more stars, more commits, more forks).
The text was updated successfully, but these errors were encountered:
I actually used dylang's RSS module before and had an
overall bad experience with it. You're welcome to switch back the code is there in a previous commit maybe around May ish (on mobile will get commit hash later)
I actually used dylang's RSS module before and had an
overall bad experience with it. You're welcome to switch back the code is
there in a previous commit maybe around May ish (on mobile will get commit
hash later)
iirc you weren't able to load the feed in chrome.
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/258#issuecomment-23757801
.
We are currently using the package
node-rss
as our RSS generator, but this package relies on the libxml package to output XML, which requires a lengthy compile step that continually causesnpm
to exit with a non-zero status code. Because it actually compiles the libxml library, it also means I cannot simply copy/paste thenode_modules
folder into different directories, as it the libxml library errors out.Long story short, it's impossible to use, nobody upstream has any inclination to fix it, so I think we should switch to the
rss
package instead (more stars, more commits, more forks).The text was updated successfully, but these errors were encountered: