XervoIO / demeteorizer

Converts a Meteor app into a standard Node.js application.
http://npm.im/demeteorizer
MIT License
703 stars 59 forks source link

Missing modules when deploying to google app engine #279

Open vacarsu opened 7 years ago

vacarsu commented 7 years ago

I'm trying to deploy a meteor app to google app engine. I've tried many different methods to deploy all of them end up with the same result - Error: Can't find npm module 'meteor-deque'.. If I npm install that module I then get Error: Can't find npm module 'mongodb'. So I install that module then I get Error: Cannot find module './entry.js' Does any one have any suggestions for deploying to google app engine.