nodejs vs node on ubuntu 12.04

前端 未结 20 2144
Happy的楠姐
Happy的楠姐 2020-11-22 12:29

I installed nodejs on ubuntu from instructions given here

When I write node --version in the terminal I see this :
-bash: /usr/sbin/node: No

20条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-22 13:23

    https://nodejs.org/en/download/

    Download .pkg file on your mac and install it. it directly works.
    
    ➜  ~ which node
    /usr/local/bin/node
    ➜  ~ node --version
    v10.11.0
    ➜  ~ which npm
    /usr/local/bin/npm
    ➜  ~ npm --version
    6.4.1
    

提交回复
热议问题