node.js - Yeoman use install a generator to install webapp and not working -


i using yeoman install webapp have error , new node.js , , when install in other computer no error happen , how fix this.

error

 npm isparseerror: unexpected token '<' @ 2:1 in http://registry.npmjs.org/-/_view/bykeyword?startkey=[%22yeoman-generator%22]&endkey=[%22yeoman-generator%22,%7b%7d]&group_level=3 <?xml version="1.0" encoding="utf-8"?> ^     @ c:\users\_monster\appdata\roaming\npm\node_modules\yo\node_modules\npm-keyword\node_modules\got\index.js:120:14     @ bufferstream.<anonymous> (c:\users\_monster\appdata\roaming\npm\node_modules\yo\node_modules\read-all-stream\index.js:64:3)     @ emitnone (events.js:91:20)     @ bufferstream.emit (events.js:185:7)     @ finishmaybe (c:\users\_monster\appdata\roaming\npm\node_modules\yo\node_modules\readable-stream\lib\_stream_writable.js:607:14)     @ endwritable (c:\users\_monster\appdata\roaming\npm\node_modules\yo\node_modules\readable-stream\lib\_stream_writable.js:615:3)     @ bufferstream.writable.end (c:\users\_monster\appdata\roaming\npm\node_modules\yo\node_modules\readable-stream\lib\_stream_writable.js:571:41)     @ incomingmessage.onend (_stream_readable.js:511:10)     @ incomingmessage.g (events.js:292:16)     @ emitnone (events.js:91:20) 


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -