జయమ్ము నిశ్చయమ్మురా
//జయమ్ము //
జయమ్ము నిశ్చయమ్మురా భయమ్ము లేదురా
జంకుగొంకు లేక ముందు సాగిపొమ్మురా .. సాగిపొమ్మురా
ఏనాటికైన స్వార్ధము నశించి తీరును
ఏనాటికైన స్వార్ధము నశించి తీరును
ఏరోజుకైన సత్యమే జయించి తీరును.. జయించి తీరును
కష్టాలకోర్చుకున్ననే సుఖాలు దక్కును సుఖాలు దక్కును
విద్యార్ధులంత విజ్ఞానం సాధించాలి .
విద్యార్ధులంత విజ్ఞానం సాధించాలి
విశాల దృష్టి తప్పకుండ బోధించాలి .. బోధించాల
పెద్దలను గౌరవించి పూజించాలి .. పూజించాలి
కష్టాలకోర్చుకున్ననే సుఖాలు దక్కును .. సుఖాలు దక్కును
ఈ లోకమందు సోమరులై ఉండకూడదు .. ఉండకూడదు
పవిత్రమైన ఆశయాన మరువకూడదు .. మరువకూడదు
గృహాన్ని స్వర్గసీమగా చేయుము దేవా .. బ్రోవుము దేవా
కుటుంబమొక్క త్రాటిపైన నిలుపుము దైవా .. నడుపుము దేవా
బీదసాదలాదరించు బుద్ది నొసగుమా .. శక్తి నొసగుమా
జయమ్ము నిశ్చయమ్మురా భయమ్ము లేదురా
జంకుగొంకు లేక ముందు సాగిపొమ్మురా .. సాగిపొమ్మురా
గాఢాంధకారమలముకున్న భీతిచెందకు
సందేహపడక వెల్గు చూపి సాగుముందుకు .. సాగుముందుకు
నిరాశలోన జీవితాన్ని క్రుంగదీయకు … క్రుంగదీయకు
పరాభవమ్ము గల్గునంత పారిపోకుమోయ్…
జయమ్ము నిమ్మరించుదాక పోరి గెల్వవోయ్.. పోరి గెల్వవోయ్
స్వతంత్ర యోధుడన్న పేరు నిల్వబెట్టవోయ్ .. నిల్వబెట్టవోయ్
జయమ్ము నిశ్చయమ్మురా భయమ్ము లేదురా
జంకుగొంకు లేక ముందు సాగిపొమ్మురా .. సాగిపొమ్మురా
జయమ్ము నిశ్చయమ్మురా … జయమ్ము నిశ్చయమ్మురా… జయమ్ము నిశ్చయమ్మురా…
NPM: npm-cli.js not found when running npm
Problem
Usually I can install a library using npm but today when installing yeoman I encountered this errors. Please help to figure out what's root cause.
D:\Works\phonegap\ionic\todo>npm install -g yo
module.js:340
throw err;
^
Error: Cannot find module 'C:\Program Files\nodejs\node_modules\npm\bin\node_modules\npm\bin\npm-cli.js'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:906:3
I looked into the folder:
C:\Program Files\nodejs\node_modules\npm\bin\
but don't see node_modules folder as the error described.
I also try to find npm-cli.js and see it's actually in C:\Program Files\nodejs\node_modules\npm\bin\
solution
It turns out the issue is due to the wrong path of node in system variable. The path is currently pointing to
(I really don't know when I modified it)
C:\Program Files\nodejs\node_modules\npm\bin
so I change to
C:\Program Files\nodejs
and it works like a charm.