Skip to content
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

Error with latest Node #5

Open
ajachu opened this issue Jan 5, 2014 · 1 comment
Open

Error with latest Node #5

ajachu opened this issue Jan 5, 2014 · 1 comment

Comments

@ajachu
Copy link

ajachu commented Jan 5, 2014

Hi
I get this error on require ('node-recurly') with node v0.10.24.

Error: Cannot find module 'xml2js/lib'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at ...../node_modules/node-recurly/lib/recurly.js:3:16
at ...../node_modules/node-recurly/lib/recurly.js:151:3)

Please let me know how to fix this...

@erichjrusch
Copy link

Looks like the js2xml doesn't exist anymore... Need to change package.json.

This library is the same.

Change:

 "dependencies" : {
    "xml2js": ">= 0.4.0",
    "js2xml": "valorkin/js2xml"
}

To:

"js2xml": "philjackson/js2xml"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants