I'm following the setup instructions for this mobile javascript debugger here. FYI, I'm using Windows XP SP2 32-bit. Please understand I am new to using git, node.js, and npm.
Now, I'm stuck on this step
Download the required libraries by running "npm link" in the checked-out directory
The link here helped me a great deal with breaking down the steps from the first link. I deduced that the directory, Aardwolf, was 'checked-out' when I issued the git clone command. I tried running npm link on the directory, from within the Git Bash window, and this is what I got;
npm.cmd link ../../Aardwolf
./npm.cmd: line 1: unexpected EOF while looking for matching `''
./npm.cmd: line 7: syntax error: unexpected end of file
Then, I reinstalled Git and tried using it through the Windows Command line and this is the result:
npm link
npm ERR: Error: npm link not supported on windows
And then it gives more errors at particular files, but that's the main one.
So, I tried using npm link and it's supposedly not supported on Windows. Is there a workaround for this???
Thank you.