rddill-IBM / ZeroToBlockchain

Tutorial for Zero to Blockchain series
342 stars 924 forks source link

Chap 05 - node index command error #8

Closed mlecjm closed 6 years ago

mlecjm commented 6 years ago

Hello, I am learning about Hyperledger technology through the ZeroToBlockchain online course. By following the demo video, from the Chapter05 after running "./buildAndDeploy" command which has run successfully. However I got an error message after running "node index" from the terminal to start the node.js server. Could you help me to fix this issue ? Please find in the attached file the error message mentioned earlier.

image

ns-mnawaz commented 6 years ago

Please run . npm install In chapter05 folder

mlecjm commented 6 years ago

Thank you for your support. I am really enjoying the course.

rddill-IBM commented 6 years ago

that's correct, you need to run npm install before you can successfully run node index.

akshaykulkarni1205 commented 5 years ago

I tried running npm install, but no success