Hello,
I do not use the command prompt frequently (or, tbh, at all). The installation tutorial ( http://cesium.agi.com/2013/04/12/Cesium-up-and-running/ )is incomprehensible to me. I'm stuck at "Setting up a web server"; to be exact at point "2. Open a command shell in the Cesium root directory and install the connect package by executing npm install connect. This will create a ‘node_modules’ directory in the root directory."
I opened command prompt and changed diretory to D:/Downloads/Cesium (that's where I unpacked it) and then typed in "start npm install connect". There's no such program. I then tried to do the same in nodejs directory (C:/Program Files/nodejs). It did something there, but it certainly is not Cesium root directory.
I'm at a total loss as to what I should be doing. Please instruct me in a simpler way than "install the connect package by executing (...)", or make it more clear.