Giter Site home page Giter Site logo

Comments (6)

kevinharvey avatar kevinharvey commented on August 25, 2024

I had the same problem, and I think it's a Fibers 1.0.0 vs. 1.0.1 issue. I couldn't get Fibers to reinstall, but on a fresh install I pinned Fibers in package.json and got past this.

{
  ...
  dependencies: {
    "fibers": "1.0.1"
  }
}

from heroku-buildpack-meteorite.

saulshanabrook avatar saulshanabrook commented on August 25, 2024

@kcharvey Could you post your full package.json, because I am still having this error. I don't think it is installing fibers for some reason.

from heroku-buildpack-meteorite.

saulshanabrook avatar saulshanabrook commented on August 25, 2024

For the record, when I my package.json depends on fiber version 1.0.0 or 1.0.1

{
  "name": "myapp",
  "version": "0.0.1",
  "dependencies": {
    "fibers": "1.0.0"
  }
}

It will crash like this:

2013-07-12T16:10:27+00:00 heroku[slug-compiler]: Slug compilation finished
2013-07-12T16:10:32.555970+00:00 heroku[web.1]: Starting process with command `.meteor/heroku_build/bin/node .meteor/heroku_build/app/main.js`
2013-07-12T16:10:33.316479+00:00 app[web.1]: Add phantomjs/casperjs paths ...
2013-07-12T16:10:34.395238+00:00 app[web.1]: /app/.meteor/heroku_build/app/server/server.js:337
2013-07-12T16:10:34.398100+00:00 app[web.1]:     at Array.forEach (native)
2013-07-12T16:10:34.394494+00:00 app[web.1]:
2013-07-12T16:10:34.395496+00:00 app[web.1]:   }).run();
2013-07-12T16:10:34.395496+00:00 app[web.1]:      ^
2013-07-12T16:10:34.398100+00:00 app[web.1]:     at /app/.meteor/heroku_build/app/server/server.js:298:12
2013-07-12T16:10:34.398100+00:00 app[web.1]:     at app/casperjs/config.js:1:28
2013-07-12T16:10:34.398100+00:00 app[web.1]: ReferenceError: require is not defined
2013-07-12T16:10:34.398100+00:00 app[web.1]:     at Function._.each._.forEach (/app/.meteor/heroku_build/app/server/node_modules/underscore/underscore.js:78:11)
2013-07-12T16:10:34.398100+00:00 app[web.1]:     at run (/app/.meteor/heroku_build/app/server/server.js:239:7)
2013-07-12T16:10:35.668379+00:00 heroku[web.1]: Process exited with status 1
2013-07-12T16:10:35.682515+00:00 heroku[web.1]: State changed from starting to crashed

from heroku-buildpack-meteorite.

saulshanabrook avatar saulshanabrook commented on August 25, 2024

My error was because I had other javascript in folders in my repo that meteor was trying to run. Prefixing those with a . fixed the errors.

from heroku-buildpack-meteorite.

gowlin avatar gowlin commented on August 25, 2024

I'm having this original error about reinstalling fibre as well. I added a package.json to my meteor application in the top level directory, but that doesn't seme to solve the problem still. Are there any other work around options for this?

from heroku-buildpack-meteorite.

lucasfeliciano avatar lucasfeliciano commented on August 25, 2024

In which folder do you put the package.json?

Can some one post a entire package.json as exemple for the telescope application?

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.