Skip to content

Instantly share code, notes, and snippets.

@guiomie
Created October 23, 2011 19:38
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 guiomie/1307787 to your computer and use it in GitHub Desktop.
Save guiomie/1307787 to your computer and use it in GitHub Desktop.
smartmachine deploy erro
Counting objects: 10, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (6/6), done.
Writing objects: 100% (6/6), 685 bytes, done.
Total 6 (delta 4), reused 0 (delta 0)
remote: Deploying node-service.
remote: revision: 3b1dbf806500f56d5954010bcc559b02266c11bc
remote: timestamp: 2011-10-23T19-36-49.040696340
remote: Installing node module deps (from package.json).
remote: npm WARN invalid config node-version="v0.4"
remote: npm ERR! Couldn't read dependencies.
remote: npm ERR! Failed to parse json
remote: npm ERR! Unexpected token ILLEGAL
remote: npm ERR! File: /home/node/node-service/releases/2011-10-23T19-36-49.
040696340/package.json
remote: npm ERR! JSON.parse Failed to parse package.json data.
remote: npm ERR! JSON.parse package.json must be actual JSON, not just JavaS
cript.
remote: npm ERR! JSON.parse
remote: npm ERR! JSON.parse This is not a bug in npm.
remote: npm ERR! JSON.parse Tell the package author to fix their package.jso
n file.
remote: npm ERR!
remote: npm ERR! System SunOS 5.11
remote: npm ERR! command "/opt/nodejs/v0.4/bin/node" "/opt/nodejs/bin/npm" "
install" "--link" "--node-version" "v0.4"
remote: npm ERR! cwd /home/node/node-service/releases/2011-10-23T19-36-49.04
0696340
remote: npm ERR! node -v v0.4.11
remote: npm ERR! npm -v 1.0.27
remote: npm ERR!
remote: npm ERR! Additional logging details can be found in:
remote: npm ERR! /home/node/node-service/releases/2011-10-23T19-36-49.04
0696340/npm-debug.log
remote: npm not ok
remote: npm ERR! Failed to parse json
remote: npm ERR! Unexpected token ILLEGAL
remote: npm ERR! File: /home/node/node-service/releases/2011-10-23T19-36-49.0406
96340/package.json
remote: npm ERR! JSON.parse Failed to parse package.json data.
remote: npm ERR! JSON.parse package.json must be actual JSON, not just JavaScrip
t.
remote: npm ERR! JSON.parse
remote: npm ERR! JSON.parse This is not a bug in npm.
remote: npm ERR! JSON.parse Tell the package author to fix their package.json fi
le.
remote: npm ERR!
remote: npm ERR! System SunOS 5.11
remote: npm ERR! command "/opt/nodejs/v0.4/bin/node" "/opt/nodejs/bin/npm" "buil
d" "/home/node/node-service/releases/2011-10-23T19-36-49.040696340" "--npat"
remote: npm ERR! cwd /home/node/node-service/releases/2011-10-23T19-36-49.040696
340
remote: npm ERR! node -v v0.4.11
remote: npm ERR! npm -v 1.0.27
remote: npm ERR!
remote: npm ERR! Additional logging details can be found in:
remote: npm ERR! /home/node/node-service/releases/2011-10-23T19-36-49.040696
340/npm-debug.log
remote: npm not ok
remote:
remote: Rolling back to default server.
remote: Starting node-service.
remote: Rollback succeeded.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment