rddill-IBM / ZeroToBlockchain

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

bash: ./buildAndDeploy.sh: No such file or directory #56

Closed akshaykulkarni1205 closed 5 years ago

akshaykulkarni1205 commented 5 years ago

I on Chapter04 of ZeroToBlockchain and while executing the command: ./buildAndDeploy.sh I am facing the following error : bash: ./buildAndDeploy.sh: No such file or directory

Earlier I did try this for Chapter03, and it ran successfully. However today I am getting this error for Chapter 04. I tried it again for Chapter03 and the same error.

I am using ubuntu for this (not VM).

Please help!.

akshaykulkarni1205 commented 5 years ago

I am now getting this error for Chapter03 as well. Tried everything from Issue (https://github.com/rddill-IBM/ZeroToBlockchain/issues/1) however nothing is working.

I dont understand what is happening, Please help.

rddill-IBM commented 5 years ago

Drop the .sh from the command. It’s just ./buildAndDeploy

akshaykulkarni1205 commented 5 years ago

Thank You Bob. That worked!.