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
I managed to sort out my own issue last. It would seem I was using browserify's "require" method incorrectly. I had upgraded from an earlier version of Browserify and my build broke. I was doing this:
I was externalizing the vendor files into a separate build and transforming them with debowerify, but I kept getting "Unable to find module 'libs/angular/angular.js' " even though the path resolved correctly. It all works now. Thanks!
I have installed through bower
$ bower install bootstrap-daterangepicker --save-dev
In my app.js, I try to include it with
Please not that the bower_components is into the folder ./client/ but I have a .bowerrc file with
{
"cwd": "client"
}
The bower.json of this library as all the required attributes. (see :
https://github.com/dangrossman/bootstrap-daterangepicker/blob/master/bower.json )
Gulp is in charge to do the browserify bundle for me, but I can't make it work, I always got this error :
[18:06:53] Browserify Error { [Error: Cannot find module 'bootstrap3-daterangepicker' from ...
Any suggestion on how to debug this ?
The text was updated successfully, but these errors were encountered: