Locally installed versus globally installed NPM modules

前端 未结 4 1819
醉梦人生
醉梦人生 2020-12-15 03:03

In my package.json file, I have bower listed as a dependency. After I run npm install, bower gets installed locally. When I try to run bower after

4条回答
  •  無奈伤痛
    2020-12-15 03:27

    You can execute your local instance by typing the line below in cmd:

    node_modules/bower/bin/bower 
    

提交回复
热议问题