vorlon.js läßt sich nicht installieren :(
Posted: 2018-04-20 16:09
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 :(
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
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
Ich hoffe mir kann wer helfen es wieder aufzuspielen, bräuchte es dringend =(
MfG: Paykoman