node.js - Difference between node and nodejs -


i know confusing. but

node --version v5.2.0 

and

nodejs --version v0.10.25   

gives different versions? difference between them?

you installed node not-clean installation, , instead of upgrading node version on computer, you've added different version , kept old one. installing 32bit/64bit versions might explain well.

if want in order, go add/remove programs, remove node versions, make sure nothing left in program files / program files (x86) , install clean installation.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -