Bower: “command not found” after installation

前端 未结 11 1927
青春惊慌失措
青春惊慌失措 2020-11-29 02:05

I seem to be getting the following when I execute npm install bower -g

/usr/local/share/npm/bin/bower -> /usr/local/share/npm/lib/node_module         


        
11条回答
  •  悲哀的现实
    2020-11-29 02:18

    i add this

    export PATH=$HOME/.node/bin:$PATH
    

    at the end (and new line) of my .bash_profile file( located in user folder). Save it. close and reopen terminal

提交回复
热议问题