I'm trying to push an updated version of my Meteor app to Modulus after switching dev environment but I now get the following:
Client:
Unable to connect to any application instances.
Server:
Now using node v6.2.0
Found package.json: ./package.json
WARNING: Main file not specified in package.json.
WARNING: Looking for common main file names: index.js, app.js, server.js, main.js.
ERROR: No main or start script found. There is no application to run.
Before pushing this last update, the server log looked like below after successful startup but I'm not sure what the actual problem is. Any ideas?
Last functioning startup message on server:
Now using node v0.10.41
Found package.json: ./programs/server/package.json
Start script specified in package.json: node ../../main
Running command: npm start
> meteor-dev-bundle@0.0.0 start /mnt/app/programs/server
> node ../../main
Now using node v0.10.41
Found package.json: ./programs/server/package.json
Start script specified in package.json: node ../../main
Running command: npm start