captSteveRogers / BlogApp

A Blog App for all
https://desolate-retreat-25693.herokuapp.com/blogs
0 stars 0 forks source link

Star this repo and beginners: go through readme before solving any issues #6

Open captSteveRogers opened 5 years ago

schezfaz commented 5 years ago

Hey shantam0810! I have followed all the instructions given in the README, however I am still running into an error while executing the node app.js command. Any suggestions? Apologies for the inconvinience. error

captSteveRogers commented 5 years ago

Absolutely no problem.

Kindly install node.js from their page.

https://nodejs.org/en/download/

Download the windows installer .msi if you haven't done so. Run commands....

  1. node -v
  2. npm -v

Both these commands should show some output other than "command not found". Kindly show me the output of the above commands

Then if above commands show output, try running all the commands.

  1. Npm init
  2. Npm install {all dependencies} --save
  3. Node app.js
schezfaz commented 5 years ago

Both node and npm are present and upto date!

errors

schezfaz commented 5 years ago

No luck! Still running into the same errors. Could it be an issue on my end? ds

captSteveRogers commented 5 years ago

Try this... Create an app.js in other folder with test command console.log("hello world.") Also, refer to stack overflow docs for further troubleshooting ways... Keep me posted 😊

On Sun 27 Jan, 2019, 4:17 PM Schezeen Fazulbhoy <notifications@github.com wrote:

No luck! Still running into the same errors. Could it be an issue on my end? [image: ds] https://user-images.githubusercontent.com/28871211/51800001-fb466980-224e-11e9-977f-c5a6a19b25b5.JPG

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/shantam0810/BlogApp/issues/6#issuecomment-457907210, or mute the thread https://github.com/notifications/unsubscribe-auth/AhtBgWOYWjP0PGEbuzeGHOlL_rTC5h4sks5vHYPcgaJpZM4Z9GlL .