vsn4ik / bootstrap-checkbox

A checkbox component based on Bootstrap framework.

Home Page:https://vsn4ik.github.io/bootstrap-checkbox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install via npm fails with unmetgrunt dependency

dvatp opened this issue · comments

commented

Attempting to install bootstrap-checkbox via npm fails with:

/home/dvatp
├── bootstrap-checkbox@1.4.0
└── UNMET PEER DEPENDENCY grunt@~0.4.5
npm WARN bootstrap-checkbox@1.4.0 requires a peer of grunt@~0.4.5 but none was installed.

So it's looking for grunt 0.4.5 but that is apparently no longer available in the repository so the dependency can't be satisfied.

This is odd because I checked the source for 1.4.0 and package.json indicates a dependency on a 1.x variant of grunt. Was the package built incorrectly?

Fixed in v1.5.0