acidsound / bootstrap-datepicker

Meteor packaging of bootstrap-datepicker
5 stars 26 forks source link

Meteorite installation doesn't work #4

Open pipedreambomb opened 11 years ago

pipedreambomb commented 11 years ago

When I install this with mrt add bootstrap-datepicker, it won't run:

Your app is crashing. Here's the latest log.

Errors prevented startup:
Exception while bundling application:
Error: ENOENT, no such file or directory '/home/g/workspace/gave/.meteor/meteorite/packages/bootstrap-datepicker/lib/bootstrap-datepicker/js/bootstrap-datepicker.js'

Its objection seems fair, as the whole /.meteor/meteorite/packages/bootstrap-datepicker/lib/bootstrap-datepicker/ directory is empty, except for a .git file.

yauh commented 11 years ago

Still see this with Meteor/Meteorite 0.6.2.1. Any chance for fix?

ghost commented 11 years ago

I believe this used to include bootstrap-datepicker as a git submodule, which seems to be broken.

wizonesolutions commented 11 years ago

I'm getting the same problem when trying to install via Meteorite.

stachrom commented 11 years ago

same issue here.

I wonder is it a meteorite problem according to submodule inside github or a broken bootstrap-datepicker package.

--> https://github.com/oortcloud/meteorite/issues/153

kevinharvey commented 11 years ago

@stachrom is right, it's the larger meteorite problem. Try this fork in your smart.json:

...
    "bootstrap-datepicker": {
      "git": "https://github.com/ideiudicibus/bootstrap-datepicker.git",
      "commit": "5b8b05dc778d47986de68ecf193083b26589c5b1"
    }
...

One of two things needs to happen:

1) Meteorite needs to figure out the submodule problem 2) The source files for bootstrap-datepicker need to make it into this repository, and then on to Atmosphere

kevingzhang commented 10 years ago

=> Errors while scanning packages:

While building package bootstrap-datepicker: error: File not found: lib/bootstrap-datepicker/js/bootstrap-datepicker.js error: File not found: lib/bootstrap-datepicker/css/datepicker.css

/usr/local/lib/node_modules/meteorite/lib/command.js:35 throw "Command exited with " + code + "/" + signal; ^ Command exited with 1/null

The same. maybe I have to manually put those files into the local folder

kingluddite commented 10 years ago

@kevingzhang I have the same issue with exact same error.