Giter Site home page Giter Site logo

Comments (3)

arunoda avatar arunoda commented on July 25, 2024

When does this happens, in the server or while bundling. If this is
bundling meteor-up does meteor bundle.

May be this is because of the c++ addon. Which is not working at the moment
due to the use of bundle.

I've some plans to incorporate add some helper to re-install binary modules
at the server, but not so soon.

On Wed, Dec 18, 2013 at 1:57 PM, Tarang Patel [email protected]:

How does meteor up handle npm modules? Does it automatically install them
like meteor on its own does or upload the project with the .npm directory?

I ran into this

[app] at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (/opt/meteor/app/programs/server/npm/ursa/main/node_modules/ursa/lib/ursa.js:18:18)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)

The npm module referenced is ursa from https://github.com/Obvious/ursa

If I run the app ordinarily it works. It could be because the file
referenced on that line is a binary node file


Reply to this email directly or view it on GitHubhttps://github.com/zodern/meteor-up/issues/7
.

Arunoda Susiripala

@arunoda http://twitter.com/arunoda
http://gplus.to/arunodahttps://github.com/arunoda
http://www.linkedin.com/in/arunoda

from meteor-up-legacy.

Tarang avatar Tarang commented on July 25, 2024

The project wont deploy it gives back STDERR.

If I check the logs with mup logs the output comes back as what is above.

Its likely because of the C++ addon. Maybe a good idea would be to use demeteorizer instead of meteor bundle and then run npm install to install the modules on the server side it might be easier than implementing it separately just for binary modules

from meteor-up-legacy.

arunoda avatar arunoda commented on July 25, 2024

Yes. I got it.
Oh! demeteorizer is a bad idea. With that, we can't have diff modules for
different packages. It's better to do the bundle locally, as possibly as we
can. We should not depend on the npm for the deploy time.

Anyway, something working than nothing is better. I'll try to work on this,
but I'm too busy with a project.

On Wed, Dec 18, 2013 at 3:00 PM, Tarang Patel [email protected]:

The project wont deploy it gives back STDERR.

If I check the logs with mup logs the output comes back as what is above.

Its likely because of the C++ addon. Maybe a good idea would be to use
demeteorizer and then run npm update to install the modules on the server
side?


Reply to this email directly or view it on GitHubhttps://github.com/zodern/meteor-up/issues/7#issuecomment-30827636
.

Arunoda Susiripala

@arunoda http://twitter.com/arunoda
http://gplus.to/arunodahttps://github.com/arunoda
http://www.linkedin.com/in/arunoda

from meteor-up-legacy.

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.