Coder Social home page Coder Social logo

Comments (7)

jedwards1211 avatar jedwards1211 commented on June 27, 2024

This is a C++ compilation error in the Fibers library which is a core dependency of Meteor, it looks like it has nothing to do with this project's config. If you're having this issue with meteor-webpack-react you'll probably have it with any Meteor project, so the first thing to do is meteor create a new project, meteor build it and see if you can run the bundle that builds. If there's some difference, check if the created project has a different Meteor version from this one.

from meteor-webpack-react.

AdamBrodzinski avatar AdamBrodzinski commented on June 27, 2024

@bright-sea make sure you're running node 0.10.36 or 0.10.40 for Meteor 1.2. Fibers are not supported in newer Node releases (yet).

from meteor-webpack-react.

bright-sea avatar bright-sea commented on June 27, 2024

@AdamBrodzinski Yes, I am using the latest Node releases and this might the reason of the issue. Thanks for the suggestion and will try to use node 0.10.40 instead.

from meteor-webpack-react.

bright-sea avatar bright-sea commented on June 27, 2024

Just switch back to node 0.10.40 and these errors gone. @AdamBrodzinski

Thanks!

from meteor-webpack-react.

jedwards1211 avatar jedwards1211 commented on June 27, 2024

Cool, thanks @AdamBrodzinski! That's weird, I thought that Meteor downloads and runs whatever version of Node it wants?

from meteor-webpack-react.

AdamBrodzinski avatar AdamBrodzinski commented on June 27, 2024

@jedwards1211 only if you're running the meteor run command. Once it's built it's essentially a node app and then it's up to you to ensure the environment is correct.

If you're not using de-meteorizer I think you also might have to manually set the node version under 'engines' in package.json if you're deploying to a node provider like Nodejitsu or services like that.

Eventually I imagine some hosts and Galaxy will allow you to upload a regular meteor app

from meteor-webpack-react.

jedwards1211 avatar jedwards1211 commented on June 27, 2024

Oh right! I wasn't paying attention. That's cool, I haven't even begin to think about custom Node cloud providers like this.

from meteor-webpack-react.

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.