Hi
ich versuche vergeblich nodepush auf meinem Server zu installieren.
bis hierhin bin ich gekommen:
achja so sieht es aus wenn ich npm install und npm start ausführe:
danke im vorraus
Bash: Putty Text npm install npm start
root@v14896:/var/www/vhosts/ktownmods.de/httpdocs/forum/wcf/acp/be.bastelstu.wcf
.nodePush# npm install
npm WARN caterpillar-filter@3.0.0 requires a peer of caterpillar@^3.0.0 but none was installed.
npm WARN caterpillar-human@3.0.0 requires a peer of caterpillar@^3.0.0 but none was installed.
npm WARN be.bastelstu.wcf.nodePush@1.0.0 No repository field.
npm WARN be.bastelstu.wcf.nodePush@1.0.0 No license field.
root@v14896:/var/www/vhosts/ktownmods.de/httpdocs/forum/wcf/acp/be.bastelstu.wcf
.nodePush# npm start
> be.bastelstu.wcf.nodePush@1.0.0 start /var/www/vhosts/ktownmods.de/httpdocs/forum/wcf/acp/be.bastelstu.wcf.nodePush
> coffee app.coffee
nodePush (pid:3802)
===================
warn Cannot load config: Error: ENOENT: no such file or directory, lstat '/var/www/vhosts/ktownmods.de/httpdocs/forum/wcf/acp/be.bastelstu.wcf.nodePush/config'
info Inbound-Socket: /var/www/vhosts/ktownmods.de/httpdocs/forum/wcf/acp/be.bastelstu.wcf.nodePush/tmp/inbound.sock
info Outbound-Socket: 0.0.0.0:9001
emerg Failed when initializing inbound socket { Error: listen EADDRINUSE /var/www/vhosts/ktownmods.de/httpdocs/forum/wcf/acp/be.bastelstu.wcf.nodePush/tmp/inbound.sock
at Object.exports._errnoException (util.js:1026:11)
at exports._exceptionWithHostPort (util.js:1049:20)
at Server._listen2 (net.js:1240:19)
at listen (net.js:1289:10)
at Server.listen (net.js:1378:5)
at initInbound (/var/www/vhosts/ktownmods.de/httpdocs/forum/wcf/acp/be.bastelstu.wcf.nodePush/app.coffee:121:10)
at Object.<anonymous> (/var/www/vhosts/ktownmods.de/httpdocs/forum/wcf/acp/be.bastelstu.wcf.nodePush/app.coffee:173:1)
at Object.<anonymous> (/var/www/vhosts/ktownmods.de/httpdocs/forum/wcf/acp/be.bastelstu.wcf.nodePush/app.coffee:1:1)
at Module._compile (module.js:556:32)
at Object.exports.run (/var/www/vhosts/ktownmods.de/httpdocs/forum/wcf/acp/be.bastelstu.wcf.nodePush/node_modules/coffee-script/lib/coffee-script/coffee-script.js:134:23)
at compileScript (/var/www/vhosts/ktownmods.de/httpdocs/forum/wcf/acp/be.bastelstu.wcf.nodePush/node_modules/coffee-script/lib/coffee-script/command.js:224:29)
at compilePath (/var/www/vhosts/ktownmods.de/httpdocs/forum/wcf/acp/be.bastelstu.wcf.nodePush/node_modules/coffee-script/lib/coffee-script/command.js:174:14)
at Object.exports.run (/var/www/vhosts/ktownmods.de/httpdocs/forum/wcf/acp/be.bastelstu.wcf.nodePush/node_modules/coffee-script/lib/coffee-script/command.js:98:20)
at Object.<anonymous> (/var/www/vhosts/ktownmods.de/httpdocs/forum/wcf/acp/be.bastelstu.wcf.nodePush/node_modules/coffee-script/bin/coffee:7:41)
at Module._compile (module.js:556:32)
at Object.Module._extensions..js (module.js:565:10)
at Module.load (module.js:473:32)
at tryModuleLoad (module.js:432:12)
at Function.Module._load (module.js:424:3)
at Module.runMain (module.js:590:10)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
code: 'EADDRINUSE',
errno: 'EADDRINUSE',
syscall: 'listen',
address: '/var/www/vhosts/ktownmods.de/httpdocs/forum/wcf/acp/be.bastelstu.wcf.nodePush/tmp/inbound.sock',
port: -1 }
npm ERR! Linux 3.13.0-042stab116.2
npm ERR! argv "/root/local/bin/node" "/root/local/bin/npm" "start"
npm ERR! node v6.4.0
npm ERR! npm v3.10.3
npm ERR! code ELIFECYCLE
npm ERR! be.bastelstu.wcf.nodePush@1.0.0 start: `coffee app.coffee`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the be.bastelstu.wcf.nodePush@1.0.0 start script 'coffee app.coffee'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the be.bastelstu.wcf.nodePush package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! coffee app.coffee
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs be.bastelstu.wcf.nodePush
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls be.bastelstu.wcf.nodePush
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /var/www/vhosts/ktownmods.de/httpdocs/forum/wcf/acp/be.bastelstu.wcf.nodePush/npm-debug.log
root@v14896:/var/www/vhosts/ktownmods.de/httpdocs/forum/wcf/acp/be.bastelstu.wcf
.nodePush#
Display More
Bash: npm-debug.log
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'start' ]
2 info using npm@3.10.6
3 info using node@v0.10.36
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle be.bastelstu.wcf.nodePush@1.0.0~prestart: be.bastelstu.wcf.nodePush@1.0.0
6 silly lifecycle be.bastelstu.wcf.nodePush@1.0.0~prestart: no script for prestart, continuing
7 info lifecycle be.bastelstu.wcf.nodePush@1.0.0~start: be.bastelstu.wcf.nodePush@1.0.0
8 verbose lifecycle be.bastelstu.wcf.nodePush@1.0.0~start: unsafe-perm in lifecycle true
9 verbose lifecycle be.bastelstu.wcf.nodePush@1.0.0~start: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/var/www/vhosts/ktownmods.de/httpdocs/forum/wcf/acp/be.bastelstu.wcf.nodePush/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
10 verbose lifecycle be.bastelstu.wcf.nodePush@1.0.0~start: CWD: /var/www/vhosts/ktownmods.de/httpdocs/forum/wcf/acp/be.bastelstu.wcf.nodePush
11 silly lifecycle be.bastelstu.wcf.nodePush@1.0.0~start: Args: [ '-c', 'coffee app.coffee' ]
12 silly lifecycle be.bastelstu.wcf.nodePush@1.0.0~start: Returned: code: 1 signal: null
13 info lifecycle be.bastelstu.wcf.nodePush@1.0.0~start: Failed to exec start script
14 verbose stack Error: be.bastelstu.wcf.nodePush@1.0.0 start: `coffee app.coffee`
14 verbose stack Exit status 1
14 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:255:16)
14 verbose stack at EventEmitter.emit (events.js:98:17)
14 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:40:14)
14 verbose stack at ChildProcess.emit (events.js:98:17)
14 verbose stack at maybeClose (child_process.js:766:16)
14 verbose stack at Process.ChildProcess._handle.onexit (child_process.js:833:5)
15 verbose pkgid be.bastelstu.wcf.nodePush@1.0.0
16 verbose cwd /var/www/vhosts/ktownmods.de/httpdocs/forum/wcf/acp/be.bastelstu.wcf.nodePush
17 error Linux 3.13.0-042stab116.2
18 error argv "node" "/usr/local/bin/npm" "start"
19 error node v0.10.36
20 error npm v3.10.6
21 error code ELIFECYCLE
22 error be.bastelstu.wcf.nodePush@1.0.0 start: `coffee app.coffee`
22 error Exit status 1
23 error Failed at the be.bastelstu.wcf.nodePush@1.0.0 start script 'coffee app.coffee'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the be.bastelstu.wcf.nodePush package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error coffee app.coffee
23 error You can get information on how to open an issue for this project with:
23 error npm bugs be.bastelstu.wcf.nodePush
23 error Or if that isn't available, you can get their info via:
23 error npm owner ls be.bastelstu.wcf.nodePush
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]
Display More