Skip to content

Instantly share code, notes, and snippets.

@SachaG
Created September 13, 2012 02:32
Show Gist options
  • Save SachaG/3711471 to your computer and use it in GitHub Desktop.
Save SachaG/3711471 to your computer and use it in GitHub Desktop.
uilding meteor bundle
Stand back while Meteorite does it's thing
Installing Meteor
branch: https://github.com/meteor/meteor.git#auth
Installing smart packages
Downloading Meteor development bundle
######################################################################## 100.0%
✓ router
tag: https://github.com/tmeasday/meteor-router.git#v0.1.0
✓ deps-extensions
branch: https://github.com/tmeasday/meteor-deps-extensions.git#master
Done installing smart packages
Ok, everything's ready. Here comes Meteor!
Errors prevented bundling:
Exception while bundling application:
Error: ENOENT, no such file or directory 'package.js'
at Object.fs.openSync (fs.js:338:18)
at Object.fs.readFileSync (fs.js:182:15)
at _.extend.init_from_library (/app/.meteorite/meteors/meteor/meteor/a5a3d3a94a0c35bbea7f81752e72edd3190e4842/app/lib/packages.js:91:19)
at Object.module.exports.get (/app/.meteorite/meteors/meteor/meteor/a5a3d3a94a0c35bbea7f81752e72edd3190e4842/app/lib/packages.js:222:11)
at self.api.use (/app/.meteorite/meteors/meteor/meteor/a5a3d3a94a0c35bbea7f81752e72edd3190e4842/app/lib/bundler.js:83:28)
at Array.forEach (native)
at Function._.each._.forEach (/app/.meteorite/meteors/meteor/meteor/a5a3d3a94a0c35bbea7f81752e72edd3190e4842/app/lib/third/underscore.js:76:11)
at Object.self.api.use (/app/.meteorite/meteors/meteor/meteor/a5a3d3a94a0c35bbea7f81752e72edd3190e4842/app/lib/bundler.js:82:9)
at _.extend.init_from_app_dir [as on_use] (/app/.meteorite/meteors/meteor/meteor/a5a3d3a94a0c35bbea7f81752e72edd3190e4842/app/lib/packages.js:133:11)
at _.extend.use (/app/.meteorite/meteors/meteor/meteor/a5a3d3a94a0c35bbea7f81752e72edd3190e4842/app/lib/bundler.js:362:11)
tar: /app/tmp/repo.git/.cache/bundle.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Exiting with failure status due to previous errors
! Heroku push rejected, failed to compile Meteor app app
Copy link

ghost commented Oct 6, 2012

It is happening for me too! How to fix it>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment