limeyd / meteor-bootstrap-jasny

UX/UI framework from Twitter extended by jasny wrapped up as a Meteor smart package
5 stars 0 forks source link

Error while deploying an app with this package. #1

Open arvindravi opened 11 years ago

arvindravi commented 11 years ago

I'm trying to deploy an app with this package,and I've got this error :

 Errors prevented deploying:
Exception while bundling application:
Error: The package named bootstrap-jasny does not exist.
    at _.extend.init_from_library (/usr/local/meteor/app/lib/packages.js:91:13)
    at Object.module.exports.get (/usr/local/meteor/app/lib/packages.js:225:11)
    at self.api.use (/usr/local/meteor/app/lib/bundler.js:83:28)
    at Array.forEach (native)
    at Function._.each._.forEach (/usr/local/meteor/app/lib/third/underscore.js:79:11)
    at Object.self.api.use (/usr/local/meteor/app/lib/bundler.js:82:9)
    at _.extend.init_from_app_dir [as on_use] (/usr/local/meteor/app/lib/packages.js:136:11)
    at _.extend.use (/usr/local/meteor/app/lib/bundler.js:362:11)
    at Object.exports.bundle (/usr/local/meteor/app/lib/bundler.js:649:12)
    at bundle_and_deploy (/usr/local/meteor/app/meteor/deploy.js:81:24)

I'm able to deploy it properly with this package removed though.

limeyd commented 11 years ago

Not sure what's going wrong for you but I quickly deployed an test app here http://testjasny.meteor.com/ using the iconic-cloud icon.

This is clean project with only bootstrap-jasny added everything else is vanilla. mrt create testjasny cd testjasny mrt add bootstrap-jasny ...edit file mrt deploy testjasny

How did you add the package to your project?

arvindravi commented 11 years ago

I added it the same way you did, 'mrt add bootstrap-jasny'. Could it be a node issue?

limeyd commented 11 years ago

Is bootstrap-jasny in both your smart.json, smart.lock and .meteor/packages?

arvindravi commented 11 years ago

Yes.

asccigcc commented 11 years ago

i have the same bug in my app.

limeyd commented 11 years ago

what versions of meteor and meteorite are you running?

limeyd commented 11 years ago

I believe you are deploying the app with meteor not mrt please confirm?