Coder Social home page Coder Social logo

Comments (45)

cbwheadon avatar cbwheadon commented on September 16, 2024

I'm getting the same issue.

from heroku-buildpack-meteorite.

jononomo avatar jononomo commented on September 16, 2024

Same issue here, also.

from heroku-buildpack-meteorite.

djhi avatar djhi commented on September 16, 2024

Same issue too

from heroku-buildpack-meteorite.

sdierauf avatar sdierauf commented on September 16, 2024

samsies.

from heroku-buildpack-meteorite.

djhi avatar djhi commented on September 16, 2024

It may not be a buildpack prb. I tried to bundle a very simple app through meteor standard bundle command. Can't run it too. I'll post a ticket on meteor repository

from heroku-buildpack-meteorite.

djhi avatar djhi commented on September 16, 2024

My bad, answer is in the meteor doc:

cd bundle
$ (cd programs/server && npm install)

I'll try to update the bundlepack to test that

from heroku-buildpack-meteorite.

alprestedge avatar alprestedge commented on September 16, 2024

I'm definitely getting this as well.

from heroku-buildpack-meteorite.

lirbank avatar lirbank commented on September 16, 2024

There is supposably a working buildpack here https://github.com/haynzz/buildpack-meteor-0.9 (I haven't tried it yet).

from heroku-buildpack-meteorite.

djhi avatar djhi commented on September 16, 2024

I managed to make it work, you can use my fork in the meantime. I'll send a pull request

from heroku-buildpack-meteorite.

lirbank avatar lirbank commented on September 16, 2024

@djhi Very cool, please do!

from heroku-buildpack-meteorite.

 avatar commented on September 16, 2024

hi @djhi I am using you fork. But I am still seeing error about fibers thingy...any idea?

/tmp/node-meteor-f1Eo/.meteor/packages/meteor-tool/.1.0.26.1owm6lu++os.linux.x86_64+web.browser+web.cordova/meteor-tool-os.linux.x86_64/dev_bundle/lib/node_modules/fibers/future.js:173
throw(ex);
^

from heroku-buildpack-meteorite.

djhi avatar djhi commented on September 16, 2024

No, I can't see why it wouldn't install with this code. I suppose you upgraded to 0.9.0 but if you are using meteorite too, did you run mrt migrate-app ?

from heroku-buildpack-meteorite.

 avatar commented on September 16, 2024

I am kind of noob in deploying. On heroku, how could i run mrt? I am running my app fine on local. Only when deploy, I have the issue, which I solely depends on the buildpack to help out.

edited: I removed all mrt packages, i.e. collectionfs for example. now only have meteor packages.

from heroku-buildpack-meteorite.

djhi avatar djhi commented on September 16, 2024

did you migrated it on local ?

from heroku-buildpack-meteorite.

 avatar commented on September 16, 2024

Yes I did. It run fine on local so far.

from heroku-buildpack-meteorite.

djhi avatar djhi commented on September 16, 2024

Can you make a small change in your code and commit it, then post the logs of the buildpack here ?

from heroku-buildpack-meteorite.

 avatar commented on September 16, 2024

The logs are too long. I capture it here: http://i.imgur.com/x5qVwI4.png

from heroku-buildpack-meteorite.

djhi avatar djhi commented on September 16, 2024

mmm it looks like the installation of some meteorite packages requires fibers too (sass in your case). I tried to install it along with meteorite but if any packages requires other npms modules to install, that will be difficult to maintain.

Can you try again ?

from heroku-buildpack-meteorite.

 avatar commented on September 16, 2024

I have just tried. Still having the exact same issue... emm wonder...

from heroku-buildpack-meteorite.

djhi avatar djhi commented on September 16, 2024

Can you post the logs again ?

from heroku-buildpack-meteorite.

 avatar commented on September 16, 2024

I suppose the log is the same. Here: http://i.imgur.com/3AhGsX4.png

from heroku-buildpack-meteorite.

djhi avatar djhi commented on September 16, 2024

Ok that's what I thought. The prb isn't in the build pack. The sass package you seems to have a bug on install. Try removing it

from heroku-buildpack-meteorite.

 avatar commented on September 16, 2024

I have the same feeling too. Let me try. Sorry to bother. I will let you know once I remove the package. Thank you so much.

from heroku-buildpack-meteorite.

 avatar commented on September 16, 2024

Success! Thank you @djhi ! Now i have to manually watch the scss compilation... Appreciate your help. 👍

from heroku-buildpack-meteorite.

djhi avatar djhi commented on September 16, 2024

Glad you got it working :)

from heroku-buildpack-meteorite.

amandasaffer avatar amandasaffer commented on September 16, 2024

I'm having an issue with building my 9.0.1 app on Heroku as well. I set the BUILDPACK_URL to https://github.com/oortcloud/heroku-buildpack-meteorite.git and updated the ROOT_URL, MONGO_URL, MONGODB_URL, and MONGOHQ_URL as instructed. The build is successful, but then I get an Application Error when trying to view my site (http://puu.sh/blEL4/47c8f31b26.png).

The site works fine when I deploy to Meteor servers, so any thoughts?

Edit: After looking at logs, I see fibers is my issue, too. But not sure how to troubleshoot this well since the site deploys fine to meteor.com.

from heroku-buildpack-meteorite.

djhi avatar djhi commented on September 16, 2024

We need the build log from heroku when you push to their git repo in order
to help you. Can you post it ? Can you try with my fork of the build pack ?

2014-09-04 22:29 GMT+02:00 Amanda Saffer [email protected]:

I'm having an issue with building my 9.0.1 app on Heroku as well. I set
the BUILDPACK_URL to
https://github.com/oortcloud/heroku-buildpack-meteorite.git and updated
the ROOT_URL, MONGO_URL, MONGODB_URL, and MONGOHQ_URL as instructed. The
build is successful, but then I get an Application Error when trying to
view my site (http://puu.sh/blEL4/47c8f31b26.png).

The site works fine when I deploy to Meteor servers, so any thoughts?


Reply to this email directly or view it on GitHub
#52 (comment)
.

from heroku-buildpack-meteorite.

amandasaffer avatar amandasaffer commented on September 16, 2024

Yeah, sure thing. Sorry if I'm missing something obvious, I'm definitely a baby developer. Here's the build log:

-----> Fetching custom git buildpack... done
-----> Meteor app app detected
-----> Resolving engine versions

       No version of Node.js specified in nodeversion, using '0.10.29'

       Using Node.js version: 0.10.29
-----> Fetching Node.js binaries
        - downloading and extracting node from http://s3pository.heroku.com/node/v0.10.29/node-v0.10.29-linux-x64.tar.gz
-----> Installing meteorite with npm
       /tmp/node-modules-TQwx/bin/mrt -> /tmp/node-modules-TQwx/lib/node_modules/meteorite/bin/mrt.js

       > [email protected] postinstall /tmp/node-modules-TQwx/lib/node_modules/meteorite
       > sh ./completions/postinstall.sh

       [email protected] /tmp/node-modules-TQwx/lib/node_modules/meteorite
       ????????? [email protected]
       ????????? [email protected]
       ????????? [email protected]
       ????????? [email protected]
       ????????? [email protected]
       ????????? [email protected] ([email protected], [email protected])
       ????????? [email protected] ([email protected], [email protected], [email protected], [email protected])
       ????????? [email protected] ([email protected], [email protected], [email protected])
       ????????? [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected])
       Meteorite installed
       Installing meteor
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  4506    0  4506    0     0  23423      0 --:--:-- --:--:-- --:--:-- 31075
Downloading Meteor distribution

############################################################# 100.0%

Meteor 0.9.0.1 has been installed in your home directory (~/.meteor).

Now you need to do one of the following:

  (1) Add "$HOME/.meteor" to your path, or
  (2) Run this command as root:
        cp "/tmp/node-meteor-FcS3/.meteor/packages/meteor-tool/1.0.26/meteor-tool-os.linux.x86_64/scripts/admin/launch-meteor" /usr/bin/meteor

Then to get started, take a look at 'meteor --help' or see the docs at
docs.meteor.com.
       Meteor installed
       Installing packages
       �[1m�[32m???�[39m�[22m�[37m�[1m minimongoid�[22m�[39m
           �[90mtag: https://github.com/Exygy/minimongoid.git#v0.8.8�[39m
       �[1m�[32m???�[39m�[22m�[37m�[1m underscore-string-latest�[22m�[39m
           �[90mtag: https://github.com/TimHeckel/meteor-underscore-string.git#v2.3.3�[39m

       �[1mDone installing smart packages�[22m
       Building meteor bundle
       Figuring out the best package versions to use. This may take a moment.
       Refreshing package metadata. This may take a moment.
         downloading benjaminrh:respond at version 0.1.0 ...  done
         downloading mrt:accounts-admin-ui-bootstrap-3 at version 0.2.7 ...  done
         downloading mrt:modernizr-meteor at version 2.6.2 ...  done
         downloading mrt:accounts-ui-bootstrap-3 at version 0.3.0-1 ...  done
         downloading mizzao:build-fetcher at version 0.2.0 ...  done
         downloading mrt:jquery-ui-bootstrap at version 0.1.2 ...  done
         downloading iron:dynamic-template at version 0.3.0 ...  done
         downloading iron:router at version 0.9.1 ...  done
         downloading aslagle:reactive-table at version 0.4.0 ...  done
         downloading mrt:underscore-string-latest at version 2.3.3 ...  done
         downloading natestrauser:font-awesome at version 4.2.0 ...  done
         downloading iron:layout at version 0.3.0 ...  done
         downloading mrt:bootstrap-3 at version 3.1.1-1 ...  done
         downloading digilord:roles at version 1.2.12 ...  done
         downloading mrt:moment at version 2.8.1 ...  done
         downloading mrt:minimongoid at version 0.8.8 ...  done
         downloading sacha:spin at version 0.2.4 ...  done
         downloading alanning:roles at version 1.2.12 ...  done
         downloading iron:core at version 0.3.2 ...  done
         downloading mizzao:jquery-ui at version 1.11.0 ...  done
         downloading meteorhacks:fast-render at version 1.0.1 ...  done
         downloading mrt:just-i18n at version 0.3.0 ...  done
         downloading npm-bcrypt at version 0.7.7 ...  done
Setting up MONGO_URL in .profile.d
-----> Vendoring node into slug
-----> Discovering process types
       Procfile declares types      -> (none)
       Default types for Meteor app -> web

-----> Compressing... done, 31.1MB
-----> Launching... done, v135
       http://xxxxxxxx.herokuapp.com/ deployed to Heroku

And here's the error log:

Sep 04 13:28:54  heroku/web.1:  State changed from up to starting 
Sep 04 13:28:57  heroku/web.1:  Starting process with command `.meteor/heroku_build/bin/node .meteor/heroku_build/app/main.js` 
Sep 04 13:28:58  app/web.1:  module.js:340 
Sep 04 13:28:58  app/web.1:      throw err; 
Sep 04 13:28:58  app/web.1:            ^ 
Sep 04 13:28:58  app/web.1:  Error: Cannot find module 'fibers' 
Sep 04 13:28:58  app/web.1:      at Function.Module._resolveFilename (module.js:338:15) 
Sep 04 13:28:58  app/web.1:      at Function.Module._load (module.js:280:25) 
Sep 04 13:28:58  app/web.1:      at Module.require (module.js:364:17) 
Sep 04 13:28:58  app/web.1:      at require (module.js:380:17) 
Sep 04 13:28:58  app/web.1:      at Object.<anonymous> (/app/.meteor/heroku_build/app/programs/server/boot.js:1:75) 
Sep 04 13:28:58  app/web.1:      at Module._compile (module.js:456:26) 
Sep 04 13:28:58  app/web.1:      at Object.Module._extensions..js (module.js:474:10) 
Sep 04 13:28:58  app/web.1:      at Module.load (module.js:356:32) 
Sep 04 13:28:58  app/web.1:      at Function.Module._load (module.js:312:12) 
Sep 04 13:28:58  app/web.1:      at Module.require (module.js:364:17) 
Sep 04 13:28:58  heroku/web.1:  Process exited with status 8 
Sep 04 13:28:59  heroku/web.1:  State changed from starting to crashed 
Sep 04 13:28:59  heroku/web.1:  State changed from crashed to starting 
Sep 04 13:29:03  heroku/web.1:  Starting process with command `.meteor/heroku_build/bin/node .meteor/heroku_build/app/main.js` 
Sep 04 13:29:04  app/web.1:      throw err; 
Sep 04 13:29:04  app/web.1:            ^ 
Sep 04 13:29:04  app/web.1:  Error: Cannot find module 'fibers' 
Sep 04 13:29:04  app/web.1:      at Function.Module._resolveFilename (module.js:338:15) 
Sep 04 13:29:04  app/web.1:      at Function.Module._load (module.js:280:25) 
Sep 04 13:29:04  app/web.1:      at Module.require (module.js:364:17) 
Sep 04 13:29:04  app/web.1:      at require (module.js:380:17) 
Sep 04 13:29:04  app/web.1:      at Object.<anonymous> (/app/.meteor/heroku_build/app/programs/server/boot.js:1:75) 
Sep 04 13:29:04  app/web.1:      at Module._compile (module.js:456:26) 
Sep 04 13:29:04  app/web.1:      at Object.Module._extensions..js (module.js:474:10) 
Sep 04 13:29:04  app/web.1:      at Module.load (module.js:356:32) 
Sep 04 13:29:04  app/web.1:      at Function.Module._load (module.js:312:12) 
Sep 04 13:29:04  app/web.1:      at Module.require (module.js:364:17) 
Sep 04 13:29:04  app/web.1:  module.js:340 
Sep 04 13:29:05  heroku/web.1:  Process exited with status 8 
Sep 04 13:29:05  heroku/web.1:  State changed from starting to crashed 

from heroku-buildpack-meteorite.

jononomo avatar jononomo commented on September 16, 2024

@amandasaffer for me it began working when I set the BUILDPACK_URL to https://github.com/djhi/heroku-buildpack-meteorite

from heroku-buildpack-meteorite.

amandasaffer avatar amandasaffer commented on September 16, 2024

@jononomo @djhi Alright, thanks. I'll try @djhi's buildpack URL. Has to be tomorrow, though, since I have to catch a train. I'll keep you updated!

from heroku-buildpack-meteorite.

amandasaffer avatar amandasaffer commented on September 16, 2024

@djhi Awesome, your buildpack worked for me. Thanks a lot. I'll be coming back if Meteor breaks again with a new release. :)

Also, I did get some npm warnings. Is this a concern?

-----> Run npm install
npm WARN package.json [email protected] No description
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No README data

> [email protected] install /tmp/build_2bd14745-5680-4ab0-ac1f-92071f18bcb5/.meteor/heroku_build/app/programs/server/node_modules/fibers
> node ./build.js

`linux-x64-v8-3.14` exists; testing
Binary is fine; exiting
[email protected] node_modules/underscore

[email protected] node_modules/semver

[email protected] node_modules/source-map-support
????????? [email protected] ([email protected])

[email protected] node_modules/fibers
-----> Discovering process types
       Procfile declares types      -> (none)
       Default types for Meteor app -> web

-----> Compressing... done, 32.5MB
-----> Launching... done, v138

from heroku-buildpack-meteorite.

lirbank avatar lirbank commented on September 16, 2024

Yeah, interestingly they released a new version less than two hours ago. :)

from heroku-buildpack-meteorite.

mattcam avatar mattcam commented on September 16, 2024

@djhi's buildpack URL worked for me also

from heroku-buildpack-meteorite.

TGrannen avatar TGrannen commented on September 16, 2024

I was experiencing the same issues, and @djhi's buildpack work perfectly! Thanks @djhi!

from heroku-buildpack-meteorite.

vunguyentuan avatar vunguyentuan commented on September 16, 2024

anyone success deploy meteor 0.9.0.1 and above? I has try but still not work.

UPDATED: I use this command and it work well
heroku stack:set cedar-14
Meteor-Community-Packages/meteor-scss#41

from heroku-buildpack-meteorite.

lirbank avatar lirbank commented on September 16, 2024

@vunguyentuan - you have to run heroku config:set BUILDPACK_URL=https://github.com/djhi/heroku-buildpack-meteorite as well.

from heroku-buildpack-meteorite.

lirbank avatar lirbank commented on September 16, 2024

I.e. you can't use the buildpack from oortcloud, instead use the fork by @djhi (as I showed in the previous comment).

from heroku-buildpack-meteorite.

karldanninger avatar karldanninger commented on September 16, 2024

@lirbank I don't think your URL is correct, you have to use the .git reference heroku config:set BUILDPACK_URL=https://github.com/djhi/heroku-buildpack-meteorite.git

from heroku-buildpack-meteorite.

lirbank avatar lirbank commented on September 16, 2024

Actually, I'm using it without .git' and it works... Just checked my heroku config. Anyway, even if it works, it's probably better to include .git.

Everybody, as @kdanninger said, please use:

heroku config:set BUILDPACK_URL=https://github.com/djhi/heroku-buildpack-meteorite.git

from heroku-buildpack-meteorite.

kaushik1979 avatar kaushik1979 commented on September 16, 2024

This should all be documented. Otherwise, it is so much waste of man-hours trying to find what worked on web.

from heroku-buildpack-meteorite.

cozenlabs avatar cozenlabs commented on September 16, 2024

I am trying to push my app to heroku after updating it to Meteor 0.9.3.1.
I get an error using djhi buildpack as recommended above.

Please help. I have been trying to get my app to heroku for a few days now. Here is output on my screen.

$git push heroku master -f
Enter passphrase for key '/home/ubuntu/.ssh/id_rsa': 
Fetching repository, done.
Counting objects: 2009, done.
Compressing objects: 100% (757/757), done.
Writing objects: 100% (2009/2009), 10.42 MiB | 5.43 MiB/s, done.
Total 2009 (delta 1173), reused 1953 (delta 1166)

-----> Fetching custom git buildpack... done
-----> Meteor app app detected
-----> Resolving engine versions

       No version of Node.js specified in nodeversion, using '0.10.29'

       Using Node.js version: 0.10.29
-----> Fetching Node.js binaries
        - downloading and extracting node from http://s3pository.heroku.com/node/v0.10.29/node-v0.10.29-linux-x64.tar.gz
-----> Installing meteorite with npm

       > [email protected] install /tmp/node-modules-8y8j/lib/node_modules/fibers
       > node ./build.js

       `linux-x64-v8-3.14` exists; testing
       Binary is fine; exiting
       /tmp/node-modules-8y8j/bin/mrt -> /tmp/node-modules-8y8j/lib/node_modules/meteorite/bin/mrt.js

       > [email protected] postinstall /tmp/node-modules-8y8j/lib/node_modules/meteorite
       > sh ./completions/postinstall.sh

       [email protected] /tmp/node-modules-8y8j/lib/node_modules/fibers

       [email protected] /tmp/node-modules-8y8j/lib/node_modules/meteorite
       ├── [email protected]
       ├── [email protected]
       ├── [email protected]
       ├── [email protected]
       ├── [email protected] ([email protected], [email protected])
       ├── [email protected]
       ├── [email protected] ([email protected], [email protected], [email protected], [email protected])
       ├── [email protected] ([email protected], [email protected], [email protected])
       └── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected])
       Meteorite installed
      Installing meteor
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  4506    0  4506    0     0  57536      0 --:--:-- --:--:-- --:--:--  100k
Downloading Meteor distribution
######################################################################## 100.0%

Meteor 0.9.3.1 has been installed in your home directory (~/.meteor).

Now you need to do one of the following:

  (1) Add "$HOME/.meteor" to your path, or
  (2) Run this command as root:
        cp "/tmp/node-meteor-WyBr/.meteor/packages/meteor-tool/1.0.33/meteor-tool-os.linux.x86_64/scripts/admin/launch-meteor" /usr/bin/meteor

Then to get started, take a look at 'meteor --help' or see the docs at
docs.meteor.com.
       Meteor installed
       Installing packages
       ✓ observatory
           tag: https://github.com/jhoxray/observatory.git#v0.3.21
       ✓ font-awesome
           tag: https://github.com/nate-strauser/meteor-font-awesome.git#v4.0.3
       ✓ inspector
           tag: https://github.com/broth-eu/meteor-inspector.git#v0.2.2
       ✓ chartjs
           tag: https://github.com/donskifarrell/meteor-chartjs.git#v0.0.4
       ✓ HTML5-History-API
           tag: https://github.com/tmeasday/meteor-HTML5-History-API.git#v4.0.0
       ✓ page-js-ie-support
           tag: https://github.com/tmeasday/meteor-page-js-ie-support.git#v1.3.5
       ✓ jquery-ui
           tag: https://github.com/TimHeckel/meteor-jquery-ui.git#v1.9.2
       ✓ ace-embed
           tag: https://github.com/stuartfenton/meteor-ace-embed.git#v0.0.4
       ✓ mathjax
           tag: https://github.com/apendua/meteor-mathjax.git#v0.5.0.1
       ✓ autocompletion
           tag: https://github.com/sebdah/meteor-autocompletion.git#v0.1.4
       ✓ wow
           tag: https://github.com/noorderstorm/meteor-wow.git#v0.1.3
       ✓ animate-css
           tag: https://github.com/nate-strauser/meteor-animate-css.git#v2.1.0
       ✓ googleAnalytics
           tag: https://github.com/yasaricli/googleAnalytics.git#v0.0.8
       ✓ iron-router
           tag: https://github.com/EventedMind/iron-router.git#v0.6.4
       ✓ bootstrap-3
           tag: https://github.com/mangasocial/meteor-bootstrap-3.git#v0.3.7
       ✓ accounts-ui-bootstrap-3
           tag: https://github.com/mangasocial/meteor-accounts-ui-bootstrap-3.git#v0.2.4
       ✓ observatory-apollo
           tag: https://github.com/superstringsoftware/observatory-apollo.git#v0.3.2
       ✓ module-loader
           tag: https://github.com/apendua/module-loader.git#v0.5.1
       ✓ observatory-galileo
           branch: https://github.com/superstringsoftware/observatory-galileo.git#master

       Done installing smart packages
       Building meteor bundle
       Installing Meteor 0.7.0.1:
        * 'meteor' build tool (version 09b63f1ed5)
        * Package updates: accounts-base accounts-facebook accounts-github
          accounts-google accounts-meetup accounts-oauth accounts-password
          accounts-twitter accounts-ui accounts-ui-unstyled accounts-weibo amplify
          appcache application-configuration audit-argument-checks autopublish
          autoupdate backbone bootstrap browser-policy browser-policy-common
          browser-policy-content browser-policy-framing check code-prettify
          coffeescript coffeescript-test-helper ctl ctl-helper d3 deps
          dev-bundle-fetcher disable-oplog domutils ejson email facebook facts
          follower-livedata force-ssl geojson-utils github google handlebars htmljs
          http insecure jquery jquery-history jquery-layout jquery-waypoints js-analyze
          js-analyze-tests json jsparse less livedata liverange localstorage logging
          madewith meetup meteor meyerweb-reset minifiers minimongo mongo-livedata
          oauth oauth1 oauth2 ordered-dict preserve-inputs random reactive-dict reload
          routepolicy service-configuration session showdown spark spiderable srp
          standard-app-packages star-translate startup stylus templating test-helpers
          test-in-browser test-in-console tinytest twitter underscore universal-events
          webapp weibo

       Loading Observatory:
       This is version 0.3.2 with completely redesigned architecture and a host of new features available - 
       please check out http://observatoryjs.com for details. There's automagical logging, profiling, application monitoring and more.
       loading observatory: galileo
       loading observatory: apollo
       npm: updating npm dependencies -- marked, nodemailer...
       iron-router: updating npm dependencies -- connect...
-----> Vendoring node into slug
-----> Move to app directory: /programs/server
-----> Run npm install
npm ERR! install Couldn't read dependencies
npm ERR! package.json ENOENT, open '/tmp/build_8cdbc2dc-d6b9-49dd-b81a-e566bf7180ee/.meteor/heroku_build/app/programs/server/package.json'
npm ERR! package.json This is most likely not a problem with npm itself.
npm ERR! package.json npm can't find a package.json file in your current directory.

npm ERR! System Linux 3.8.11-ec2
npm ERR! command "/tmp/node-node-Ih0A/bin/node" "/tmp/node-node-Ih0A/bin/npm" "install"
npm ERR! cwd /tmp/build_8cdbc2dc-d6b9-49dd-b81a-e566bf7180ee/.meteor/heroku_build/app/programs/server
npm ERR! node -v v0.10.29
npm ERR! npm -v 1.4.14
npm ERR! path /tmp/build_8cdbc2dc-d6b9-49dd-b81a-e566bf7180ee/.meteor/heroku_build/app/programs/server/package.json
npm ERR! code ENOPACKAGEJSON
npm ERR! errno 34
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /tmp/build_8cdbc2dc-d6b9-49dd-b81a-e566bf7180ee/.meteor/heroku_build/app/programs/server/npm-debug.log
npm ERR! not ok code 0

 !     Push rejected, failed to compile Meteor app app

To [email protected]:qoll.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to '[email protected]:qoll.git'

from heroku-buildpack-meteorite.

AndrewMagliozzi avatar AndrewMagliozzi commented on September 16, 2024

hey all, you may want to try our buildpack too:

https://github.com/AdmitHub/meteor-buildpack-horse

from heroku-buildpack-meteorite.

mrmowgli avatar mrmowgli commented on September 16, 2024

Why on earth is it installing an old version?

Installing Meteor 0.7.0.1:

from heroku-buildpack-meteorite.

occasl avatar occasl commented on September 16, 2024

Thanks @AndrewMagliozzi! I switched over to this buildpback for Meteor 1.0.0 and added ROOT_URL: [http://myapp.com] to my config and that worked. Good to be off meteorite completely.

from heroku-buildpack-meteorite.

lirbank avatar lirbank commented on September 16, 2024

@jononomo I guess there is no activity in this repo anymore as Meteorite is deprecated as of Meteor 1.0, see the README

Meteorite is no longer used as of Meteor > 1.0. There are other buildpacks that support Meteor 1.0.

A good alternative is https://github.com/AdmitHub/meteor-buildpack-horse

from heroku-buildpack-meteorite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.