简体   繁体   中英

Bower install without Git

I am generating a monolithic application with Jhipster with Oracle as the database with Yarn and generate-Jhipster. Below are the commands we executed and attached the package.json, bower.json, yo-rc.json and .bowercc files.

  1. yarn add global bower
  2. yarn add global gulp-cli
  3. yarn add global generator-jhipster
  4. jhipster (Throws exception while bower install as below)

    执行命令时出现错误消息**加强安装**

  5. Gulp (Throws the same above exception)

  6. The bower_Components folder is not present as a result of the above without which the application is not working.

Bower requires git. https://bower.io/#install-bower

If you don't want JHipster to initialize a git repository, use the -—skip-git flag when generating

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM