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 require('/restler') #1

Open
ghost opened this issue Sep 17, 2014 · 0 comments
Open

Error with require('/restler') #1

ghost opened this issue Sep 17, 2014 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 17, 2014

Hi all,

I got an early start on the challenge and found this error . Once you install restler and try to use it in the code via the line var rest = require('./restler'); by following the example code, your computer will throw an error saying it can't find the module './restler'. To solve this, you want to instead use the line var rest = require('restler');. If anyone wants to know where I found this solution, here's the link: bnoguchi/everyauth#359

Hope this prevented some headaches early on.

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

0 participants