0

Today I wanted to install https://github.com/eternicode/bootstrap-datepicker with jspm for my Aurelia project. So I did this

jspm install -y npm:bootstrap-datepicker

It didn't report any errors back, however the result was only a single .js file, when I checked in jspm_packages after the install. The folders and css files were missing.

I've asked in jspm gitter and reported it in github, it doesn't look however, like there a lot of activity or feedback in there.

For example I found this old pull ( https://github.com/jspm/registry/pull/204 ) which is still open, so I guess it is not likely that this will be fixed anytime soon.

So I'd be very interested in a an alternative workaround, if anyone would happen to know how to do such a thing. :)

Dac0d3r
  • 2,176
  • 6
  • 40
  • 76

1 Answers1

0

The other files should in the bootstrap-datepicker@1.5.0 folder.

Check the path at jspm_packages/npm/bootstrap-datepicker@1.5.0 again.

Joey
  • 446
  • 6
  • 11
  • *WHAT? Somehow this worked just now. Couldn't find the folder all day yesterday. Thanks anyways, because of your comment I went back and installed it once again, and now it works heh. :D – Dac0d3r Nov 04 '15 at 10:28