Launch meteorite app in Nodejitsa

The meteor application deployed to Nodejitsu's trial environment, but failed to launch it. After running jitsu deploy from my meteor application directory, I get the following error: ReferenceError: Meteor is not defined .

If you received the meteor app and are running on Nodejitsu, please highlight the steps you took and the dependencies that might be missing. I will use your suggestions and try to run my application. Thanks.

 // package.json contents { "name": "test123-meteor", "subdomain": "user123.test123-meteor", /* * Really not sure about this line here... */ "scripts": { "start": "node client/controllers/GeneralController.js" }, "version": "0.0.1-2", "engines": { "node": "0.8.x" } } 
+6
source share
2 answers

I tried this today and had no problem using the demeoter. I wrote the following short article about this in Meteorpedia, which includes my own build script, which greatly simplifies deployment.

http://www.meteorpedia.com/read/Nodejitsu

+2
source

The meteor will not work on nodejitsu until this error has been fixed: node-fibers will not build on SmartOS . If you want this, you must run the error or even examine it. (Naively, it looks like it requires more persistence than shine; the problem of building only one OS for a package that does not upgrade to more than 5 other OSs.)

+1
source

All Articles