Skip to content

Instantly share code, notes, and snippets.

@samirnaik
Created June 6, 2013 22:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samirnaik/a58fbaa8a85636546f31 to your computer and use it in GitHub Desktop.
Save samirnaik/a58fbaa8a85636546f31 to your computer and use it in GitHub Desktop.
I get the following error when trying to jitsu deploy. My package.json is included below. Not sure what the "No matching versions" found refers to. npm install works fine for me locally.
snaik@Samirs-MacBook-Pro:~/Developer/clementine/crate (master *)$ jitsu deploy
info: Welcome to Nodejitsu samirnaik
info: jitsu v0.12.11, node v0.10.10
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node app
info: Creating snapshot 0.0.1-1
info Uploading: [=============================] 100%
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: No matching versions found
help: For help with this error contact Nodejitsu Support:
help: webchat: <http://webchat.nodejitsu.com/>
help: irc: <irc://chat.freenode.net/#nodejitsu>
help: email: <support@nodejitsu.com>
help:
help: Copy and paste this output to a gist (http://gist.github.com/)
info: Nodejitsu not ok
{
"name": "crate-node",
"version": "0.0.1-1",
"private": true,
"scripts": {
"start": "node app"
},
"dependencies": {
"express": "3.1.0",
"ejs": "*",
"stylus": "*",
"msgpack": "0.1.8",
"redis": "~0.8.3",
"optimist": "0.4.0",
"parseq": "0.2.0",
"socket.io": "0.9.14"
},
"engines": {
"node": "0.10.10",
"npm": "1.2.x"
},
"subdomain": "crate"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment