Klar, hatte ich als erstes gemacht....Ich hab jetzt NPM/Node neu installiert.
Ich weiß nicht, was genau Debian genau gemacht hat, es ist kein Paket node, kein Paket nodejs und kein Paket npm installiert, trotzdem funktioniert npm?
Außerdem erhalte ich jetzt folgende Fehlermeldung bei npm start:
nodePush (pid:21644)
====================
undefined:1
oenervich/thurnax.com/wcf/acp/be.bastelstu.wcf.nodePush/app.coffee"}{"date":"2
^
SyntaxError: Unexpected token {
at Object.parse (native)
at Filter._transform (/var/customers/webs/doenervich/thurnax.com/wcf/acp/be.bastelstu.wcf.nodePush/node_modules/caterpillar-filter/out/lib/caterpillar-filter.js:23:18)
at Filter.<anonymous> (/var/customers/webs/doenervich/thurnax.com/wcf/acp/be.bastelstu.wcf.nodePush/node_modules/caterpillar-filter/out/lib/caterpillar-filter.js:3:59)
at Filter._transform (/var/customers/webs/doenervich/thurnax.com/wcf/acp/be.bastelstu.wcf.nodePush/node_modules/caterpillar/out/lib/caterpillar.js:4:61)
at Filter.Transform._read (_stream_transform.js:173:10)
at Filter.Transform._write (_stream_transform.js:162:10)
at Filter.Writable.write (_stream_writable.js:176:8)
at write (_stream_readable.js:481:24)
at flow (_stream_readable.js:491:7)
at _stream_readable.js:458:7
at process._tickCallback (node.js:427:13)
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.
npm ERR! 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 their info via:
npm ERR! npm owner ls be.bastelstu.wcf.nodePush
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 2.6.32-29-pve
npm ERR! command "node" "/usr/local/bin/npm" "start"
npm ERR! cwd /var/customers/webs/doenervich/thurnax.com/wcf/acp/be.bastelstu.wcf.nodePush
npm ERR! node -v v0.9.9
npm ERR! npm -v 1.4.20
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /var/customers/webs/doenervich/thurnax.com/wcf/acp/be.bastelstu.wcf.nodePush/npm-debug.log
npm ERR! not ok code 0
Display More
Ich erkenne keinen Sinn mehr. Warum kommt jetzt so ein Fehler? Ich habe an der App.coffee wohlgemerkt NICHTS verändert, habe das Paket komplett neu installiert (also nodePush)!
Gibt es irgend eine gute Anleitung, wie genau ich node.js und NPM so installiere, dass es auch mit nodePush funktioniert? Ich habs jetzt sicher 5 Mal neu installiert, jedes Mal mit einer anderen Fehlermeldung... -.-
Okay, jetzt habe ich nodejs DEINSTALLIERT....Trotzdem funktioniert npm noch??? Was ist das für eine Hexerei? :O