Help please - trying to clone the NodeJS Github repository

I’m following the DI instructions for using node.js with the GoPiGo3 and have installed the latest version of node.js (version 9.10.1) on ‘Raspbian For Robots OS’ but having problems when I try to clone the repository to my GoPiGo using the command ‘git clone https://github.com/DexterInd/GoPiGo/Software/NodeJS’, I get the error “remote: Not Found” together with some confusing links back to the DI website.

OK, I think I figured it out, I needed to fork the GoPiGo repository into my own GIT repo before I can clone it into my local machine environment. I’ve done that step now and can successfully run basicTest.js.

That’s correct.
You first clone the repo and then you go to your desired directory of the repo.