javascript - Getting error in building project in using bower, nodejs, grunt -


i have created project using nodejs,

bower packages installed not added tags in index.html, have manually inserted script tags ../bower_components

so getting error

http://localhost:9000/bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js failed load resource: server responded status of 404 (not found) 2016-05-24 18:11:04.419 http://localhost:9000/bower_components/angular-ui-router/release/angular-ui-router.js failed load resource: server responded status of 404 (not found) 2016-05-24 18:11:04.581 angular.js:4587 uncaught error: [$injector:modulerr] failed instantiate module bulbulportal20app due to: error: [$injector:modulerr] failed instantiate module ui.bootstrap due to: error: [$injector:nomod] module 'ui.bootstrap' not available! either misspelled module name or forgot load it. if registering module ensure specify dependencies second argument. 

to avoid these errors in future have do?


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -