Failed to start application

Hi everyone!

I’m new here and I dont know how to start :frowning:

I successfully made my app on c9.io, and exported to github. Now I want to use this app on gomix. After import from github app wont start, activity log shows:

/etc/app-types/node/start.sh: line 28: null: command not found

Thanks,
Damian

Your app needs to have a start command defined in package.json. Take a look at the package.json file in https://gomix.com/#!/project/clean-taxicab for an example. It’ll have the format ‘node x’, where x is the main project js file.

Problem solved. Thank you!

1 Like