You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because bootstrap is installed then as ../bower_components/bootstrap instead of ../node_modules/bootstrap. This is easy solvable by installing it via NPM too (so it'll download bootstrap into ../node_modules too as dependency). But using only bower fails.
Since I'm installing boostrap using bower, I find it very strange that I need to download it twice - via npm and via bower.
The text was updated successfully, but these errors were encountered:
If you install this package via bower, it fails when running Grunt cause of missing files:
This is because bootstrap is installed then as
../bower_components/bootstrap
instead of../node_modules/bootstrap
. This is easy solvable by installing it via NPM too (so it'll download bootstrap into../node_modules
too as dependency). But using only bower fails.Since I'm installing boostrap using bower, I find it very strange that I need to download it twice - via npm and via bower.
The text was updated successfully, but these errors were encountered: