hello-moralis.js is inside MORALIS-JS folder not in the root folder, So instead of node hello-moralis
you should write node MORALIS-JS/hello-moralis
, or you can first move to the parent folder where your file is in to do that, first run this command cd MORALIS-JS , and then
node hello-moralis`. Either ways will work.
Thank you for your reply.
I did what you suggested, however it does not return any “Hello Moralis” after running.
Actually, nothing happens per the screenshot below:
Is there something wrong or further I need to write?
Appreciate your help, thanks
it looks like u run the file before saving the change. first save your changes and run the command.