I've been trying to deploy a Meteor 1.4.3.2 app to Google App Engine To no avail.
I've tried the following instructions -
- https://medium.com/google-cloud/deploying-a-meteor-app-on-google-app-engine-97d340c63576
- https://cloud.google.com/community/tutorials/run-meteor-on-google-app-engine
- https://medium.com/@isohaze/how-to-dockerize-a-meteor-1-4-app-120a34089ddb
All of which leave me with the same result - Error: Can't find npm module 'meteor-deque'
if I install the package manually in programs/server and try to deploy again I get - Error: Can't find npm module 'mongodb'
So I install mongodb manually and finally get Error: Cannot find module './entry.js'
Is there any one out there that has successfully deployed a meteor 1.4.3.2 app on Google Ap Engine that can help me out?
via vacarsu
No comments:
Post a Comment