Page 1 of 1

vorlon.js läßt sich nicht installieren :(

Posted: 2018-04-20 16:09
by paykoman
Hallo Forum,

ich wollte mir gerade wieder vorlon.js auf den Server aufspielen um einfach debuggen zu können.
Leider schlägt die installation über npm fehl :(

Code: Select all

root@srv00:/# npm i -g vorlon
npm WARN deprecated jade@1.9.2: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated constantinople@3.0.2: Please update to at least constantinople 3.1.1
npm WARN deprecated transformers@2.1.0: Deprecated, use jstransformer
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
/usr/bin/vorlon -> /usr/lib/node_modules/vorlon/bin/vorlon

> phantomjs-prebuilt@2.1.16 install /usr/lib/node_modules/vorlon/node_modules/phantomjs-prebuilt
> node install.js

PhantomJS not found on PATH
Download already available at /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
Verified checksum of previously downloaded file
Extracting tar contents (via spawned process)
Removing /usr/lib/node_modules/vorlon/node_modules/phantomjs-prebuilt/lib/phantom
Copying extracted folder /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2-extract-1524233101947/phantomjs-2.1.1-linux-x86_64 -> /usr/lib/node_modules/vorlon/node_modules/phantomjs-prebuilt/lib/phantom
Phantom installation failed { Error: EACCES: permission denied, link '/tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2-extract-1524233101947/phantomjs-2.1.1-linux-x86_64' -> '/usr/lib/node_modules/vorlon/node_modules/phantomjs-prebuilt/lib/phantom'
  errno: -13,
  code: 'EACCES',
  syscall: 'link',
  path: '/tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2-extract-1524233101947/phantomjs-2.1.1-linux-x86_64',
  dest: '/usr/lib/node_modules/vorlon/node_modules/phantomjs-prebuilt/lib/phantom' } Error: EACCES: permission denied, link '/tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2-extract-1524233101947/phantomjs-2.1.1-linux-x86_64' -> '/usr/lib/node_modules/vorlon/node_modules/phantomjs-prebuilt/lib/phantom'
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! phantomjs-prebuilt@2.1.16 install: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the phantomjs-prebuilt@2.1.16 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2018-04-20T14_05_11_578Z-debug.log
Nun ich kann da so gar nicht verstehen warum "permission denied" erscheint, es ist als root ausgefüht, mehr Rechte kann man ja nicht haben, ist ein Debian Server.

Ich hoffe mir kann wer helfen es wieder aufzuspielen, bräuchte es dringend =(

MfG: Paykoman

Re: vorlon.js läßt sich nicht installieren :(

Posted: 2018-04-20 19:53
by Joe User
Bekannter und ungefixter Bug: https://github.com/MicrosoftDX/Vorlonjs/issues/433

Bitte eine aktuelle und gepflegte Alternative verwenden.

Re: vorlon.js läßt sich nicht installieren :(

Posted: 2018-04-23 10:06
by paykoman
Hallo,

danke für Die Antwort.
Da ich jetzt wieder am Punkt bin wo ich hätte Vorlon gebraucht, wäre meine Frage welche Alternativen es denn da gibt?

Vorlon war eben früher super einfach einzurichten und über das dashboard konnte ich schnell und einfach die Element vom Mobil-Gerät untersuchen. Ich habe schon nach alternativen gegoogelt und nicht wirklich was gefunden, ich hatte vor Vorlon schon mal nach Lösungen gesucht, wo es dann darum ging mittels eine Chrome-Erweiterung dies zu realisieren, was aber verlangte die Geräte vorher iwie zu registrieren und es hatte jedenfalls alles nicht wirklich geklappt.

Für meine Zwecke war Vorlon einfach perfekt :(

MfG: Paykoman