Thanks John. Its help me. On Wednesday, December 26, 2012 1:49:48 AM UTC-8, John Fletcher wrote: > > The error message indicates that you forgot the "\" between "scripts" and > "web-server.js". > > Try running the command with command prompt, not git bash. Git bash is a > sort of unix shell, it uses "/" as the path separator, not "\". > > John > > > 2012/12/26 <[email protected] <javascript:>> > >> Hi, I am trying to follow the example to AngularJS located >> here<http://docs.angularjs.org/tutorial/step_00> I >> just downloaded the latest version of nodejs, but when I try to follow the >> steps in the documentation to start the server, I get the following error: >> >> Welcome to Git (version 1.8.0-preview20121022) >> >> >> Run 'git help git' to display the help index. >> Run 'git help <command>' to display help for specific commands. >> >> $ cd angular-phonecat >> >> ~/angular-phonecat ((step-0)) >> $ node scripts\web-server.js >> >> module.js:340 >> throw err; >> ^ >> Error: Cannot find module 'c:\Users\<>\angular-phonecat\scriptsweb-serv >> er.js' >> at Function.Module._resolveFilename (module.js:338:15) >> at Function.Module._load (module.js:280:25) >> at Module.runMain (module.js:492:10) >> at process.startup.processNextTick.process._tickCallback >> (node.js:244:9) >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "AngularJS" group. >> To post to this group, send email to [email protected]<javascript:> >> . >> To unsubscribe from this group, send email to >> [email protected] <javascript:>. >> Visit this group at http://groups.google.com/group/angular?hl=en-US. >> >> >> > >
-- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
