npm - Cannot find module 'npmlog' -


hello receive following message when trying install npm. downloaded recent node.js doesn't seem download npm. keep getting belowenter code here error message after deleting node.js , reinstalling it.

when try installing node.js don't see following being created:

    c:\users\efren barragan\appdata\roaming\npm  

this first time installing node.js. installed on old computer , worked out fine. new so patience appreciated! thanks!

c:\users\efren barragan> npm install npm -g module.js:327 throw err; ^  error: cannot find module 'npmlog' @ function.module._resolvefilename (module.js:325:15) @ function.module._load (module.js:276:25) @ module.require (module.js:353:17) @ require (internal/module.js:12:17) @ c:\users\efren barragan\appdata\roaming\npm\node_modules\npm\bin\npm-cli.js:19:13 @ object.<anonymous> (c:\users\efren barragan\appdata\roaming\npm\node_modules\npm\bin\npm-cli.js:75:3) @ module._compile (module.js:409:26) @ object.module._extensions..js (module.js:416:10) @ module.load (module.js:343:32) @ function.module._load (module.js:300:12) 

install newer version, it's been bug in previous version.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

java - Digest auth with Spring Security using javaconfig -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -