Gibran Villarreal

Results 3 comments of Gibran Villarreal

Hello we are trying to setup a enviroment with bootstrap and jquery, a couple of doubts: 1. Is jquery already pre-installed? 2. I'm getting this error while trying to download...

I managed to install bootstrap by using bower: ![bootstrap](https://cloud.githubusercontent.com/assets/10965876/12405355/f650d9d6-be08-11e5-8428-687810919b08.PNG) Then I reference bootstrap styles in my main.scss ![bootstrap styles](https://cloud.githubusercontent.com/assets/10965876/12405366/1abfadb0-be09-11e5-9019-b6dd040abd9f.PNG) Only thing missing is bootstrap.js I tried your previous walkthrough, but...

When running I was having this webpack error: { opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' } This solved the issue: "scripts":...