env: node: No such file or directory in mac

前端 未结 6 603
醉梦人生
醉梦人生 2020-12-07 13:49

I\'m searching it in google on how to show the version of node js or how I\'m gonna work with npm? If I do this

npm -v

even I already inst

6条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-07 14:33

    Let's see, I sorted that on a different way. in my case I had as path something like ~/.local/bin which seems that it is not the way it wants.

    Try to use the full path, like /Users/tobias/.local/bin, I mean, change the PATH variable from ~/.local/bin to /Users/tobias/.local/bin or $HOME/.local/bin .

    Now it works.

提交回复
热议问题