-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Hello, I am trying to install superdesk on a fresh install of ubuntu 16.04 ( noting that I am not a technical guy, but I am trying my best)
I prepared an LXD container, then I
copied this command
curl -s https://raw.githubusercontent.com/superdesk/fireq/files/superdesk/install | bash
everything went fine till I reach the following
+ cd /opt/superdesk/client
+ npm install
npm WARN deprecated jquery-jcrop@0.9.13: No further updates to this package after v0.9.15.
Please use original creator's npm package https://www.npmjs.com/package/jcrop for current
/future versions 3.0+.
npm WARN deprecated grunt-filerev@2.3.1: Deprecated
npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the g
uidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid
a RegExp DoS issue
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid
a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility w
ith current and future versions of Node.js
npm WARN deprecated natives@1.1.6: This module relies on Node.js's internals and will brea
k at some point. Do not use it, and update to graceful-fs@4.x.
npm WARN deprecated gulp-util@2.2.20: gulp-util is deprecated - replace it, following the
guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated connect@2.30.2: connect 2.x series is deprecated
bash: line 206: 7712 Killed npm installuri https://registry.npmjs.org/u
the content of the log file is
root@sd:~/.npm/_logs# tail 2019-09-25T10_11_58_277Z-debug.log 45 error npm v4.2.0 46 error path /tmp/npm-8436-66093cd8/unpack-d7a35afe/package.json 47 error code ENOENT 48 error errno -2 49 error syscall open 50 error enoent ENOENT: no such file or directory, open '/tmp/npm-8436-66093cd8/unpack-d7a35afe/package.json' 51 error enoent ENOENT: no such file or directory, open '/tmp/npm-8436-66093cd8/unpack-d7a35afe/package.json' 51 error enoent This is most likely not a problem with npm itself 51 error enoent and is related to npm not being able to find a file. 52 verbose exit [ -2, true ]
please help