How to update bower.json with installed packages?

后端 未结 6 1101
遇见更好的自我
遇见更好的自我 2021-01-29 22:28

In my project I\'ve installed bower components without save option. Now, I would like update to bower.json?

How can I update b

6条回答
  •  迷失自我
    2021-01-29 23:14

    If there aren't that many bower packages you have installed, try writing bower install [package_name] --save. This will just update your bower.json file.

提交回复
热议问题