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 when running npm start #1

Open
ghost opened this issue Nov 2, 2016 · 2 comments
Open

Error when running npm start #1

ghost opened this issue Nov 2, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Nov 2, 2016

Hi, I'm really keen to take a look at this in action, however running npm start throws the following error:

url.js:91
throw new TypeError('Parameter "url" must be a string, not ' + typeof url);

I believe I have exported all the correct .env variables / set up twitter keys etc. Would you be able to provide a few more instructions on how to get this running?

@jmcilhargey
Copy link
Owner

Hi Edan, Thanks for checking out the project. I can't tell from the message
where the error occurs but it looks like one of the parameters needs to be
a string. Make sure your .env variables are all string types. I'll write up
a guide on starting the project over the next week and post a readme file.
Hope this helps!

On Wed, Nov 2, 2016 at 4:07 AM, Edan Edison notifications@github.com
wrote:

Hi, I'm really keen to take a look at this in action, however running npm
start throws the following error:

url.js:91
throw new TypeError('Parameter "url" must be a string, not ' + typeof url);

I believe I have exported all the correct .env variables / set up twitter
keys etc. Would you be able to provide a few more instructions on how to
get this running?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#1, or mute the
thread
https://github.com/notifications/unsubscribe-auth/AMgKiTfCiVDMjcL3UREZR4p5NQ6Spcblks5q6G7dgaJpZM4KnHK2
.

@SamuelMarks
Copy link

@edanedison You'll need to set the MLAB_URI environment variable for this to work.

@jmcilhargey Is this project dead? - Your heroku example app didn't work. I got it running fine on my machine—localhost: Connected to MongoDB—but same output as your Heroku app (blank)

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