How can I invoke npm on heroku command line (to install bower components)?

后端 未结 4 2140
清酒与你
清酒与你 2020-12-13 04:33

Bower is for client side Javascript what npm is for the server side and reads a component.json file to recognize dependencies that should be fetched at deploy t

4条回答
  •  心在旅途
    2020-12-13 05:34

    You should declare NPM dependencies in the package.json file

    All you install from shell will be deleted on exit shell. You are in a cloned instance.

提交回复
热议问题