eugeneware / eugeneware/debowerify

Debowerify doesn't seems to work

Open
#48 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
490
Forks
50
PR merge metrics
No merged PRs in 30d

Description

I have installed through bower

$ bower install bootstrap-daterangepicker --save-dev

In my app.js, I try to include it with

```
var rangePicker = require('bootstrap3-daterangepicker');
```

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 ?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.