node-expat issue
Closed this issue · 5 comments
anandreddyks commented
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".
anandreddyks commented
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.
vchatterji commented
@JulianTapales thanks for the update. I have fixed the node-expat version in package.json