vchatterji/opml2json

node-expat issue

Closed this issue · 5 comments

jl-n commented

The module cannot be found as you need to run "npm i" in the directory to install all project dependencies.

However, after doing this I still ran into issues (errors with package node-expat were thrown when npm i was ran) which I fixed by deleting the dependency in package.json and then running "npm i --save npm-expat".

I tried installing node-expat ..
But I'm getting this issue

image

jl-n commented

Did you open up package.json and delete the entry for node-expat under dependencies before running npm i again?

jl-n commented

After doing that your dependencies section of the package.json file should look like this:

"dependencies": {
"node-expat": "^2.3.11"
}

I found this worked for me.

@JulianTapales thanks for the update. I have fixed the node-expat version in package.json