Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meteorite installation doesn't work #4

Open
pipedreambomb opened this issue Apr 3, 2013 · 6 comments
Open

Meteorite installation doesn't work #4

pipedreambomb opened this issue Apr 3, 2013 · 6 comments

Comments

@pipedreambomb
Copy link

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
Copy link

yauh commented May 10, 2013

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

@ghost
Copy link

ghost commented Jun 7, 2013

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

@wizonesolutions
Copy link

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

@stachrom
Copy link

same issue here.

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

--> oortcloud/meteorite#153

@kevinharvey
Copy link

@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

@kevinharvey kevinharvey mentioned this issue Jun 28, 2013
@kevingzhang
Copy link

=> 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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants