storj-archived / bridge-gui

Deprecated
https://app.storj.io
GNU Affero General Public License v3.0
11 stars 8 forks source link

Fail install to Ubuntu 16.04 desktop #39

Closed maroshi closed 8 years ago

maroshi commented 8 years ago

Following the instructions from https://github.com/Storj/bridge-gui/blob/master/README.md Installing as root. Here is what I get: `root@lhost-01:~# apt-get install nodejs npm Reading package lists... Done Building dependency tree
Reading state information... Done nodejs is already the newest version (4.2.6~dfsg-1ubuntu4). npm is already the newest version (3.5.2-0ubuntu4). 0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded. root@lhost-01:~# git clone https://github.com/Storj/bridge-gui.git Cloning into 'bridge-gui'... remote: Counting objects: 1435, done. remote: Total 1435 (delta 0), reused 0 (delta 0), pack-reused 1435 Receiving objects: 100% (1435/1435), 1008.78 KiB | 329.00 KiB/s, done. Resolving deltas: 100% (842/842), done. Checking connectivity... done. root@lhost-01:~# cd bridge-gui/ root@lhost-01:~/bridge-gui# npm install npm WARN deprecated autoprefixer-loader@3.2.0: Please use postcss-loader instead of autoprefixer-loader npm WARN deprecated bootstrap-sass-loader@1.0.10: Replaced by bootstrap-loader. Please upgrade. npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade npm WARN deprecated graceful-fs@2.0.3: graceful-fs v3.0.0 and before will fail on node releases >= v6.0. Please update to graceful-fs@^4.0.0 as soon as possible. npm WARN deprecated npmconf@2.1.2: this package has been reintegrated into npm and is now out of date with respect to npm npm WARN prefer global node-gyp@3.3.1 should be installed with -g

node-sass@3.6.0 install /root/bridge-gui/node_modules/node-sass node scripts/install.js

sh: 1: node: Permission denied storj-bridge-gui@0.0.1 /root/bridge-gui ├─┬ async@2.0.0-rc.3 │ └── lodash@4.11.1 ├─┬ autoprefixer-loader@3.2.0 │ ├─┬ autoprefixer@6.3.6 │ │ ├── browserslist@1.3.1 │ │ ├── caniuse-db@1.0.30000460 │ │ ├── normalize-range@0.1.2 │ │ ├── num2fraction@1.2.2 │ │ └── postcss-value-parser@3.3.0 │ ├─┬ loader-utils@0.2.14 │ │ ├── big.js@3.1.3 │ │ ├── emojis-list@1.0.1 │ │ └── json5@0.5.0 │ ├─┬ postcss@5.0.19 │ │ ├── js-base64@2.1.9 │ │ └── supports-color@3.1.2 │ └── postcss-safe-parser@1.0.7 ├─┬ babel@5.8.38 │ ├─┬ chokidar@1.4.3 │ │ ├─┬ anymatch@1.3.0 │ │ │ ├── arrify@1.0.1 │ │ │ └─┬ micromatch@2.3.8 │ │ │ ├─┬ arr-diff@2.0.0 │ │ │ │ └── arr-flatten@1.0.1 │ │ │ ├─┬ braces@1.8.4 │ │ │ │ ├─┬ expand-range@1.8.1 │ │ │ │ │ └─┬ fill-range@2.2.3 │ │ │ │ │ ├── is-number@2.1.0 │ │ │ │ │ ├── isobject@2.1.0 │ │ │ │ │ └── randomatic@1.1.5 │ │ │ │ ├── preserve@0.2.0 │ │ │ │ └── repeat-element@1.1.2 │ │ │ ├─┬ expand-brackets@0.1.5 │ │ │ │ └── is-posix-bracket@0.1.1 │ │ │ ├── extglob@0.3.2 │ │ │ ├── filename-regex@2.0.0 │ │ │ ├─┬ kind-of@3.0.2 │ │ │ │ └── is-buffer@1.1.3 │ │ │ ├── normalize-path@2.0.1 │ │ │ ├─┬ object.omit@2.0.0 │ │ │ │ ├─┬ for-own@0.1.4 │ │ │ │ │ └── for-in@0.1.5 │ │ │ │ └── is-extendable@0.1.1 │ │ │ ├─┬ parse-glob@3.0.4 │ │ │ │ ├── glob-base@0.3.0 │ │ │ │ └── is-dotfile@1.0.2 │ │ │ └─┬ regex-cache@0.4.3 │ │ │ ├── is-equal-shallow@0.1.3 │ │ │ └── is-primitive@2.0.0 │ │ ├── async-each@1.0.0 │ │ ├── glob-parent@2.0.0 │ │ ├── inherits@2.0.1 │ │ ├─┬ is-binary-path@1.0.1 │ │ │ └── binary-extensions@1.4.0 │ │ ├─┬ is-glob@2.0.1 │ │ │ └── is-extglob@1.0.0 │ │ └── readdirp@2.0.0 │ ├─┬ commander@2.9.0 │ │ └── graceful-readlink@1.0.1 │ ├── convert-source-map@1.2.0 │ ├── fs-readdir-recursive@0.1.2 │ ├─┬ glob@5.0.15 │ │ └─┬ once@1.3.3 │ │ └── wrappy@1.0.1 │ ├── lodash@3.10.1 │ ├─┬ output-file-sync@1.1.1 │ │ └── xtend@4.0.1 │ ├── path-exists@1.0.0 │ ├── path-is-absolute@1.0.0 │ ├── slash@1.0.0 │ └── source-map@0.5.5 ├─┬ babel-core@5.8.38 │ ├── babel-plugin-constant-folding@1.0.1 │ ├── babel-plugin-dead-code-elimination@1.0.2 │ ├── babel-plugin-eval@1.0.1 │ ├── babel-plugin-inline-environment-variables@1.0.1 │ ├── babel-plugin-jscript@1.0.4 │ ├── babel-plugin-member-expression-literals@1.0.1 │ ├── babel-plugin-property-literals@1.0.1 │ ├─┬ babel-plugin-proto-to-assign@1.0.4 │ │ └── lodash@3.10.1 │ ├── babel-plugin-react-constant-elements@1.0.3 │ ├── babel-plugin-react-display-name@1.0.3 │ ├── babel-plugin-remove-console@1.0.1 │ ├── babel-plugin-remove-debugger@1.0.1 │ ├── babel-plugin-runtime@1.0.7 │ ├─┬ babel-plugin-undeclared-variables-check@1.0.2 │ │ └── leven@1.0.2 │ ├── babel-plugin-undefined-to-void@1.1.6 │ ├── babylon@5.8.38 │ ├── bluebird@2.10.2 │ ├─┬ chalk@1.1.3 │ │ ├── ansi-styles@2.2.1 │ │ ├── has-ansi@2.0.0 │ │ └── supports-color@2.0.0 │ ├── core-js@1.2.6 │ ├── debug@2.2.0 │ ├─┬ detect-indent@3.0.1 │ │ ├── get-stdin@4.0.1 │ │ └── minimist@1.2.0 │ ├── esutils@2.0.2 │ ├── globals@6.4.1 │ ├─┬ home-or-tmp@1.0.0 │ │ ├── os-tmpdir@1.0.1 │ │ └── user-home@1.1.1 │ ├─┬ is-integer@1.0.6 │ │ └─┬ is-finite@1.0.1 │ │ └── number-is-nan@1.0.0 │ ├── js-tokens@1.0.1 │ ├── json5@0.4.0 │ ├── lodash@3.10.1 │ ├── minimatch@2.0.10 │ ├── private@0.1.6 │ ├─┬ regenerator@0.8.40 │ │ ├─┬ commoner@0.10.4 │ │ │ ├─┬ detective@4.3.1 │ │ │ │ └── acorn@1.2.2 │ │ │ └── q@1.4.1 │ │ ├─┬ defs@1.1.1 │ │ │ ├─┬ alter@0.2.0 │ │ │ │ └── stable@0.1.5 │ │ │ ├── ast-traverse@0.1.1 │ │ │ ├── breakable@1.0.0 │ │ │ ├── simple-fmt@0.1.0 │ │ │ ├── simple-is@0.2.0 │ │ │ ├── stringmap@0.2.2 │ │ │ ├── stringset@0.2.1 │ │ │ ├── tryor@0.1.2 │ │ │ └─┬ yargs@3.27.0 │ │ │ ├─┬ os-locale@1.4.0 │ │ │ │ └─┬ lcid@1.0.0 │ │ │ │ └── invert-kv@1.0.0 │ │ │ ├── window-size@0.1.4 │ │ │ └── y18n@3.2.1 │ │ ├── esprima-fb@15001.1001.0-dev-harmony-fb │ │ └─┬ recast@0.10.33 │ │ └── ast-types@0.8.12 │ ├─┬ regexpu@1.3.0 │ │ ├── esprima@2.7.2 │ │ ├── regenerate@1.2.1 │ │ ├── regjsgen@0.2.0 │ │ └─┬ regjsparser@0.1.5 │ │ └── jsesc@0.5.0 │ ├── repeating@1.1.3 │ ├── resolve@1.1.7 │ ├── shebang-regex@1.0.0 │ ├─┬ source-map-support@0.2.10 │ │ └── source-map@0.1.32 │ ├── to-fast-properties@1.0.2 │ ├── trim-right@1.0.1 │ └── try-resolve@1.0.1 ├─┬ babel-eslint@4.1.8 │ ├── acorn-to-esprima@1.0.7 │ ├─┬ lodash.assign@3.2.0 │ │ ├─┬ lodash._baseassign@3.2.0 │ │ │ └── lodash._basecopy@3.0.1 │ │ ├─┬ lodash._createassigner@3.1.1 │ │ │ └── lodash._isiterateecall@3.0.9 │ │ └── lodash.keys@3.1.2 │ └─┬ lodash.pick@3.1.0 │ ├── lodash._baseflatten@3.1.4 │ ├── lodash._bindcallback@3.0.1 │ ├── lodash._pickbyarray@3.0.2 │ ├─┬ lodash._pickbycallback@3.0.0 │ │ └── lodash._basefor@3.0.3 │ └── lodash.restparam@3.6.1 ├─┬ babel-loader@5.3.3 │ └── object-assign@3.0.0 ├─┬ babel-plugin-react-transform@1.1.1 │ └── path-parse@1.0.5 ├── babel-plugin-typecheck@2.0.1 ├── babel-runtime@5.8.38 ├─┬ better-npm-run@0.0.4 │ ├── endofline@0.0.3 │ └── object-assign@4.0.1 ├── bootstrap-sass@3.3.6 ├── bootstrap-sass-loader@1.0.10 ├─┬ chai@3.5.0 │ ├── assertion-error@1.0.1 │ ├─┬ deep-eql@0.1.3 │ │ └── type-detect@0.1.1 │ └── type-detect@1.0.0 ├─┬ clean-webpack-plugin@0.1.9 │ └─┬ rimraf@2.5.2 │ └── glob@7.0.3 ├─┬ compression@1.6.1 │ ├─┬ accepts@1.3.2 │ │ └── negotiator@0.6.0 │ ├── bytes@2.2.0 │ ├─┬ compressible@2.0.7 │ │ └── mime-db@1.22.0 │ ├── on-headers@1.0.1 │ └── vary@1.1.0 ├─┬ css-loader@0.23.1 │ ├─┬ css-selector-tokenizer@0.5.4 │ │ ├── cssesc@0.1.0 │ │ └── fastparse@1.1.1 │ ├─┬ cssnano@3.5.2 │ │ ├── decamelize@1.2.0 │ │ ├── defined@1.0.0 │ │ ├── indexes-of@1.0.1 │ │ ├─┬ postcss-calc@5.2.1 │ │ │ ├── postcss-message-helpers@2.0.0 │ │ │ └─┬ reduce-css-calc@1.2.3 │ │ │ ├── balanced-match@0.1.0 │ │ │ └─┬ reduce-function-call@1.0.1 │ │ │ └── balanced-match@0.1.0 │ │ ├─┬ postcss-colormin@2.2.0 │ │ │ └─┬ colormin@1.1.0 │ │ │ ├─┬ color@0.11.1 │ │ │ │ ├── color-convert@0.5.3 │ │ │ │ └─┬ color-string@0.3.0 │ │ │ │ └── color-name@1.1.1 │ │ │ └── css-color-names@0.0.3 │ │ ├── postcss-convert-values@2.3.4 │ │ ├── postcss-discard-comments@2.0.4 │ │ ├── postcss-discard-duplicates@2.0.1 │ │ ├── postcss-discard-empty@2.1.0 │ │ ├─┬ postcss-discard-unused@2.2.1 │ │ │ ├── flatten@1.0.2 │ │ │ └── uniqs@2.0.0 │ │ ├─┬ postcss-filter-plugins@2.0.0 │ │ │ └── uniqid@1.0.0 │ │ ├─┬ postcss-merge-idents@2.1.5 │ │ │ └── has-own@1.0.0 │ │ ├── postcss-merge-longhand@2.0.1 │ │ ├── postcss-merge-rules@2.0.7 │ │ ├── postcss-minify-font-values@1.0.3 │ │ ├── postcss-minify-gradients@1.0.1 │ │ ├─┬ postcss-minify-params@1.0.4 │ │ │ └── alphanum-sort@1.0.2 │ │ ├─┬ postcss-minify-selectors@2.0.4 │ │ │ └─┬ postcss-selector-parser@1.3.3 │ │ │ └── uniq@1.0.1 │ │ ├── postcss-normalize-charset@1.1.0 │ │ ├─┬ postcss-normalize-url@3.0.7 │ │ │ ├── is-absolute-url@2.0.0 │ │ │ └─┬ normalize-url@1.4.1 │ │ │ ├── prepend-http@1.0.3 │ │ │ └─┬ sort-keys@1.1.1 │ │ │ └── is-plain-obj@1.1.0 │ │ ├── postcss-ordered-values@2.1.0 │ │ ├── postcss-reduce-idents@2.3.0 │ │ ├── postcss-reduce-transforms@1.0.3 │ │ ├─┬ postcss-svgo@2.1.3 │ │ │ ├─┬ is-svg@2.0.0 │ │ │ │ └── html-comment-regex@1.1.0 │ │ │ └─┬ svgo@0.6.6 │ │ │ ├── coa@1.0.1 │ │ │ ├── colors@1.1.2 │ │ │ ├─┬ csso@2.0.0 │ │ │ │ └─┬ clap@1.1.0 │ │ │ │ └── chalk@1.1.1 │ │ │ ├─┬ js-yaml@3.6.0 │ │ │ │ └── esprima@2.7.2 │ │ │ ├── sax@1.2.1 │ │ │ └── whet.extend@0.9.9 │ │ ├── postcss-unique-selectors@2.0.2 │ │ └── postcss-zindex@2.1.1 │ ├─┬ lodash.camelcase@3.0.1 │ │ └─┬ lodash._createcompounder@3.0.0 │ │ ├─┬ lodash.deburr@3.2.0 │ │ │ └── lodash._root@3.0.1 │ │ └── lodash.words@3.2.0 │ ├── postcss-modules-extract-imports@1.0.0 │ ├── postcss-modules-local-by-default@1.0.1 │ ├── postcss-modules-scope@1.0.0 │ ├─┬ postcss-modules-values@1.1.2 │ │ └── icss-replace-symbols@1.0.2 │ └── source-list-map@0.1.6 ├─┬ eslint@1.10.3 │ ├─┬ concat-stream@1.5.1 │ │ ├── readable-stream@2.0.6 │ │ └── typedarray@0.0.6 │ ├─┬ doctrine@0.7.2 │ │ ├── esutils@1.1.6 │ │ └── isarray@0.0.1 │ ├── escape-string-regexp@1.0.5 │ ├─┬ escope@3.6.0 │ │ ├─┬ es6-map@0.1.3 │ │ │ ├── d@0.1.1 │ │ │ ├── es5-ext@0.10.11 │ │ │ ├── es6-iterator@2.0.0 │ │ │ ├── es6-set@0.1.4 │ │ │ ├── es6-symbol@3.0.2 │ │ │ └── event-emitter@0.3.4 │ │ ├── es6-weak-map@2.0.1 │ │ └─┬ esrecurse@4.1.0 │ │ └── estraverse@4.1.1 │ ├── espree@2.2.5 │ ├── estraverse@4.2.0 │ ├── estraverse-fb@1.3.1 │ ├─┬ file-entry-cache@1.2.4 │ │ └─┬ flat-cache@1.0.10 │ │ ├─┬ del@2.2.0 │ │ │ ├─┬ globby@4.0.0 │ │ │ │ ├─┬ array-union@1.0.1 │ │ │ │ │ └── array-uniq@1.0.2 │ │ │ │ └── glob@6.0.4 │ │ │ ├── is-path-cwd@1.0.0 │ │ │ ├─┬ is-path-in-cwd@1.0.0 │ │ │ │ └── is-path-inside@1.0.0 │ │ │ └── pify@2.3.0 │ │ ├── read-json-sync@1.1.1 │ │ └── write@0.2.1 │ ├── globals@8.18.0 │ ├─┬ handlebars@4.0.5 │ │ ├── async@1.5.2 │ │ └── source-map@0.4.4 │ ├─┬ inquirer@0.11.4 │ │ ├── ansi-escapes@1.4.0 │ │ ├── ansi-regex@2.0.0 │ │ ├─┬ cli-cursor@1.0.2 │ │ │ └─┬ restore-cursor@1.0.1 │ │ │ ├── exit-hook@1.1.1 │ │ │ └── onetime@1.1.0 │ │ ├── cli-width@1.1.1 │ │ ├── figures@1.5.0 │ │ ├── lodash@3.10.1 │ │ ├─┬ readline2@1.0.1 │ │ │ ├── code-point-at@1.0.0 │ │ │ ├── is-fullwidth-code-point@1.0.0 │ │ │ └── mute-stream@0.0.5 │ │ ├── run-async@0.1.0 │ │ ├── rx-lite@3.1.2 │ │ └── string-width@1.0.1 │ ├─┬ is-my-json-valid@2.13.1 │ │ ├── generate-function@2.0.0 │ │ ├─┬ generate-object-property@1.2.0 │ │ │ └── is-property@1.0.2 │ │ └── jsonpointer@2.0.0 │ ├─┬ is-resolvable@1.0.0 │ │ └── tryit@1.0.2 │ ├─┬ js-yaml@3.4.5 │ │ ├─┬ argparse@1.0.7 │ │ │ └── sprintf-js@1.0.3 │ │ └── esprima@2.7.2 │ ├─┬ json-stable-stringify@1.0.1 │ │ └── jsonify@0.0.0 │ ├─┬ lodash.clonedeep@3.0.2 │ │ └── lodash._baseclone@3.3.0 │ ├─┬ lodash.merge@3.3.2 │ │ ├── lodash._arraycopy@3.0.0 │ │ ├── lodash._arrayeach@3.0.0 │ │ ├── lodash._getnative@3.9.1 │ │ ├── lodash.isarguments@3.0.8 │ │ ├── lodash.isarray@3.0.4 │ │ ├── lodash.isplainobject@3.2.0 │ │ ├── lodash.istypedarray@3.0.6 │ │ ├── lodash.keysin@3.0.8 │ │ └── lodash.toplainobject@3.0.0 │ ├─┬ lodash.omit@3.1.0 │ │ ├── lodash._arraymap@3.0.0 │ │ └─┬ lodash._basedifference@3.0.3 │ │ ├── lodash._baseindexof@3.1.0 │ │ ├── lodash._cacheindexof@3.0.2 │ │ └── lodash._createcache@3.1.2 │ ├── minimatch@3.0.0 │ ├─┬ mkdirp@0.5.1 │ │ └── minimist@0.0.8 │ ├─┬ optionator@0.6.0 │ │ ├── deep-is@0.1.3 │ │ ├── fast-levenshtein@1.0.7 │ │ ├── levn@0.2.5 │ │ ├── prelude-ls@1.1.2 │ │ ├── type-check@0.3.2 │ │ └── wordwrap@0.0.2 │ ├── path-is-inside@1.0.1 │ ├── shelljs@0.5.3 │ ├── strip-json-comments@1.0.4 │ ├── text-table@0.2.0 │ ├─┬ user-home@2.0.0 │ │ └── os-homedir@1.0.1 │ └── xml-escape@1.0.0 ├── eslint-config-airbnb@0.1.0 ├── eslint-loader@1.3.0 ├─┬ eslint-plugin-import@0.8.1 │ ├─┬ babel-runtime@5.8.19 │ │ └── core-js@0.9.18 │ └── espree@2.2.5 ├── eslint-plugin-react@3.16.1 ├─┬ express@4.13.4 │ ├─┬ accepts@1.2.13 │ │ └── negotiator@0.5.3 │ ├── array-flatten@1.1.1 │ ├── content-disposition@0.5.1 │ ├── content-type@1.0.1 │ ├── cookie@0.1.5 │ ├── cookie-signature@1.0.6 │ ├── depd@1.1.0 │ ├── escape-html@1.0.3 │ ├── etag@1.7.0 │ ├─┬ finalhandler@0.4.1 │ │ └── unpipe@1.0.0 │ ├── fresh@0.3.0 │ ├── merge-descriptors@1.0.1 │ ├── methods@1.1.2 │ ├─┬ on-finished@2.3.0 │ │ └── ee-first@1.1.1 │ ├── parseurl@1.3.1 │ ├── path-to-regexp@0.1.7 │ ├─┬ proxy-addr@1.0.10 │ │ ├── forwarded@0.1.0 │ │ └── ipaddr.js@1.0.5 │ ├── qs@4.0.0 │ ├── range-parser@1.0.3 │ ├─┬ send@0.13.1 │ │ ├── destroy@1.0.4 │ │ ├── http-errors@1.3.1 │ │ └── statuses@1.2.1 │ ├── serve-static@1.10.2 │ ├─┬ type-is@1.6.12 │ │ └── media-typer@0.3.0 │ ├── utils-merge@1.0.0 │ └── vary@1.0.1 ├─┬ extract-text-webpack-plugin@0.9.1 │ └── async@1.5.2 ├── file-loader@0.8.5 ├── json-loader@0.5.4 ├─┬ karma@0.13.22 │ ├── batch@0.5.3 │ ├─┬ body-parser@1.15.0 │ │ ├── http-errors@1.4.0 │ │ ├── iconv-lite@0.4.13 │ │ ├── qs@6.1.0 │ │ └─┬ raw-body@2.1.6 │ │ └── bytes@2.3.0 │ ├── colors@1.1.2 │ ├── connect@3.4.1 │ ├── core-js@2.3.0 │ ├── di@0.0.1 │ ├─┬ dom-serialize@2.2.1 │ │ ├── custom-event@1.0.0 │ │ ├── ent@2.2.0 │ │ └── void-elements@2.0.1 │ ├─┬ expand-braces@0.1.2 │ │ ├── array-slice@0.2.3 │ │ ├── array-unique@0.2.1 │ │ └─┬ braces@0.1.5 │ │ └─┬ expand-range@0.1.1 │ │ ├── is-number@0.1.1 │ │ └── repeat-string@0.2.2 │ ├── glob@7.0.3 │ ├── graceful-fs@4.1.3 │ ├─┬ http-proxy@1.13.2 │ │ ├── eventemitter3@1.2.0 │ │ └── requires-port@1.0.0 │ ├── isbinaryfile@3.0.0 │ ├── lodash@3.10.1 │ ├─┬ log4js@0.6.35 │ │ ├─┬ readable-stream@1.0.34 │ │ │ └── isarray@0.0.1 │ │ └── semver@4.3.6 │ ├── mime@1.3.4 │ ├── minimatch@3.0.0 │ ├─┬ optimist@0.6.1 │ │ └── minimist@0.0.10 │ ├─┬ socket.io@1.4.5 │ │ ├─┬ engine.io@1.6.8 │ │ │ ├─┬ accepts@1.1.4 │ │ │ │ ├─┬ mime-types@2.0.14 │ │ │ │ │ └── mime-db@1.12.0 │ │ │ │ └── negotiator@0.4.9 │ │ │ ├── base64id@0.1.0 │ │ │ ├─┬ engine.io-parser@1.2.4 │ │ │ │ ├── after@0.8.1 │ │ │ │ ├── arraybuffer.slice@0.0.6 │ │ │ │ ├── base64-arraybuffer@0.1.2 │ │ │ │ ├── blob@0.0.4 │ │ │ │ ├─┬ has-binary@0.1.6 │ │ │ │ │ └── isarray@0.0.1 │ │ │ │ └── utf8@2.1.0 │ │ │ └── ws@1.0.1 │ │ ├─┬ has-binary@0.1.7 │ │ │ └── isarray@0.0.1 │ │ ├─┬ socket.io-adapter@0.4.0 │ │ │ └─┬ socket.io-parser@2.2.2 │ │ │ ├── debug@0.7.4 │ │ │ ├── isarray@0.0.1 │ │ │ └── json3@3.2.6 │ │ ├─┬ socket.io-client@1.4.5 │ │ │ ├── backo2@1.0.2 │ │ │ ├── component-bind@1.0.0 │ │ │ ├── component-emitter@1.2.0 │ │ │ ├─┬ engine.io-client@1.6.8 │ │ │ │ ├── component-inherit@0.0.3 │ │ │ │ ├── has-cors@1.1.0 │ │ │ │ ├── parsejson@0.0.1 │ │ │ │ ├── parseqs@0.0.2 │ │ │ │ ├── ws@1.0.1 │ │ │ │ ├── xmlhttprequest-ssl@1.5.1 │ │ │ │ └── yeast@0.1.2 │ │ │ ├── indexof@0.0.1 │ │ │ ├── object-component@0.0.3 │ │ │ ├─┬ parseuri@0.0.4 │ │ │ │ └─┬ better-assert@1.0.2 │ │ │ │ └── callsite@1.0.0 │ │ │ └── to-array@0.1.4 │ │ └─┬ socket.io-parser@2.2.6 │ │ ├── benchmark@1.0.0 │ │ ├── component-emitter@1.1.2 │ │ ├── isarray@0.0.1 │ │ └── json3@3.3.2 │ └─┬ useragent@2.1.9 │ └── lru-cache@2.2.4 ├── karma-cli@0.1.2 ├── karma-mocha@0.2.2 ├─┬ karma-mocha-reporter@1.3.0 │ └── chalk@1.1.1 ├─┬ karma-phantomjs-launcher@0.2.3 │ └── lodash@3.10.1 ├── karma-sourcemap-loader@0.3.7 ├─┬ karma-webpack@1.7.0 │ ├── async@0.9.2 │ ├── lodash@3.10.1 │ └─┬ source-map@0.1.43 │ └── amdefine@1.0.0 ├─┬ mocha@2.4.5 │ ├── commander@2.3.0 │ ├── diff@1.4.0 │ ├── escape-string-regexp@1.0.2 │ ├─┬ glob@3.2.3 │ │ ├── graceful-fs@2.0.3 │ │ └─┬ minimatch@0.2.14 │ │ └── lru-cache@2.7.3 │ ├── growl@1.8.1 │ ├─┬ jade@0.26.3 │ │ ├── commander@0.6.1 │ │ └── mkdirp@0.3.0 │ └── supports-color@1.2.0 ├── multireducer@2.0.0 ├── UNMET PEER DEPENDENCY node-sass@^3.4.2 ├─┬ phantomjs@1.9.20 │ ├─┬ extract-zip@1.5.0 │ │ ├─┬ concat-stream@1.5.0 │ │ │ └── readable-stream@2.0.6 │ │ ├── debug@0.7.4 │ │ ├─┬ mkdirp@0.5.0 │ │ │ └── minimist@0.0.8 │ │ └─┬ yauzl@2.4.1 │ │ └─┬ fd-slicer@1.0.1 │ │ └── pend@1.2.0 │ ├─┬ fs-extra@0.26.7 │ │ ├── jsonfile@2.3.0 │ │ └── klaw@1.2.0 │ ├─┬ hasha@2.2.0 │ │ ├── is-stream@1.1.0 │ │ └─┬ pinkie-promise@2.0.1 │ │ └── pinkie@2.0.4 │ ├── kew@0.7.0 │ ├── progress@1.1.8 │ ├─┬ request@2.67.0 │ │ ├─┬ bl@1.0.3 │ │ │ └── readable-stream@2.0.6 │ │ └── qs@5.2.0 │ ├─┬ request-progress@2.0.1 │ │ └── throttleit@1.0.0 │ └─┬ which@1.2.4 │ ├─┬ is-absolute@0.1.7 │ │ └── is-relative@0.1.3 │ └── isexe@1.1.2 ├── phantomjs-polyfill@0.0.1 ├─┬ piping@0.3.0 │ └── colors@1.0.3 ├─┬ pretty-error@1.2.0 │ ├─┬ renderkid@1.0.0 │ │ ├─┬ css-select@1.2.0 │ │ │ ├── boolbase@1.0.0 │ │ │ ├── css-what@2.1.0 │ │ │ ├─┬ domutils@1.5.1 │ │ │ │ └─┬ dom-serializer@0.1.0 │ │ │ │ ├── domelementtype@1.1.3 │ │ │ │ └── entities@1.1.1 │ │ │ └── nth-check@1.0.1 │ │ ├─┬ dom-converter@0.1.4 │ │ │ └── utila@0.3.3 │ │ ├─┬ htmlparser2@3.3.0 │ │ │ ├── domelementtype@1.3.0 │ │ │ ├── domhandler@2.1.0 │ │ │ ├── domutils@1.1.6 │ │ │ └─┬ readable-stream@1.0.34 │ │ │ └── isarray@0.0.1 │ │ └── utila@0.3.3 │ └── utila@0.4.0 ├─┬ react@0.14.8 │ ├─┬ envify@3.4.0 │ │ └─┬ jstransform@10.1.0 │ │ ├── base62@0.1.1 │ │ ├── esprima-fb@13001.1001.0-dev-harmony-fb │ │ └── source-map@0.1.31 │ └─┬ fbjs@0.6.1 │ ├─┬ promise@7.1.1 │ │ └── asap@2.0.3 │ ├── ua-parser-js@0.7.10 │ └── whatwg-fetch@0.9.0 ├─┬ react-bootstrap@0.28.5 │ ├── classnames@2.2.4 │ ├── dom-helpers@2.4.0 │ ├── invariant@2.2.1 │ ├── keycode@2.1.1 │ ├── lodash-compat@3.10.2 │ ├─┬ react-overlays@0.6.3 │ │ └── react-prop-types@0.2.2 │ ├── react-prop-types@0.3.0 │ ├── uncontrollable@3.2.4 │ └── warning@2.1.0 ├── react-dom@0.14.8 ├─┬ react-helmet@2.3.1 │ ├── core-js@2.0.3 │ ├── deep-equal@1.0.1 │ ├── invariant@2.2.0 │ ├─┬ react-side-effect@1.0.2 │ │ └── fbjs@0.1.0-alpha.10 │ └── shallowequal@0.2.2 ├─┬ react-loader@2.4.0 │ └── spin.js@2.3.2 ├─┬ react-redux@4.4.5 │ ├── hoist-non-react-statics@1.0.5 │ └── loose-envify@1.1.0 ├─┬ react-router@2.0.0 │ └─┬ history@2.1.1 │ └─┬ query-string@3.0.3 │ └── strict-uri-encode@1.1.0 ├── react-transform-catch-errors@1.0.2 ├─┬ redbox-react@1.2.3 │ └─┬ error-stack-parser@1.3.5 │ └── stackframe@0.3.1 ├─┬ redux@3.5.2 │ ├── lodash-es@4.11.1 │ └── symbol-observable@0.2.4 ├── redux-devtools@3.2.0 ├─┬ redux-devtools-dock-monitor@1.1.1 │ ├─┬ babel-runtime@6.6.1 │ │ └── core-js@2.3.0 │ ├── parse-key@0.2.1 │ ├─┬ react-dock@0.2.3 │ │ └── lodash.debounce@3.1.1 │ └── react-pure-render@1.0.2 ├─┬ redux-devtools-log-monitor@1.0.11 │ ├── lodash.debounce@4.0.6 │ ├─┬ react-json-tree@0.6.8 │ │ ├── babel-plugin-transform-runtime@6.7.5 │ │ ├─┬ babel-runtime@6.6.1 │ │ │ └── core-js@2.3.0 │ │ └─┬ react-mixin@1.7.0 │ │ ├── object-assign@2.1.1 │ │ └── smart-mixin@1.2.1 │ └─┬ redux-devtools-themes@1.0.0 │ └── base16@1.0.0 ├─┬ redux-form@4.2.2 │ ├── is-promise@2.1.0 │ └── react-lazy-cache@3.0.1 ├─┬ request@2.72.0 │ ├── aws-sign2@0.6.0 │ ├─┬ aws4@1.3.2 │ │ └─┬ lru-cache@4.0.1 │ │ ├── pseudomap@1.0.2 │ │ └── yallist@2.0.0 │ ├─┬ bl@1.1.2 │ │ └── readable-stream@2.0.6 │ ├── caseless@0.11.0 │ ├─┬ combined-stream@1.0.5 │ │ └── delayed-stream@1.0.0 │ ├── extend@3.0.0 │ ├── forever-agent@0.6.1 │ ├─┬ form-data@1.0.0-rc4 │ │ └── async@1.5.2 │ ├── har-validator@2.0.6 │ ├─┬ hawk@3.1.3 │ │ ├── boom@2.10.1 │ │ ├── cryptiles@2.0.5 │ │ ├── hoek@2.16.3 │ │ └── sntp@1.0.9 │ ├─┬ http-signature@1.1.1 │ │ ├── assert-plus@0.2.0 │ │ ├─┬ jsprim@1.2.2 │ │ │ ├── extsprintf@1.0.2 │ │ │ ├── json-schema@0.2.2 │ │ │ └── verror@1.3.6 │ │ └─┬ sshpk@1.8.2 │ │ ├── asn1@0.2.3 │ │ ├── assert-plus@1.0.0 │ │ ├─┬ dashdash@1.13.1 │ │ │ └── assert-plus@1.0.0 │ │ ├── ecc-jsbn@0.1.1 │ │ ├─┬ getpass@0.1.6 │ │ │ └── assert-plus@1.0.0 │ │ ├── jodid25519@1.0.2 │ │ ├── jsbn@0.1.0 │ │ └── tweetnacl@0.13.3 │ ├── is-typedarray@1.0.0 │ ├── isstream@0.1.2 │ ├── json-stringify-safe@5.0.1 │ ├── mime-types@2.1.10 │ ├── node-uuid@1.4.7 │ ├── oauth-sign@0.8.1 │ ├── qs@6.1.0 │ ├── stringstream@0.0.5 │ ├── tough-cookie@2.2.2 │ └── tunnel-agent@0.4.2 ├─┬ sass-loader@3.2.0 │ └── async@1.5.2 ├─┬ serve-favicon@2.3.0 │ └── ms@0.7.1 ├─┬ sinon@1.17.3 │ ├── formatio@1.1.1 │ ├── lolex@1.3.2 │ ├── samsam@1.1.2 │ └── util@0.10.3 ├─┬ storj-bridge-client@0.3.6 (git://github.com/storj/bridge-client-javascript.git#bb969072a0dd61e1954cccdb5e6aae17b4caa741) │ ├── async@1.5.2 │ ├── colors@1.1.2 │ ├─┬ elliptic@6.2.3 │ │ ├── bn.js@4.11.3 │ │ ├── brorand@1.0.5 │ │ └── hash.js@1.0.3 │ ├─┬ prompt@1.0.0 │ │ ├── colors@1.1.2 │ │ ├── pkginfo@0.4.0 │ │ ├─┬ read@1.0.7 │ │ │ └── mute-stream@0.0.6 │ │ ├── revalidator@0.1.8 │ │ ├─┬ utile@0.3.0 │ │ │ ├── async@0.9.2 │ │ │ ├── deep-equal@0.2.2 │ │ │ ├── i@0.3.4 │ │ │ └── ncp@1.0.1 │ │ └─┬ winston@2.1.1 │ │ ├── async@1.0.0 │ │ ├── cycle@1.0.3 │ │ ├── eyes@0.1.8 │ │ ├── pkginfo@0.3.1 │ │ └── stack-trace@0.0.9 │ ├─┬ readable-stream@2.1.2 │ │ ├── core-util-is@1.0.2 │ │ ├── isarray@1.0.0 │ │ ├── process-nextick-args@1.0.6 │ │ ├── string_decoder@0.10.31 │ │ └── util-deprecate@1.0.2 │ ├── through@2.3.8 │ └─┬ ws@1.1.0 │ ├── options@0.0.6 │ └── ultron@1.0.2 ├── strip-loader@0.1.2 ├── style-loader@0.13.1 ├─┬ url-loader@0.5.7 │ └── mime@1.2.11 ├─┬ webpack@1.13.0 │ ├── acorn@3.1.0 │ ├── async@1.5.2 │ ├── clone@1.0.2 │ ├─┬ enhanced-resolve@0.9.1 │ │ └── memory-fs@0.2.0 │ ├── interpret@0.6.6 │ ├─┬ memory-fs@0.3.0 │ │ └─┬ errno@0.1.4 │ │ └── prr@0.0.0 │ ├─┬ node-libs-browser@0.5.3 │ │ ├── assert@1.3.0 │ │ ├─┬ browserify-zlib@0.1.4 │ │ │ └── pako@0.2.8 │ │ ├─┬ buffer@3.6.0 │ │ │ ├── base64-js@0.0.8 │ │ │ └── ieee754@1.1.6 │ │ ├─┬ console-browserify@1.1.0 │ │ │ └── date-now@0.1.4 │ │ ├── constants-browserify@0.0.1 │ │ ├─┬ crypto-browserify@3.2.8 │ │ │ ├── pbkdf2-compat@2.0.1 │ │ │ ├── ripemd160@0.2.0 │ │ │ └── sha.js@2.2.6 │ │ ├── domain-browser@1.1.7 │ │ ├── events@1.1.0 │ │ ├─┬ http-browserify@1.7.0 │ │ │ └── Base64@0.2.1 │ │ ├── https-browserify@0.0.0 │ │ ├── os-browserify@0.1.2 │ │ ├── path-browserify@0.0.0 │ │ ├── process@0.11.2 │ │ ├── punycode@1.4.1 │ │ ├── querystring-es3@0.2.1 │ │ ├─┬ readable-stream@1.1.14 │ │ │ └── isarray@0.0.1 │ │ ├─┬ stream-browserify@1.0.0 │ │ │ └─┬ readable-stream@1.1.14 │ │ │ └── isarray@0.0.1 │ │ ├── timers-browserify@1.4.2 │ │ ├── tty-browserify@0.0.0 │ │ ├─┬ url@0.10.3 │ │ │ └── punycode@1.3.2 │ │ └── vm-browserify@0.0.4 │ ├─┬ supports-color@3.1.2 │ │ └── has-flag@1.0.0 │ ├── tapable@0.1.10 │ ├─┬ uglify-js@2.6.2 │ │ ├── async@0.2.10 │ │ ├── uglify-to-browserify@1.0.2 │ │ └─┬ yargs@3.10.0 │ │ ├── camelcase@1.2.1 │ │ ├─┬ cliui@2.1.0 │ │ │ ├─┬ center-align@0.1.3 │ │ │ │ ├─┬ align-text@0.1.4 │ │ │ │ │ ├── longest@1.0.1 │ │ │ │ │ └── repeat-string@1.5.4 │ │ │ │ └── lazy-cache@1.0.4 │ │ │ └── right-align@0.1.3 │ │ └── window-size@0.1.0 │ ├─┬ watchpack@0.2.9 │ │ └── async@0.9.2 │ └─┬ webpack-core@0.6.8 │ └── source-map@0.4.4 ├── webpack-dev-middleware@1.6.1 ├─┬ webpack-hot-middleware@2.10.0 │ ├── ansi-html@0.0.5 │ ├── html-entities@1.2.0 │ ├── querystring@0.2.0 │ └── strip-ansi@3.0.1 └─┬ webpack-isomorphic-tools@2.2.48 ├── colors@1.1.2 └─┬ require-hacker@2.1.3 └── colors@1.1.2

npm WARN optional Skipping failed optional dependency /chokidar/fsevents: npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.12 npm ERR! Linux 4.4.0-21-generic npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" npm ERR! node v4.2.6 npm ERR! npm v3.5.2 npm ERR! file sh npm ERR! code ELIFECYCLE npm ERR! errno ENOENT npm ERR! syscall spawn

npm ERR! node-sass@3.6.0 install: node scripts/install.js npm ERR! spawn ENOENT npm ERR! npm ERR! Failed at the node-sass@3.6.0 install script 'node scripts/install.js'. 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 node-sass package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node scripts/install.js npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs node-sass npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls node-sass npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request: npm ERR! /root/bridge-gui/npm-debug.log ` Please notice this message: UNMET PEER DEPENDENCY node-sass@^3.4.2 (bolded) and the node permission error (bolded)e npm-debug.log.txt

The /root/bridge-gui/npm-debug.log attached.

Please advise for remedy.

littleskunk commented 8 years ago

apt-get install nodejs npm will install a very old npm version and that is the reason for your problem. Slackbot has the solution for you. Write $npm in any channel and he will help you.

maroshi commented 8 years ago

Followed the instruction in this pic npminstall

Not working! The last line: npm install -g npm@2 returns -bash: /usr/bin/npm: No such file or directory' Please update https://github.com/Storj/bridge-gui/blob/master/README.md to reflect these instructions. Problem not solved yet.

littleskunk commented 8 years ago

Logoff and login again to fix that last problem.

maroshi commented 8 years ago

Following the instructions comment 3 Progressed with install npm. Failed install bridge-gui. Attached debug log. root@lhost-01:~/bridge-gui# npm install npm WARN deprecated npmconf@2.1.2: this package has been reintegrated into npm and is now out of date with respect to npm \ > node-sass@3.6.0 install /root/bridge-gui/node_modules/node-sass `> node scripts/install.js``

module.js:327 throw err; ^

Error: Cannot find module '/root/bridge-gui/node_modules/node-sass/scripts/install.js' at Function.Module._resolveFilename (module.js:325:15) at Function.Module._load (module.js:276:25) at Function.Module.runMain (module.js:441:10) at startup (node.js:139:18) at node.js:968:3 npm ERR! Linux 4.4.0-21-generic npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" npm ERR! node v4.4.3 npm ERR! npm v2.15.4 npm ERR! code ELIFECYCLE

npm ERR! node-sass@3.6.0 install: node scripts/install.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the node-sass@3.6.0 install script 'node scripts/install.js'. npm ERR! This is most likely a problem with the node-sass package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node scripts/install.js npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs node-sass npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm ERR! npm owner ls node-sass npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request: npm ERR! /root/bridge-gui/npm-debug.log`

log.txt

super3 commented 8 years ago

@maroshi This seems to be a documentation that needs to be fixed.

tacticalchihuahua commented 8 years ago

I believe this is resolved with a number of changes made by @phutchins and @bryanchriswhite - please let me know if that is not the case.