bower command not found windows

前端 未结 10 1169
谎友^
谎友^ 2020-12-02 05:21

I am having huge problems trying to use bower (to install foundation 5) or get anything bower related to work on the command line.

I\'ve installed

  • ruby
10条回答
  •  悲&欢浪女
    2020-12-02 05:47

    Had the same issue. I just ran "npm install -g bower" then visited the directory where it was downloaded, in my case the location was "C:\Users\user\AppData\Roaming\npm\node_modules\bower"

    From the directory I ran bower, and everything working fine, even from other directory

提交回复
热议问题