js1972 / generator-openui5

Yeoman generator for OpenUI5 applications and assets
Other
0 stars 0 forks source link

Enable skip-install option which is currently not working #23

Closed js1972 closed 10 years ago

js1972 commented 10 years ago

Fixed. When run as yo openui5 skip-install the bower and npm dependencies must be manually run. This allows us to run the npm install in offline mode with: npm install --cache-min 9999999. Bower is more clever with caching and bower install will work ok in offline mode.