Closed StreamTitan closed 6 years ago
You need to check out the source and follow the instructions for building the sourcecode: https://github.com/jitsi/jitsi-meet#building-the-sources
Quick install is deploying the pre-build binaries available in the debian repository. To modify the code you need to build it yourself and deploy it. You can use the working deployment and just change where your webserver(nginx, apache, jetty) looks for jitsi-meet.
I'm not sure why I do not see your comments @StreamTitan, I have them in email notifications. So you are mixing stuff. The link I pasted is "Building the sources", so you need to download the sources first, on github there is a button clone or download from there you normally copy the link and then do git clone the https://link. Then these are the sources that you need to build and these are the sources used to produce the debian packages you have installed. With the debian packages you install a binary release, which is binary and you cannot use it to build something as you will do with sources.
Ok, so this is what I have now done.
This is my shell log
root@grt:~# cd jitsi-meet root@grt:~/jitsi-meet# npm install https://github.com/jitsi/jitsi-meet.git▌ ╢░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░╟ WARN engine jitsi-meet@0.0.0: wanted: {"node":">=6.0.0"} (current: {"node":"4.2.6","npm":"3.5.2"}) WARN engine jitsi-meet@0.0.0: wanted: {"node":">=6.0.0"} (current: {"node":"4.2.npm WARN deprecated nomnom@1.6.2: Package no longer supported. Contact support@npmjs.com for more info. loadDep:webrtc-adapter → ▌ ╢██████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░╟ WARN engine webrtc-adapter@5.0.6: wanted: {"npm":">=3.10.0","node":">=6.0.0"} (cloadDep:sdp → request ▄ ╢██████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░╟ WARN engine rtcpeerconnection-shim@1.2.8: wanted: {"npm":">=3.10.0","node":">=6.npm WARN deprecated connect@2.30.2: connect 2.x series is deprecated npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5 loadDep:tunnel-agent → re ▐ ╢████████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░╟ WARN engine hawk@6.0.2: wanted: {"node":">=4.5.0"} (current: {"node":"4.2.6","np
lib-jitsi-meet@0.0.0 postinstall /root/jitsi-meet/node_modules/lib-jitsi-meet webpack -p
sh: 1: webpack: not found /root/jitsi-meet ├─┬ @atlaskit/avatar@8.0.5 │ ├─┬ @atlaskit/dropdown-menu@3.10.2 │ │ ├─┬ @atlaskit/icon@8.1.0 │ │ │ └── UNMET PEER DEPENDENCY react@^0.14.0 || ^15.0.0-0 │ │ ├── array-find@1.0.0 │ │ ├── UNMET PEER DEPENDENCY react@^15.3.2 │ │ ├── UNMET PEER DEPENDENCY react-dom@^15.3.2 │ │ └── styled-components@1.4.6 │ ├── UNMET PEER DEPENDENCY react@^15.3.2 │ └── UNMET PEER DEPENDENCY react-dom@^15.3.2 ├─┬ @atlaskit/field-text@4.0.1 │ ├─┬ @atlaskit/field-base@8.1.13 │ │ ├─┬ @atlaskit/icon@10.9.2 │ │ │ ├── UNMET PEER DEPENDENCY react@^0.14.0 || ^15.0.0-0 │ │ │ └── uuid@3.1.0 │ │ ├─┬ @atlaskit/inline-dialog@5.2.2 │ │ │ └── UNMET PEER DEPENDENCY react@^0.14.0 || ^15.0.0-0 │ │ ├─┬ @atlaskit/spinner@4.1.5 │ │ │ ├── UNMET PEER DEPENDENCY react@^0.14.0 || ^15.0.0-0 │ │ │ └── react-transition-group@2.2.1 │ │ ├─┬ @atlaskit/theme@2.3.4 │ │ │ └── UNMET PEER DEPENDENCY react@^0.14.0 || ^15.0.0-0 │ │ ├── UNMET PEER DEPENDENCY react@^0.14.0 || ^15.0.0-0 │ │ └── styled-components@1.4.6 │ ├─┬ @atlaskit/theme@2.2.0 │ │ └── UNMET PEER DEPENDENCY react@^0.14.0 || ^15.0.0-0 │ └── UNMET PEER DEPENDENCY react@^15.3.2 ├─┬ @atlaskit/flag@6.1.0 │ ├─┬ @atlaskit/button@5.4.2 │ │ └── UNMET PEER DEPENDENCY react@^15.3.2 │ ├─┬ @atlaskit/icon@7.1.0 │ │ └── UNMET PEER DEPENDENCY react@^0.14.0 || ^15.0.0-0 │ ├── UNMET PEER DEPENDENCY react@^15.3.2 │ └─┬ react-transition-group@1.2.1 │ ├── chain-function@1.0.0 │ ├── dom-helpers@3.3.1 │ └── warning@3.0.0 ├─┬ @atlaskit/icon@10.0.0 │ └── UNMET PEER DEPENDENCY react@^0.14.0 || ^15.0.0-0 ├─┬ @atlaskit/inline-message@3.0.1 │ ├─┬ @atlaskit/button@3.6.0 │ │ └── UNMET PEER DEPENDENCY react@^0.14.0 || ^15.0.0-0 │ ├─┬ @atlaskit/icon@7.1.0 │ │ └── UNMET PEER DEPENDENCY react@^0.14.0 || ^15.0.0-0 │ ├─┬ @atlaskit/inline-dialog@5.0.2 │ │ ├─┬ @atlaskit/layer@2.7.2 │ │ │ ├── UNMET PEER DEPENDENCY react@^0.14.0 || ^15.0.0-0 │ │ │ └── styled-components@1.4.6 │ │ └── UNMET PEER DEPENDENCY react@^15.3.2 │ ├── UNMET PEER DEPENDENCY react@^15.3.2 │ └── UNMET PEER DEPENDENCY react-dom@^15.3.2 ├─┬ @atlaskit/lozenge@3.4.2 │ ├── @atlaskit/util-shared-styles@1.7.1 │ ├─┬ babel-runtime@6.26.0 │ │ └── core-js@2.5.3 │ ├── prop-types@15.6.0 │ ├── UNMET PEER DEPENDENCY react@^0.14.0 || ^15.0.0-0 │ └─┬ styled-components@1.3.0 │ ├─┬ buffer@5.1.0 │ │ └── ieee754@1.1.8 │ ├─┬ css-to-react-native@1.0.6 │ │ ├─┬ css-color-list@0.0.1 │ │ │ └── css-color-names@0.0.1 │ │ └─┬ nearley@2.11.1 │ │ ├─┬ nomnom@1.6.2 │ │ │ ├── colors@0.5.1 │ │ │ └── underscore@1.4.4 │ │ ├── railroad-diagrams@1.0.0 │ │ └─┬ randexp@0.4.6 │ │ ├── discontinuous-range@1.0.0 │ │ └── ret@0.1.15 │ ├─┬ glamor@2.20.40 │ │ └─┬ inline-style-prefixer@3.0.8 │ │ └── css-in-js-utils@2.0.0 │ ├─┬ inline-style-prefixer@2.0.5 │ │ ├── bowser@1.9.2 │ │ └── hyphenate-style-name@1.0.2 │ ├── is-function@1.0.1 │ ├─┬ is-plain-object@2.0.4 │ │ └── isobject@3.0.1 │ └─┬ supports-color@3.2.3 │ └── has-flag@1.0.0 ├─┬ @atlaskit/modal-dialog@2.6.0 │ ├─┬ @atlaskit/blanket@2.4.3 │ │ └── UNMET PEER DEPENDENCY react@^0.14.0 || ^15.0.0-0 │ ├─┬ @atlaskit/util-shared-styles@2.10.6 │ │ ├── UNMET PEER DEPENDENCY react@^0.14.0 || ^15.0.0-0 │ │ └── styled-components@1.4.6 │ └── UNMET PEER DEPENDENCY react@^15.3.2 ├─┬ @atlaskit/multi-select@7.1.3 │ ├─┬ @atlaskit/droplist@4.11.1 │ │ ├─┬ @atlaskit/icon@8.1.0 │ │ │ └── UNMET PEER DEPENDENCY react@^0.14.0 || ^15.0.0-0 │ │ ├─┬ @atlaskit/item@4.2.11 │ │ │ ├─┬ @atlaskit/theme@2.3.4 │ │ │ │ └── UNMET PEER DEPENDENCY react@^0.14.0 || ^15.0.0-0 │ │ │ ├── UNMET PEER DEPENDENCY react@^0.14.0 || ^15.0.0-0 │ │ │ ├── react-addons-text-content@0.0.4 │ │ │ └── styled-components@1.4.6 │ │ ├─┬ @atlaskit/spinner@4.0.0 │ │ │ └── UNMET PEER DEPENDENCY react@^15.3.2 │ │ ├─┬ @atlaskit/tooltip@6.0.0 │ │ │ └── UNMET PEER DEPENDENCY react@^15.3.2 │ │ ├── UNMET PEER DEPENDENCY react@^15.3.2 │ │ └── styled-components@1.4.6 │ ├─┬ @atlaskit/icon@6.6.0 │ │ ├── create-error@0.3.1 │ │ └── UNMET PEER DEPENDENCY react@^0.14.0 || ^15.0.0-0 │ ├─┬ @atlaskit/spinner@3.4.2 │ │ ├── prop-types-extra@1.0.1 │ │ └── UNMET PEER DEPENDENCY react@^0.14.0 || ^15.0.0-0 │ ├─┬ @atlaskit/tag@3.1.3 │ │ ├─┬ @atlaskit/icon@10.9.2 │ │ │ └── UNMET PEER DEPENDENCY react@^0.14.0 || ^15.0.0-0 │ │ ├─┬ @atlaskit/theme@2.3.4 │ │ │ └── UNMET PEER DEPENDENCY react@^0.14.0 || ^15.0.0-0 │ │ ├── @atlaskit/util-common@1.5.2 │ │ ├── UNMET PEER DEPENDENCY react@^0.14.0 || ^15.0.0-0 │ │ └── styled-components@1.4.6 │ ├─┬ @atlaskit/tag-group@3.5.3 │ │ ├── UNMET PEER DEPENDENCY react@^0.14.0 || ^15.0.0-0 │ │ └── styled-components@1.4.6 │ ├── UNMET PEER DEPENDENCY react@^15.3.2 │ ├── UNMET PEER DEPENDENCY react-dom@^15.3.2 │ └── uid@0.0.2 ├─┬ @atlaskit/tabs@4.0.1 │ ├── @atlaskit/util-shared-styles@1.7.1 │ ├── classnames@2.2.5 │ ├── css-element-queries@0.3.2 │ ├── debounce@1.1.0 │ ├── keycode@2.1.9 │ └── UNMET PEER DEPENDENCY react@^15.3.2 ├─┬ autosize@1.18.13 │ └── jquery@2.1.4 ├── i18next@8.4.3 ├── i18next-browser-languagedetector@2.0.0 ├── i18next-xhr-backend@1.4.2 ├── jitsi-meet-logger@0.1.1 (git://github.com/jitsi/jitsi-meet-logger.git#6fff754a77a56ab52499f3559105a15886942a1e) ├── jquery-contextmenu@2.4.5 ├── jquery-i18next@1.2.0 ├── jQuery-Impromptu@0.0.0-ignored (git://github.com/trentrichardson/jQuery-Impromptu.git#753c2833f62f9c00301dd8b75af03599dc4f2ee8) ├── js-md5@0.6.1 ├── jwt-decode@2.2.0 ├── moment@2.19.4 ├─┬ nuclear-js@1.4.0 │ └── immutable@3.8.2 ├── postis@2.2.0 ├─┬ UNMET PEER DEPENDENCY react@16.2.0 │ ├─┬ fbjs@0.8.16 │ │ ├── core-js@1.2.7 │ │ ├─┬ isomorphic-fetch@2.2.1 │ │ │ └── whatwg-fetch@2.0.3 │ │ ├── setimmediate@1.0.5 │ │ └── ua-parser-js@0.7.17 │ ├─┬ loose-envify@1.3.1 │ │ └── js-tokens@3.0.2 │ └── object-assign@4.1.1 ├── UNMET PEER DEPENDENCY react-dom@16.2.0 ├─┬ react-i18next@4.8.0 │ └── hoist-non-react-statics@1.2.0 ├─┬ react-native@0.51.0 │ ├── absolute-path@0.0.0 │ ├── art@0.10.1 │ ├─┬ babel-core@6.26.0 │ │ ├─┬ babel-code-frame@6.26.0 │ │ │ └── esutils@2.0.2 │ │ ├─┬ babel-generator@6.26.1 │ │ │ ├─┬ detect-indent@4.0.0 │ │ │ │ └─┬ repeating@2.0.1 │ │ │ │ └── is-finite@1.0.2 │ │ │ ├── jsesc@1.3.0 │ │ │ └── trim-right@1.0.1 │ │ ├── babel-helpers@6.24.1 │ │ ├── babel-messages@6.23.0 │ │ ├── babel-template@6.26.0 │ │ ├─┬ babel-traverse@6.26.0 │ │ │ └── globals@9.18.0 │ │ ├─┬ babel-types@6.26.0 │ │ │ └── to-fast-properties@1.0.3 │ │ ├── babylon@6.18.0 │ │ ├── convert-source-map@1.5.1 │ │ ├── json5@0.5.1 │ │ ├── private@0.1.8 │ │ ├── slash@1.0.0 │ │ └── source-map@0.5.7 │ ├── babel-plugin-syntax-trailing-function-commas@6.22.0 │ ├─┬ babel-plugin-transform-async-to-generator@6.16.0 │ │ ├── babel-helper-remap-async-to-generator@6.24.1 │ │ └── babel-plugin-syntax-async-functions@6.13.0 │ ├─┬ babel-plugin-transform-class-properties@6.24.1 │ │ ├─┬ babel-helper-function-name@6.24.1 │ │ │ └── babel-helper-get-function-arity@6.24.1 │ │ └── babel-plugin-syntax-class-properties@6.13.0 │ ├─┬ babel-plugin-transform-exponentiation-operator@6.24.1 │ │ ├─┬ babel-helper-builder-binary-assignment-operator-visitor@6.24.1 │ │ │ └── babel-helper-explode-assignable-expression@6.24.1 │ │ └── babel-plugin-syntax-exponentiation-operator@6.13.0 │ ├─┬ babel-plugin-transform-flow-strip-types@6.22.0 │ │ └── babel-plugin-syntax-flow@6.18.0 │ ├─┬ babel-plugin-transform-object-rest-spread@6.26.0 │ │ └── babel-plugin-syntax-object-rest-spread@6.13.0 │ ├─┬ babel-register@6.26.0 │ │ ├─┬ home-or-tmp@2.0.0 │ │ │ ├── os-homedir@1.0.2 │ │ │ └── os-tmpdir@1.0.2 │ │ └── source-map-support@0.4.18 │ ├── base64-js@1.2.3 │ ├─┬ chalk@1.1.3 │ │ ├── ansi-styles@2.2.1 │ │ ├── escape-string-regexp@1.0.5 │ │ ├─┬ has-ansi@2.0.0 │ │ │ └── ansi-regex@2.1.1 │ │ ├── strip-ansi@3.0.1 │ │ └── supports-color@2.0.0 │ ├── commander@2.14.1 │ ├─┬ connect@2.30.2 │ │ ├── basic-auth-connect@1.0.0 │ │ ├─┬ body-parser@1.13.3 │ │ │ ├─┬ debug@2.2.0 │ │ │ │ └── ms@0.7.1 │ │ │ ├── iconv-lite@0.4.11 │ │ │ ├─┬ on-finished@2.3.0 │ │ │ │ └── ee-first@1.1.1 │ │ │ └─┬ raw-body@2.1.7 │ │ │ ├── bytes@2.4.0 │ │ │ └── iconv-lite@0.4.13 │ │ ├── bytes@2.1.0 │ │ ├─┬ compression@1.5.2 │ │ │ ├─┬ accepts@1.2.13 │ │ │ │ └── negotiator@0.5.3 │ │ │ ├─┬ compressible@2.0.13 │ │ │ │ └── mime-db@1.33.0 │ │ │ ├─┬ debug@2.2.0 │ │ │ │ └── ms@0.7.1 │ │ │ └── vary@1.0.1 │ │ ├─┬ connect-timeout@1.6.2 │ │ │ ├── debug@2.2.0 │ │ │ └── ms@0.7.1 │ │ ├── content-type@1.0.4 │ │ ├── cookie@0.1.3 │ │ ├── cookie-parser@1.3.5 │ │ ├── cookie-signature@1.0.6 │ │ ├─┬ csurf@1.8.3 │ │ │ └─┬ csrf@3.0.6 │ │ │ ├── rndm@1.2.0 │ │ │ ├── tsscmp@1.0.5 │ │ │ └─┬ uid-safe@2.1.4 │ │ │ └── random-bytes@1.0.0 │ │ ├─┬ debug@2.2.0 │ │ │ └── ms@0.7.1 │ │ ├── depd@1.0.1 │ │ ├─┬ errorhandler@1.4.3 │ │ │ ├─┬ accepts@1.3.4 │ │ │ │ └── negotiator@0.6.1 │ │ │ └── escape-html@1.0.3 │ │ ├─┬ express-session@1.11.3 │ │ │ ├── crc@3.3.0 │ │ │ ├─┬ debug@2.2.0 │ │ │ │ └── ms@0.7.1 │ │ │ └─┬ uid-safe@2.0.0 │ │ │ └── base64-url@1.2.1 │ │ ├─┬ finalhandler@0.4.0 │ │ │ ├─┬ debug@2.2.0 │ │ │ │ └── ms@0.7.1 │ │ │ ├── escape-html@1.0.2 │ │ │ └── unpipe@1.0.0 │ │ ├── fresh@0.3.0 │ │ ├─┬ http-errors@1.3.1 │ │ │ └── statuses@1.4.0 │ │ ├─┬ method-override@2.3.10 │ │ │ ├── methods@1.1.2 │ │ │ └── vary@1.1.2 │ │ ├─┬ morgan@1.6.1 │ │ │ ├── basic-auth@1.0.4 │ │ │ └─┬ debug@2.2.0 │ │ │ └── ms@0.7.1 │ │ ├─┬ multiparty@3.3.2 │ │ │ ├─┬ readable-stream@1.1.14 │ │ │ │ ├── core-util-is@1.0.2 │ │ │ │ ├── isarray@0.0.1 │ │ │ │ └── string_decoder@0.10.31 │ │ │ └── stream-counter@0.2.0 │ │ ├── on-headers@1.0.1 │ │ ├── parseurl@1.3.2 │ │ ├── pause@0.1.0 │ │ ├── qs@4.0.0 │ │ ├─┬ response-time@2.3.2 │ │ │ └── depd@1.1.2 │ │ ├─┬ serve-favicon@2.3.2 │ │ │ ├── etag@1.7.0 │ │ │ └── ms@0.7.2 │ │ ├─┬ serve-index@1.7.3 │ │ │ ├── batch@0.5.3 │ │ │ ├─┬ debug@2.2.0 │ │ │ │ └── ms@0.7.1 │ │ │ └── mime-types@2.1.18 │ │ ├─┬ serve-static@1.10.3 │ │ │ └─┬ send@0.13.2 │ │ │ ├── debug@2.2.0 │ │ │ ├── depd@1.1.2 │ │ │ ├── destroy@1.0.4 │ │ │ ├── mime@1.3.4 │ │ │ ├── ms@0.7.1 │ │ │ ├── range-parser@1.0.3 │ │ │ └── statuses@1.2.1 │ │ ├─┬ type-is@1.6.16 │ │ │ └── media-typer@0.3.0 │ │ ├── utils-merge@1.0.0 │ │ └── vhost@3.0.2 │ ├── create-react-class@15.6.3 │ ├─┬ debug@2.6.9 │ │ └── ms@2.0.0 │ ├── denodeify@1.2.1 │ ├─┬ envinfo@3.11.1 │ │ ├─┬ clipboardy@1.2.3 │ │ │ ├── arch@2.1.0 │ │ │ └── execa@0.8.0 │ │ ├─┬ os-name@2.0.1 │ │ │ ├── macos-release@1.1.0 │ │ │ └── win-release@1.1.1 │ │ └─┬ which@1.3.0 │ │ └── isexe@2.0.0 │ ├── event-target-shim@1.1.1 │ ├─┬ fbjs-scripts@0.8.1 │ │ ├─┬ babel-preset-fbjs@2.1.4 │ │ │ ├── babel-plugin-check-es2015-constants@6.22.0 │ │ │ ├── babel-plugin-syntax-jsx@6.18.0 │ │ │ ├── babel-plugin-transform-es2015-arrow-functions@6.22.0 │ │ │ ├── babel-plugin-transform-es2015-block-scoped-functions@6.22.0 │ │ │ ├── babel-plugin-transform-es2015-block-scoping@6.26.0 │ │ │ ├─┬ babel-plugin-transform-es2015-classes@6.24.1 │ │ │ │ ├── babel-helper-define-map@6.26.0 │ │ │ │ ├── babel-helper-optimise-call-expression@6.24.1 │ │ │ │ └── babel-helper-replace-supers@6.24.1 │ │ │ ├── babel-plugin-transform-es2015-computed-properties@6.24.1 │ │ │ ├── babel-plugin-transform-es2015-destructuring@6.23.0 │ │ │ ├── babel-plugin-transform-es2015-for-of@6.23.0 │ │ │ ├── babel-plugin-transform-es2015-function-name@6.24.1 │ │ │ ├── babel-plugin-transform-es2015-literals@6.22.0 │ │ │ ├─┬ babel-plugin-transform-es2015-modules-commonjs@6.26.0 │ │ │ │ └── babel-plugin-transform-strict-mode@6.24.1 │ │ │ ├── babel-plugin-transform-es2015-object-super@6.24.1 │ │ │ ├─┬ babel-plugin-transform-es2015-parameters@6.24.1 │ │ │ │ └─┬ babel-helper-call-delegate@6.24.1 │ │ │ │ └── babel-helper-hoist-variables@6.24.1 │ │ │ ├── babel-plugin-transform-es2015-shorthand-properties@6.24.1 │ │ │ ├── babel-plugin-transform-es2015-spread@6.22.0 │ │ │ ├── babel-plugin-transform-es2015-template-literals@6.22.0 │ │ │ ├── babel-plugin-transform-es3-member-expression-literals@6.22.0 │ │ │ ├── babel-plugin-transform-es3-property-literals@6.22.0 │ │ │ ├── babel-plugin-transform-react-display-name@6.25.0 │ │ │ └─┬ babel-plugin-transform-react-jsx@6.24.1 │ │ │ └── babel-helper-builder-react-jsx@6.26.0 │ │ ├─┬ cross-spawn@5.1.0 │ │ │ ├─┬ lru-cache@4.1.1 │ │ │ │ ├── pseudomap@1.0.2 │ │ │ │ └── yallist@2.1.2 │ │ │ └─┬ shebang-command@1.2.0 │ │ │ └── shebang-regex@1.0.0 │ │ ├─┬ gulp-util@3.0.8 │ │ │ ├── array-differ@1.0.0 │ │ │ ├── array-uniq@1.0.3 │ │ │ ├── beeper@1.1.1 │ │ │ ├── dateformat@2.2.0 │ │ │ ├─┬ fancy-log@1.3.2 │ │ │ │ ├─┬ ansi-gray@0.1.1 │ │ │ │ │ └── ansi-wrap@0.1.0 │ │ │ │ ├── color-support@1.1.3 │ │ │ │ └── time-stamp@1.1.0 │ │ │ ├─┬ gulplog@1.0.0 │ │ │ │ └── glogg@1.0.1 │ │ │ ├─┬ has-gulplog@0.1.0 │ │ │ │ └── sparkles@1.0.0 │ │ │ ├── lodash._reescape@3.0.0 │ │ │ ├── lodash._reevaluate@3.0.0 │ │ │ ├── lodash._reinterpolate@3.0.0 │ │ │ ├─┬ lodash.template@3.6.2 │ │ │ │ ├── lodash._basecopy@3.0.1 │ │ │ │ ├── lodash._basetostring@3.0.1 │ │ │ │ ├── lodash._basevalues@3.0.0 │ │ │ │ ├── lodash._isiterateecall@3.0.9 │ │ │ │ ├─┬ lodash.escape@3.2.0 │ │ │ │ │ └── lodash._root@3.0.1 │ │ │ │ ├─┬ lodash.keys@3.1.2 │ │ │ │ │ ├── lodash._getnative@3.9.1 │ │ │ │ │ ├── lodash.isarguments@3.1.0 │ │ │ │ │ └── lodash.isarray@3.0.4 │ │ │ │ ├── lodash.restparam@3.6.1 │ │ │ │ └── lodash.templatesettings@3.1.1 │ │ │ ├─┬ multipipe@0.1.2 │ │ │ │ └── duplexer2@0.0.2 │ │ │ ├── object-assign@3.0.0 │ │ │ ├── replace-ext@0.0.1 │ │ │ └─┬ vinyl@0.5.3 │ │ │ ├── clone@1.0.3 │ │ │ └── clone-stats@0.0.1 │ │ └─┬ through2@2.0.3 │ │ ├─┬ readable-stream@2.3.4 │ │ │ ├── isarray@1.0.0 │ │ │ ├── process-nextick-args@2.0.0 │ │ │ └── string_decoder@1.0.3 │ │ └── xtend@4.0.1 │ ├─┬ fs-extra@1.0.0 │ │ ├── jsonfile@2.4.0 │ │ └── klaw@1.3.1 │ ├── glob@7.1.2 │ ├── graceful-fs@4.1.11 │ ├─┬ inquirer@3.3.0 │ │ ├── ansi-escapes@3.0.0 │ │ ├─┬ chalk@2.3.1 │ │ │ ├─┬ ansi-styles@3.2.0 │ │ │ │ └─┬ color-convert@1.9.1 │ │ │ │ └── color-name@1.1.3 │ │ │ └─┬ supports-color@5.2.0 │ │ │ └── has-flag@3.0.0 │ │ ├─┬ cli-cursor@2.1.0 │ │ │ └─┬ restore-cursor@2.0.0 │ │ │ └── onetime@2.0.1 │ │ ├── cli-width@2.2.0 │ │ ├─┬ external-editor@2.1.0 │ │ │ ├── chardet@0.4.2 │ │ │ ├── iconv-lite@0.4.19 │ │ │ └── tmp@0.0.33 │ │ ├── figures@2.0.0 │ │ ├── mute-stream@0.0.7 │ │ ├─┬ run-async@2.3.0 │ │ │ └── is-promise@2.1.0 │ │ ├── rx-lite@4.0.8 │ │ ├── rx-lite-aggregates@4.0.8 │ │ ├─┬ strip-ansi@4.0.0 │ │ │ └── ansi-regex@3.0.0 │ │ └── through@2.3.8 │ ├─┬ metro-bundler@0.20.3 │ │ ├── async@2.6.0 │ │ ├── babel-plugin-external-helpers@6.22.0 │ │ ├─┬ babel-preset-es2015-node@6.1.1 │ │ │ ├─┬ babel-plugin-transform-es2015-sticky-regex@6.24.1 │ │ │ │ └── babel-helper-regex@6.26.0 │ │ │ └─┬ babel-plugin-transform-es2015-unicode-regex@6.24.1 │ │ │ └─┬ regexpu-core@2.0.0 │ │ │ ├── regenerate@1.3.3 │ │ │ ├── regjsgen@0.2.0 │ │ │ └─┬ regjsparser@0.1.5 │ │ │ └── jsesc@0.5.0 │ │ ├─┬ babel-preset-react-native@4.0.0 │ │ │ ├── babel-plugin-react-transform@3.0.0 │ │ │ ├── babel-plugin-syntax-dynamic-import@6.18.0 │ │ │ ├── babel-plugin-transform-object-assign@6.22.0 │ │ │ ├── babel-plugin-transform-react-jsx-source@6.22.0 │ │ │ ├─┬ babel-plugin-transform-regenerator@6.26.0 │ │ │ │ └── regenerator-transform@0.10.1 │ │ │ └─┬ react-transform-hmr@1.0.4 │ │ │ ├─┬ global@4.3.2 │ │ │ │ ├─┬ min-document@2.19.0 │ │ │ │ │ └── dom-walk@0.1.1 │ │ │ │ └── process@0.5.2 │ │ │ └─┬ react-proxy@1.1.8 │ │ │ └── react-deep-force-update@1.1.1 │ │ ├─┬ concat-stream@1.6.0 │ │ │ ├─┬ readable-stream@2.3.4 │ │ │ │ ├── isarray@1.0.0 │ │ │ │ └── string_decoder@1.0.3 │ │ │ └── typedarray@0.0.6 │ │ ├── image-size@0.6.2 │ │ ├── jest-docblock@21.2.0 │ │ ├─┬ jest-haste-map@21.2.0 │ │ │ ├─┬ fb-watchman@2.0.0 │ │ │ │ └─┬ bser@2.0.0 │ │ │ │ └── node-int64@0.4.0 │ │ │ ├─┬ micromatch@2.3.11 │ │ │ │ ├─┬ arr-diff@2.0.0 │ │ │ │ │ └── arr-flatten@1.1.0 │ │ │ │ ├── array-unique@0.2.1 │ │ │ │ ├─┬ braces@1.8.5 │ │ │ │ │ ├─┬ expand-range@1.8.2 │ │ │ │ │ │ └─┬ fill-range@2.2.3 │ │ │ │ │ │ ├── is-number@2.1.0 │ │ │ │ │ │ ├─┬ isobject@2.1.0 │ │ │ │ │ │ │ └── isarray@1.0.0 │ │ │ │ │ │ ├─┬ randomatic@1.1.7 │ │ │ │ │ │ │ ├─┬ is-number@3.0.0 │ │ │ │ │ │ │ │ └── kind-of@3.2.2 │ │ │ │ │ │ │ └── kind-of@4.0.0 │ │ │ │ │ │ └── repeat-string@1.6.1 │ │ │ │ │ ├── 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.1 │ │ │ │ ├── is-extglob@1.0.0 │ │ │ │ ├── is-glob@2.0.1 │ │ │ │ ├─┬ kind-of@3.2.2 │ │ │ │ │ └── is-buffer@1.1.6 │ │ │ │ ├─┬ normalize-path@2.1.1 │ │ │ │ │ └── remove-trailing-separator@1.1.0 │ │ │ │ ├─┬ object.omit@2.0.1 │ │ │ │ │ ├─┬ for-own@0.1.5 │ │ │ │ │ │ └── for-in@1.0.2 │ │ │ │ │ └── is-extendable@0.1.1 │ │ │ │ ├─┬ parse-glob@3.0.4 │ │ │ │ │ ├─┬ glob-base@0.3.0 │ │ │ │ │ │ └── glob-parent@2.0.0 │ │ │ │ │ └── is-dotfile@1.0.3 │ │ │ │ └─┬ regex-cache@0.4.4 │ │ │ │ └─┬ is-equal-shallow@0.1.3 │ │ │ │ └── is-primitive@2.0.0 │ │ │ ├─┬ sane@2.4.1 │ │ │ │ ├── anymatch@1.3.2 │ │ │ │ ├─┬ exec-sh@0.2.1 │ │ │ │ │ └── merge@1.2.0 │ │ │ │ ├─┬ walker@1.0.7 │ │ │ │ │ └─┬ makeerror@1.0.11 │ │ │ │ │ └── tmpl@1.0.4 │ │ │ │ └── watch@0.18.0 │ │ │ └─┬ worker-farm@1.5.2 │ │ │ └─┬ errno@0.1.7 │ │ │ └── prr@1.0.1 │ │ ├── json-stable-stringify@1.0.1 │ │ ├── json5@0.4.0 │ │ ├── left-pad@1.2.0 │ │ ├─┬ merge-stream@1.0.1 │ │ │ └─┬ readable-stream@2.3.4 │ │ │ ├── isarray@1.0.0 │ │ │ └── string_decoder@1.0.3 │ │ ├─┬ mime-types@2.1.11 │ │ │ └── mime-db@1.23.0 │ │ ├─┬ request@2.83.0 │ │ │ ├── aws-sign2@0.7.0 │ │ │ ├── aws4@1.6.0 │ │ │ ├── caseless@0.12.0 │ │ │ ├─┬ combined-stream@1.0.6 │ │ │ │ └── delayed-stream@1.0.0 │ │ │ ├── extend@3.0.1 │ │ │ ├── forever-agent@0.6.1 │ │ │ ├─┬ form-data@2.3.2 │ │ │ │ └── asynckit@0.4.0 │ │ │ ├─┬ har-validator@5.0.3 │ │ │ │ ├─┬ ajv@5.5.2 │ │ │ │ │ ├── co@4.6.0 │ │ │ │ │ ├── fast-deep-equal@1.0.0 │ │ │ │ │ ├── fast-json-stable-stringify@2.0.0 │ │ │ │ │ └── json-schema-traverse@0.3.1 │ │ │ │ └── har-schema@2.0.0 │ │ │ ├─┬ hawk@6.0.2 │ │ │ │ ├── boom@4.3.1 │ │ │ │ ├─┬ cryptiles@3.1.2 │ │ │ │ │ └── boom@5.2.0 │ │ │ │ ├── hoek@4.2.1 │ │ │ │ └── sntp@2.1.0 │ │ │ ├─┬ http-signature@1.2.0 │ │ │ │ ├── assert-plus@1.0.0 │ │ │ │ ├─┬ jsprim@1.4.1 │ │ │ │ │ ├── extsprintf@1.3.0 │ │ │ │ │ ├── json-schema@0.2.3 │ │ │ │ │ └── verror@1.10.0 │ │ │ │ └─┬ sshpk@1.13.1 │ │ │ │ ├── asn1@0.2.3 │ │ │ │ ├── bcrypt-pbkdf@1.0.1 │ │ │ │ ├── dashdash@1.14.1 │ │ │ │ ├── ecc-jsbn@0.1.1 │ │ │ │ ├── getpass@0.1.7 │ │ │ │ ├── jsbn@0.1.1 │ │ │ │ └── tweetnacl@0.14.5 │ │ │ ├── is-typedarray@1.0.0 │ │ │ ├── isstream@0.1.2 │ │ │ ├── json-stringify-safe@5.0.1 │ │ │ ├── oauth-sign@0.8.2 │ │ │ ├── performance-now@2.1.0 │ │ │ ├── qs@6.5.1 │ │ │ ├── safe-buffer@5.1.1 │ │ │ ├── stringstream@0.0.5 │ │ │ ├─┬ tough-cookie@2.3.3 │ │ │ │ └── punycode@1.4.1 │ │ │ └── tunnel-agent@0.6.0 │ │ ├─┬ temp@0.8.3 │ │ │ └── rimraf@2.2.8 │ │ ├── throat@4.1.0 │ │ ├─┬ uglify-es@3.3.9 │ │ │ ├── commander@2.13.0 │ │ │ └── source-map@0.6.1 │ │ ├── wordwrap@1.0.0 │ │ ├─┬ write-file-atomic@1.3.4 │ │ │ ├── imurmurhash@0.1.4 │ │ │ └── slide@1.1.6 │ │ └── xpipe@1.0.5 │ ├── mime@1.6.0 │ ├── minimist@1.2.0 │ ├─┬ mkdirp@0.5.1 │ │ └── minimist@0.0.8 │ ├─┬ node-fetch@1.7.3 │ │ ├── encoding@0.1.12 │ │ └── is-stream@1.1.0 │ ├─┬ node-notifier@5.2.1 │ │ ├── growly@1.3.0 │ │ └── shellwords@0.1.1 │ ├─┬ npmlog@2.0.4 │ │ ├── ansi@0.3.1 │ │ ├─┬ are-we-there-yet@1.1.4 │ │ │ ├── delegates@1.0.0 │ │ │ └─┬ readable-stream@2.3.4 │ │ │ ├── isarray@1.0.0 │ │ │ └── string_decoder@1.0.3 │ │ └─┬ gauge@1.2.7 │ │ ├── has-unicode@2.0.1 │ │ ├── lodash.pad@4.5.1 │ │ ├── lodash.padend@4.6.1 │ │ └── lodash.padstart@4.6.1 │ ├── opn@3.0.3 │ ├─┬ optimist@0.6.1 │ │ ├── minimist@0.0.10 │ │ └── wordwrap@0.0.3 │ ├─┬ plist@1.2.0 │ │ ├── base64-js@0.0.8 │ │ ├── util-deprecate@1.0.2 │ │ ├─┬ xmlbuilder@4.0.0 │ │ │ └── lodash@3.10.1 │ │ └── xmldom@0.1.27 │ ├── pretty-format@4.3.1 │ ├─┬ promise@7.3.1 │ │ └── asap@2.0.6 │ ├── react-clone-referenced-element@1.0.1 │ ├─┬ react-devtools-core@2.5.2 │ │ └─┬ ws@2.3.1 │ │ ├── safe-buffer@5.0.1 │ │ └── ultron@1.1.1 │ ├── react-timer-mixin@0.13.3 │ ├── regenerator-runtime@0.11.1 │ ├── rimraf@2.6.2 │ ├── semver@5.5.0 │ ├─┬ shell-quote@1.6.1 │ │ ├── array-filter@0.0.1 │ │ ├── array-map@0.0.0 │ │ ├── array-reduce@0.0.0 │ │ └── jsonify@0.0.0 │ ├── stacktrace-parser@0.1.4 │ ├── whatwg-fetch@1.1.1 │ ├─┬ ws@1.1.5 │ │ ├── options@0.0.6 │ │ └── ultron@1.0.2 │ ├─┬ xcode@0.9.3 │ │ ├── pegjs@0.10.0 │ │ ├─┬ simple-plist@0.2.1 │ │ │ ├─┬ bplist-creator@0.0.7 │ │ │ │ └── stream-buffers@2.2.0 │ │ │ ├─┬ bplist-parser@0.1.1 │ │ │ │ └── big-integer@1.6.26 │ │ │ └─┬ plist@2.0.1 │ │ │ ├── base64-js@1.1.2 │ │ │ └── xmlbuilder@8.2.2 │ │ └── uuid@3.0.1 │ ├─┬ xmldoc@0.4.0 │ │ └── sax@1.1.6 │ └── yargs@9.0.1 ├── react-native-background-timer@2.0.0 ├─┬ react-native-callstats@3.27.0 │ ├── base-64@0.1.0 │ ├── jssha@2.3.1 │ └─┬ precalltest@1.1.6 │ └── bluebird@3.5.1 ├─┬ react-native-fetch-blob@0.10.8 │ └─┬ glob@7.0.6 │ ├── fs.realpath@1.0.0 │ ├─┬ inflight@1.0.6 │ │ └── wrappy@1.0.2 │ ├── inherits@2.0.3 │ ├─┬ minimatch@3.0.4 │ │ └─┬ brace-expansion@1.1.11 │ │ ├── balanced-match@1.0.0 │ │ └── concat-map@0.0.1 │ ├── once@1.4.0 │ └── path-is-absolute@1.0.1 ├─┬ react-native-img-cache@1.5.2 │ └── crypto-js@3.1.9-1 ├── react-native-immersive@1.1.0 ├── react-native-keep-awake@2.0.6 ├── react-native-locale-detector@1.0.0 (git://github.com/jitsi/react-native-locale-detector.git#cc76092fc4335488a28a9529c8b50afae2c3ecdc) ├── react-native-prompt@1.0.0 ├─┬ react-native-vector-icons@4.4.2 │ └─┬ yargs@8.0.2 │ ├── camelcase@4.1.0 │ ├─┬ cliui@3.2.0 │ │ ├─┬ string-width@1.0.2 │ │ │ ├── code-point-at@1.1.0 │ │ │ └─┬ is-fullwidth-code-point@1.0.0 │ │ │ └── number-is-nan@1.0.1 │ │ └─┬ wrap-ansi@2.1.0 │ │ └─┬ string-width@1.0.2 │ │ └── is-fullwidth-code-point@1.0.0 │ ├── decamelize@1.2.0 │ ├── get-caller-file@1.0.2 │ ├─┬ os-locale@2.1.0 │ │ ├─┬ execa@0.7.0 │ │ │ ├── get-stream@3.0.0 │ │ │ ├─┬ npm-run-path@2.0.2 │ │ │ │ └── path-key@2.0.1 │ │ │ ├── p-finally@1.0.0 │ │ │ ├── signal-exit@3.0.2 │ │ │ └── strip-eof@1.0.0 │ │ ├─┬ lcid@1.0.0 │ │ │ └── invert-kv@1.0.0 │ │ └─┬ mem@1.1.0 │ │ └── mimic-fn@1.2.0 │ ├─┬ read-pkg-up@2.0.0 │ │ ├─┬ find-up@2.1.0 │ │ │ └─┬ locate-path@2.0.0 │ │ │ ├─┬ p-locate@2.0.0 │ │ │ │ └─┬ p-limit@1.2.0 │ │ │ │ └── p-try@1.0.0 │ │ │ └── path-exists@3.0.0 │ │ └─┬ read-pkg@2.0.0 │ │ ├─┬ load-json-file@2.0.0 │ │ │ ├─┬ parse-json@2.2.0 │ │ │ │ └─┬ error-ex@1.3.1 │ │ │ │ └── is-arrayish@0.2.1 │ │ │ ├── pify@2.3.0 │ │ │ └── strip-bom@3.0.0 │ │ ├─┬ normalize-package-data@2.4.0 │ │ │ ├── hosted-git-info@2.5.0 │ │ │ ├─┬ is-builtin-module@1.0.0 │ │ │ │ └── builtin-modules@1.1.1 │ │ │ └─┬ validate-npm-package-license@3.0.1 │ │ │ ├─┬ spdx-correct@1.0.2 │ │ │ │ └── spdx-license-ids@1.2.2 │ │ │ └── spdx-expression-parse@1.0.4 │ │ └── path-type@2.0.0 │ ├── require-directory@2.1.1 │ ├── require-main-filename@1.0.1 │ ├── set-blocking@2.0.0 │ ├─┬ string-width@2.1.1 │ │ ├── is-fullwidth-code-point@2.0.0 │ │ └─┬ strip-ansi@4.0.0 │ │ └── ansi-regex@3.0.0 │ ├── which-module@2.0.0 │ ├── y18n@3.2.1 │ └── yargs-parser@7.0.0 ├── react-native-webrtc@1.58.2 (git://github.com/jitsi/react-native-webrtc.git#806435b41fa152a8239ebeb7d002d1c6e979be86) ├─┬ react-redux@5.0.6 │ ├── hoist-non-react-statics@2.5.0 │ └── invariant@2.2.3 ├─┬ redux@3.7.2 │ ├── lodash@4.17.4 │ ├── lodash-es@4.17.5 │ └── symbol-observable@1.2.0 ├── redux-thunk@2.2.0 ├── UNMET PEER DEPENDENCY strophe.js@1.2.14-1 (git://github.com/jitsi/strophejs.git#1501521d305e405f4dea3f51a5473f504672a7b3) ├── strophejs-plugin-disco@0.0.2 └── url-polyfill@0.5.7 (git://github.com/github/url-polyfill.git#39734186de44612bc5a16eb25f5407adcc5b2e7c)
npm WARN optional Skipping failed optional dependency /sane/fsevents: npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.1.3 npm WARN enoent ENOENT: no such file or directory, open '/root/jitsi-meet/package.json' npm WARN @atlaskit/inline-dialog@5.0.2 requires a peer of react@^15.3.2 but none was installed. npm WARN @atlaskit/inline-dialog@5.0.2 requires a peer of react-dom@^15.3.2 but none was installed. npm WARN @atlaskit/theme@2.2.0 requires a peer of react@^15.3.2 but none was installed. npm WARN @atlaskit/lozenge@3.4.2 requires a peer of react@^15.3.2 but none was installed. npm WARN @atlaskit/spinner@4.0.0 requires a peer of react@^15.3.2 but none was installed. npm WARN @atlaskit/field-text@4.0.1 requires a peer of react@^15.3.2 but none was installed. npm WARN @atlaskit/tooltip@6.0.0 requires a peer of react@^15.3.2 but none was installed. npm WARN @atlaskit/inline-message@3.0.1 requires a peer of react@^15.3.2 but none was installed. npm WARN @atlaskit/inline-message@3.0.1 requires a peer of react-dom@^15.3.2 but none was installed. npm WARN @atlaskit/icon@7.1.0 requires a peer of react@^15.3.2 but none was installed. npm WARN @atlaskit/button@3.6.0 requires a peer of react@^15.3.2 but none was installed. npm WARN @atlaskit/tabs@4.0.1 requires a peer of react@^15.3.2 but none was installed. npm WARN strophejs-plugin-disco@0.0.2 requires a peer of strophe.js@^1.2.12 but none was installed. npm WARN @atlaskit/modal-dialog@2.6.0 requires a peer of react@^15.3.2 but none was installed. npm WARN @atlaskit/droplist@4.11.1 requires a peer of react@^15.3.2 but none was installed. npm WARN @atlaskit/droplist@4.11.1 requires a peer of react-dom@^15.3.2 but none was installed. npm WARN @atlaskit/icon@8.1.0 requires a peer of react@^15.3.2 but none was installed. npm WARN styled-components@1.4.6 requires a peer of react@^0.14.0 || ^15.0.0-0 but none was installed. npm WARN @atlaskit/button@5.4.2 requires a peer of react@^15.3.2 but none was installed. npm WARN @atlaskit/flag@6.1.0 requires a peer of react@^15.3.2 but none was installed. npm WARN @atlaskit/icon@7.1.0 requires a peer of react@^15.3.2 but none was installed. npm WARN @atlaskit/dropdown-menu@3.10.2 requires a peer of react@^15.3.2 but none was installed. npm WARN @atlaskit/dropdown-menu@3.10.2 requires a peer of react-dom@^15.3.2 but none was installed. npm WARN styled-components@1.4.6 requires a peer of react@^0.14.0 || ^15.0.0-0 but none was installed. npm WARN @atlaskit/icon@8.1.0 requires a peer of react@^15.3.2 but none was installed. npm WARN @atlaskit/multi-select@7.1.3 requires a peer of react@^15.3.2 but none was installed. npm WARN @atlaskit/multi-select@7.1.3 requires a peer of react-dom@^15.3.2 but none was installed. npm WARN @atlaskit/spinner@3.4.2 requires a peer of react@^15.3.2 but none was installed. npm WARN @atlaskit/icon@6.6.0 requires a peer of react@^15.3.2 but none was installed. npm WARN @atlaskit/avatar@8.0.5 requires a peer of react@^15.3.2 but none was installed. npm WARN @atlaskit/icon@10.0.0 requires a peer of react@^15.3.2 but none was installed. npm WARN styled-components@1.3.0 requires a peer of react@^0.14.0 || ^15.0.0-0 but none was installed. npm WARN react-native@0.51.0 requires a peer of react@16.0.0 but none was installed. npm WARN styled-components@1.4.6 requires a peer of react@^0.14.0 || ^15.0.0-0 but none was installed. npm WARN styled-components@1.4.6 requires a peer of react@^0.14.0 || ^15.0.0-0 but none was installed. npm WARN styled-components@1.4.6 requires a peer of react@^0.14.0 || ^15.0.0-0 but none was installed. npm WARN styled-components@1.4.6 requires a peer of react@^0.14.0 || ^15.0.0-0 but none was installed. npm WARN @atlaskit/blanket@2.4.3 requires a peer of react@^15.3.2 but none was installed. npm WARN styled-components@1.4.6 requires a peer of react@^0.14.0 || ^15.0.0-0 but none was installed. npm WARN styled-components@1.4.6 requires a peer of react@^0.14.0 || ^15.0.0-0 but none was installed. npm WARN jitsi-meet No description npm WARN jitsi-meet No repository field. npm WARN jitsi-meet No README data npm WARN jitsi-meet No license field. npm ERR! Linux 4.4.0-112-generic npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "https://github.com/jitsi/jitsi-meet.git" 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! lib-jitsi-meet@0.0.0 postinstall: webpack -p
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the lib-jitsi-meet@0.0.0 postinstall script 'webpack -p'.
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 lib-jitsi-meet package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! webpack -p
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs lib-jitsi-meet
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls lib-jitsi-meet
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request: npm ERR! /root/jitsi-meet/npm-debug.log root@grt:~/jitsi-meet#
I'm not familiar with that npm install https:// command, not sure where did you get it, but: $ git clone https://github.com/jitsi/jitsi-meet.git $ cd jitsi-meet $ npm install $ make This is the correct order and the commands you need to try. I'm not sure about the nodejs-legacy, which version does it install. We definitely need to update that part if it doesn't work. But going to https://nodejs.org/en/ and installing the LTS version for sure will be using correct versions for node and npm.
Great. I think I'll get it now. Your last comment gives me a lot to work with and its starting to become clearer. I just needed direction. Thank you very much!
I got the npm install https commands from here https://docs.npmjs.com/cli/install
and here https://remarkablemark.org/blog/2016/09/19/npm-install-from-github/
I almost had it and then it gave an error. ahhhh :) I installed nodejs v9.6 and npm v5.6 then I ran npm install from the jitsi-meet directory note: Apache2 install. Custom SSL certificate installed. Https for domain works.
root@grt:~# cd jitsi-meet root@grt:~/jitsi-meet# npm install
node-sass@3.13.1 install /root/jitsi-meet/node_modules/node-sass node scripts/install.js
Downloading binary from https://github.com/sass/node-sass/releases/download/v3.13.1/linux-x64-59_binding.node Cannot download "https://github.com/sass/node-sass/releases/download/v3.13.1/linux-x64-59_binding.node":
HTTP error 404 Not Found
Hint: If github.com is not accessible in your location try setting a proxy via HTTP_PROXY, e.g.
export HTTP_PROXY=http://example.com:1234
or configure npm proxy via
npm config set proxy http://example.com:8080
node-sass@3.13.1 postinstall /root/jitsi-meet/node_modules/node-sass node scripts/build.js
Building: /usr/bin/node /root/jitsi-meet/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
gyp info it worked if it ends with ok
gyp verb cli [ '/usr/bin/node',
gyp verb cli '/root/jitsi-meet/node_modules/node-gyp/bin/node-gyp.js',
gyp verb cli 'rebuild',
gyp verb cli '--verbose',
gyp verb cli '--libsass_ext=',
gyp verb cli '--libsass_cflags=',
gyp verb cli '--libsass_ldflags=',
gyp verb cli '--libsass_library=' ]
gyp info using node-gyp@3.6.2
gyp info using node@9.6.0 | linux | x64
gyp verb command rebuild []
gyp verb command clean []
gyp verb clean removing "build" directory
gyp verb command configure []
gyp verb check python checking for Python executable "python2" in the PATH
gyp verb which
succeeded python2 /usr/bin/python2
gyp verb check python version /usr/bin/python2 -c "import platform; print(platform.python_version());"
returned: "2.7.12\n"
gyp verb get node dir no --target version specified, falling back to host node version: 9.6.0
gyp verb command install [ '9.6.0' ]
gyp verb install input version string "9.6.0"
gyp verb install installing version: 9.6.0
gyp verb install --ensure was passed, so won't reinstall if already installed
gyp verb install version is already installed, need to check "installVersion"
gyp verb got "installVersion" 9
gyp verb needs "installVersion" 9
gyp verb install version is good
gyp verb get node dir target node version installed: 9.6.0
gyp verb build dir attempting to create "build" dir: /root/jitsi-meet/node_modules/node-sass/build
gyp verb build dir "build" dir needed to be created? /root/jitsi-meet/node_modules/node-sass/build
gyp verb build/config.gypi creating config file
gyp verb build/config.gypi writing out config file: /root/jitsi-meet/node_modules/node-sass/build/config.gypi
gyp verb config.gypi checking for gypi file: /root/jitsi-meet/node_modules/node-sass/config.gypi
gyp verb common.gypi checking for gypi file: /root/jitsi-meet/node_modules/node-sass/common.gypi
gyp verb gyp gyp format was not specified; forcing "make"
gyp info spawn /usr/bin/python2
gyp info spawn args [ '/root/jitsi-meet/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args 'binding.gyp',
gyp info spawn args '-f',
gyp info spawn args 'make',
gyp info spawn args '-I',
gyp info spawn args '/root/jitsi-meet/node_modules/node-sass/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/root/jitsi-meet/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/root/.node-gyp/9.6.0/include/node/common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=/root/.node-gyp/9.6.0',
gyp info spawn args '-Dnode_gyp_dir=/root/jitsi-meet/node_modules/node-gyp',
gyp info spawn args '-Dnode_lib_file=/root/.node-gyp/9.6.0/<(target_arch)/node.lib',
gyp info spawn args '-Dmodule_root_dir=/root/jitsi-meet/node_modules/node-sass',
gyp info spawn args '-Dnode_engine=v8',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.' ]
gyp verb command build []
gyp verb build type Release
gyp verb architecture x64
gyp verb node dev dir /root/.node-gyp/9.6.0
gyp ERR! build error
gyp ERR! stack Error: not found: make
gyp ERR! stack at getNotFoundError (/root/jitsi-meet/node_modules/which/which.js:13:12)
gyp ERR! stack at F (/root/jitsi-meet/node_modules/which/which.js:68:19)
gyp ERR! stack at E (/root/jitsi-meet/node_modules/which/which.js:80:29)
gyp ERR! stack at /root/jitsi-meet/node_modules/which/which.js:89:16
gyp ERR! stack at /root/jitsi-meet/node_modules/isexe/index.js:42:5
gyp ERR! stack at /root/jitsi-meet/node_modules/isexe/mode.js:8:5
gyp ERR! stack at FSReqWrap.oncomplete (fs.js:170:21)
gyp ERR! System Linux 4.4.0-112-generic
gyp ERR! command "/usr/bin/node" "/root/jitsi-meet/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
gyp ERR! cwd /root/jitsi-meet/node_modules/node-sass
gyp ERR! node -v v9.6.0
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok
Build failed with error code: 1
npm WARN @atlaskit/avatar@8.0.5 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/blanket@2.4.3 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/button@5.4.2 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/dropdown-menu@3.10.2 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/dropdown-menu@3.10.2 requires a peer of react-dom@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/icon@8.1.0 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN styled-components@1.4.6 requires a peer of react@^0.14.0 || ^15.0.0-0 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/droplist@4.11.1 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/droplist@4.11.1 requires a peer of react-dom@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/icon@8.1.0 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN styled-components@1.4.6 requires a peer of react@^0.14.0 || ^15.0.0-0 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/icon@10.6.0 requires a peer of react@^15.6.1 but none is installed. You must install peer dependencies yourself.
npm WARN styled-components@1.4.6 requires a peer of react@^0.14.0 || ^15.0.0-0 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/field-text@4.0.1 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/flag@6.1.0 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/icon@7.1.0 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/icon@10.0.0 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/inline-dialog@5.0.2 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/inline-dialog@5.0.2 requires a peer of react-dom@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/inline-message@3.0.1 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/inline-message@3.0.1 requires a peer of react-dom@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/button@3.6.0 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/icon@7.1.0 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN styled-components@1.4.6 requires a peer of react@^0.14.0 || ^15.0.0-0 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/layer@2.5.13 requires a peer of react@^15.6.1 but none is installed. You must install peer dependencies yourself.
npm WARN styled-components@1.4.6 requires a peer of react@^0.14.0 || ^15.0.0-0 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/lozenge@3.4.2 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/modal-dialog@2.6.0 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/multi-select@7.1.3 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/multi-select@7.1.3 requires a peer of react-dom@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/icon@6.6.0 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/spinner@3.4.2 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/spinner@4.0.0 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/tabs@4.0.1 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/tag@3.0.14 requires a peer of react@^15.6.1 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/icon@10.6.0 requires a peer of react@^15.6.1 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/theme@2.2.9 requires a peer of react@^15.6.1 but none is installed. You must install peer dependencies yourself.
npm WARN styled-components@1.4.6 requires a peer of react@^0.14.0 || ^15.0.0-0 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/tag-group@3.4.12 requires a peer of react@^15.6.1 but none is installed. You must install peer dependencies yourself.
npm WARN styled-components@1.4.6 requires a peer of react@^0.14.0 || ^15.0.0-0 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/theme@2.2.0 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/tooltip@6.0.0 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN styled-components@1.4.6 requires a peer of react@^0.14.0 || ^15.0.0-0 but none is installed. You must install peer dependencies yourself.
npm WARN react-native@0.51.0 requires a peer of react@16.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN strophejs-plugin-disco@0.0.2 requires a peer of strophe.js@^1.2.12 but none is installed. You must install peer dependencies yourself.
npm WARN styled-components@1.3.0 requires a peer of react@^0.14.0 || ^15.0.0-0 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.3 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-sass@3.13.1 postinstall: node scripts/build.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@3.13.1 postinstall 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-02-23T01_51_36_355Z-debug.log
This has nothing to do with your apache2. I have seen this error, but I'm not sure how can it be fixed. Can you delete node_modules folder inside jitsi-meet folder an run npm install again.
I thought I'd answer after the files were deleted and I then try the npm install again but I didn't expect the delete process for the nodes_modules to take over an hour :)
I mentioned the Apache2 as part of the description of everything I have done so that you're aware of the lead up process before the npm install. Anyway, when this is done I will do the npm install again and let you know.
Node_modules took over 3hrs to delete. Whoah! After delete I ran the npm install again but got an error again.
root@grt:~# cd jitsi-meet root@grt:~/jitsi-meet# npm install
git-validate@2.2.2 install /root/jitsi-meet/node_modules/git-validate node bin/install
node-sass@3.13.1 install /root/jitsi-meet/node_modules/node-sass node scripts/install.js
Downloading binary from https://github.com/sass/node-sass/releases/download/v3.13.1/linux-x64-59_binding.node Cannot download "https://github.com/sass/node-sass/releases/download/v3.13.1/linux-x64-59_binding.node":
HTTP error 404 Not Found
Hint: If github.com is not accessible in your location try setting a proxy via HTTP_PROXY, e.g.
export HTTP_PROXY=http://example.com:1234
or configure npm proxy via
npm config set proxy http://example.com:8080
precommit-hook@3.0.0 install /root/jitsi-meet/node_modules/precommit-hook node bin/install
uglifyjs-webpack-plugin@0.4.6 postinstall /root/jitsi-meet/node_modules/webpack/node_modules/uglifyjs-webpack-plugin node lib/post_install.js
lib-jitsi-meet@0.0.0 postinstall /root/jitsi-meet/node_modules/lib-jitsi-meet webpack -p
Hash: 66a0f416b45ed6f58dd8 Version: webpack 3.9.1 Child Hash: 66a0f416b45ed6f58dd8 Time: 155651ms Asset Size Chunks Chunk Names lib-jitsi-meet.min.js 943 kB 0 [emitted] [big] lib-jitsi-meet lib-jitsi-meet.min.js.LICENSE 1.6 kB [emitted] lib-jitsi-meet.min.map 3.4 MB 0 [emitted] lib-jitsi-meet [0] ../jitsi-meet-logger/lib/index.js 3.67 kB {0} [built] [1] ./modules/browser/index.js + 1 modules 13.2 kB {0} [built] [3] ./modules/util/GlobalOnErrorHandler.js 2.54 kB {0} [built] [4] ./service/RTC/MediaType.js 110 bytes {0} [built] [5] ./modules/statistics/statistics.js 30.5 kB {0} [built] [6] ./service/statistics/AnalyticsEvents.js 13.8 kB {0} [built] [7] ./JitsiConferenceEvents.js 7.79 kB {0} [built] [12] ./JitsiTrackError.js 6.51 kB {0} [built] [60] ./JitsiMediaDevicesEvents.js 896 bytes {0} [built] [61] ./index.js 160 bytes {0} [built] [62] ./JitsiMeetJS.js 17.8 kB {0} [built] [63] ./modules/util/AuthUtil.js 1.42 kB {0} [built] [64] ./JitsiConnection.js 5.45 kB {0} [built] [170] ./JitsiMediaDevices.js 6 kB {0} [built] [171] ./modules/RTC/RTCUIHelper.js 2.49 kB {0} [built]
node-sass@3.13.1 postinstall /root/jitsi-meet/node_modules/node-sass node scripts/build.js
Building: /usr/bin/node /root/jitsi-meet/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
gyp info it worked if it ends with ok
gyp verb cli [ '/usr/bin/node',
gyp verb cli '/root/jitsi-meet/node_modules/node-gyp/bin/node-gyp.js',
gyp verb cli 'rebuild',
gyp verb cli '--verbose',
gyp verb cli '--libsass_ext=',
gyp verb cli '--libsass_cflags=',
gyp verb cli '--libsass_ldflags=',
gyp verb cli '--libsass_library=' ]
gyp info using node-gyp@3.6.2
gyp info using node@9.6.0 | linux | x64
gyp verb command rebuild []
gyp verb command clean []
gyp verb clean removing "build" directory
gyp verb command configure []
gyp verb check python checking for Python executable "python2" in the PATH
gyp verb which
succeeded python2 /usr/bin/python2
gyp verb check python version /usr/bin/python2 -c "import platform; print(platform.python_version());"
returned: "2.7.12\n"
gyp verb get node dir no --target version specified, falling back to host node version: 9.6.0
gyp verb command install [ '9.6.0' ]
gyp verb install input version string "9.6.0"
gyp verb install installing version: 9.6.0
gyp verb install --ensure was passed, so won't reinstall if already installed
gyp verb install version is already installed, need to check "installVersion"
gyp verb got "installVersion" 9
gyp verb needs "installVersion" 9
gyp verb install version is good
gyp verb get node dir target node version installed: 9.6.0
gyp verb build dir attempting to create "build" dir: /root/jitsi-meet/node_modules/node-sass/build
gyp verb build dir "build" dir needed to be created? /root/jitsi-meet/node_modules/node-sass/build
gyp verb build/config.gypi creating config file
gyp verb build/config.gypi writing out config file: /root/jitsi-meet/node_modules/node-sass/build/config.gypi
gyp verb config.gypi checking for gypi file: /root/jitsi-meet/node_modules/node-sass/config.gypi
gyp verb common.gypi checking for gypi file: /root/jitsi-meet/node_modules/node-sass/common.gypi
gyp verb gyp gyp format was not specified; forcing "make"
gyp info spawn /usr/bin/python2
gyp info spawn args [ '/root/jitsi-meet/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args 'binding.gyp',
gyp info spawn args '-f',
gyp info spawn args 'make',
gyp info spawn args '-I',
gyp info spawn args '/root/jitsi-meet/node_modules/node-sass/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/root/jitsi-meet/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/root/.node-gyp/9.6.0/include/node/common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=/root/.node-gyp/9.6.0',
gyp info spawn args '-Dnode_gyp_dir=/root/jitsi-meet/node_modules/node-gyp',
gyp info spawn args '-Dnode_lib_file=/root/.node-gyp/9.6.0/<(target_arch)/node.lib',
gyp info spawn args '-Dmodule_root_dir=/root/jitsi-meet/node_modules/node-sass',
gyp info spawn args '-Dnode_engine=v8',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.' ]
gyp verb command build []
gyp verb build type Release
gyp verb architecture x64
gyp verb node dev dir /root/.node-gyp/9.6.0
gyp ERR! build error
gyp ERR! stack Error: not found: make
gyp ERR! stack at getNotFoundError (/root/jitsi-meet/node_modules/which/which.js:13:12)
gyp ERR! stack at F (/root/jitsi-meet/node_modules/which/which.js:68:19)
gyp ERR! stack at E (/root/jitsi-meet/node_modules/which/which.js:80:29)
gyp ERR! stack at /root/jitsi-meet/node_modules/which/which.js:89:16
gyp ERR! stack at /root/jitsi-meet/node_modules/isexe/index.js:42:5
gyp ERR! stack at /root/jitsi-meet/node_modules/isexe/mode.js:8:5
gyp ERR! stack at FSReqWrap.oncomplete (fs.js:170:21)
gyp ERR! System Linux 4.4.0-112-generic
gyp ERR! command "/usr/bin/node" "/root/jitsi-meet/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
gyp ERR! cwd /root/jitsi-meet/node_modules/node-sass
gyp ERR! node -v v9.6.0
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok
Build failed with error code: 1
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.3 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-sass@3.13.1 postinstall: node scripts/build.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@3.13.1 postinstall 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-02-23T12_52_21_049Z-debug.log
I set up a new server on an old domain I have: Ubuntu 16.04 / Apache2 just for testing this build install. I installed nodejs -v 9.2.1 and npm -v 5.5.1
I then did $ git clone https://github.com/jitsi/jitsi-meet.git $ cd jitsi-meet $ npm install The following is the result with error
root@Bordersfestival:~# nvm install 9.2.1 Downloading and installing node v9.2.1... Downloading https://nodejs.org/dist/v9.2.1/node-v9.2.1-linux-x64.tar.xz... ######################################################################## 100.0% Computing checksum with sha256sum Checksums matched! Now using node v9.2.1 (npm v5.5.1) Creating default alias: default -> 9.2.1 (-> v9.2.1) root@Bordersfestival:~# node -v v9.2.1 root@Bordersfestival:~# npm -v 5.5.1 root@Bordersfestival:~# git clone https://github.com/jitsi/jitsi-meet.git Cloning into 'jitsi-meet'... remote: Counting objects: 40501, done. remote: Compressing objects: 100% (63/63), done. remote: Total 40501 (delta 16), reused 26 (delta 1), pack-reused 40432 Receiving objects: 100% (40501/40501), 23.70 MiB | 15.89 MiB/s, done. Resolving deltas: 100% (25862/25862), done. Checking connectivity... done. root@Bordersfestival:~# cd jitsi-meet root@Bordersfestival:~/jitsi-meet# npm install
git-validate@2.2.2 install /root/jitsi-meet/node_modules/git-validate node bin/install
node-sass@3.13.1 install /root/jitsi-meet/node_modules/node-sass node scripts/install.js
Downloading binary from https://github.com/sass/node-sass/releases/download/v3.13.1/linux-x64-59_binding.node Cannot download "https://github.com/sass/node-sass/releases/download/v3.13.1/linux-x64-59_binding.node":
HTTP error 404 Not Found
Hint: If github.com is not accessible in your location try setting a proxy via HTTP_PROXY, e.g.
export HTTP_PROXY=http://example.com:1234
or configure npm proxy via
npm config set proxy http://example.com:8080
precommit-hook@3.0.0 install /root/jitsi-meet/node_modules/precommit-hook node bin/install
uglifyjs-webpack-plugin@0.4.6 postinstall /root/jitsi-meet/node_modules/webpack/node_modules/uglifyjs-webpack-plugin node lib/post_install.js
lib-jitsi-meet@0.0.0 postinstall /root/jitsi-meet/node_modules/lib-jitsi-meet webpack -p
Hash: 66a0f416b45ed6f58dd8 Version: webpack 3.9.1 Child Hash: 66a0f416b45ed6f58dd8 Time: 155151ms Asset Size Chunks Chunk Names lib-jitsi-meet.min.js 943 kB 0 [emitted] [big] lib-jitsi-meet lib-jitsi-meet.min.js.LICENSE 1.6 kB [emitted] lib-jitsi-meet.min.map 3.4 MB 0 [emitted] lib-jitsi-meet [0] ../jitsi-meet-logger/lib/index.js 3.67 kB {0} [built] [1] ./modules/browser/index.js + 1 modules 13.2 kB {0} [built] [3] ./modules/util/GlobalOnErrorHandler.js 2.54 kB {0} [built] [4] ./service/RTC/MediaType.js 110 bytes {0} [built] [5] ./modules/statistics/statistics.js 30.5 kB {0} [built] [6] ./service/statistics/AnalyticsEvents.js 13.8 kB {0} [built] [7] ./JitsiConferenceEvents.js 7.79 kB {0} [built] [12] ./JitsiTrackError.js 6.51 kB {0} [built] [60] ./JitsiMediaDevicesEvents.js 896 bytes {0} [built] [61] ./index.js 160 bytes {0} [built] [62] ./JitsiMeetJS.js 17.8 kB {0} [built] [63] ./modules/util/AuthUtil.js 1.42 kB {0} [built] [64] ./JitsiConnection.js 5.45 kB {0} [built] [170] ./JitsiMediaDevices.js 6 kB {0} [built] [171] ./modules/RTC/RTCUIHelper.js 2.49 kB {0} [built]
node-sass@3.13.1 postinstall /root/jitsi-meet/node_modules/node-sass node scripts/build.js
Building: /root/.nvm/versions/node/v9.2.1/bin/node /root/jitsi-meet/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
gyp info it worked if it ends with ok
gyp verb cli [ '/root/.nvm/versions/node/v9.2.1/bin/node',
gyp verb cli '/root/jitsi-meet/node_modules/node-gyp/bin/node-gyp.js',
gyp verb cli 'rebuild',
gyp verb cli '--verbose',
gyp verb cli '--libsass_ext=',
gyp verb cli '--libsass_cflags=',
gyp verb cli '--libsass_ldflags=',
gyp verb cli '--libsass_library=' ]
gyp info using node-gyp@3.6.2
gyp info using node@9.2.1 | linux | x64
gyp verb command rebuild []
gyp verb command clean []
gyp verb clean removing "build" directory
gyp verb command configure []
gyp verb check python checking for Python executable "python2" in the PATH
gyp verb which
failed Error: not found: python2
gyp verb which
failed at getNotFoundError (/root/jitsi-meet/node_modules/which/which.js:13:12)
gyp verb which
failed at F (/root/jitsi-meet/node_modules/which/which.js:68:19)
gyp verb which
failed at E (/root/jitsi-meet/node_modules/which/which.js:80:29)
gyp verb which
failed at /root/jitsi-meet/node_modules/which/which.js:89:16
gyp verb which
failed at /root/jitsi-meet/node_modules/isexe/index.js:42:5
gyp verb which
failed at /root/jitsi-meet/node_modules/isexe/mode.js:8:5
gyp verb which
failed at FSReqWrap.oncomplete (fs.js:166:21)
gyp verb which
failed python2 { Error: not found: python2
gyp verb which
failed at getNotFoundError (/root/jitsi-meet/node_modules/which/which.js:13:12)
gyp verb which
failed at F (/root/jitsi-meet/node_modules/which/which.js:68:19)
gyp verb which
failed at E (/root/jitsi-meet/node_modules/which/which.js:80:29)
gyp verb which
failed at /root/jitsi-meet/node_modules/which/which.js:89:16
gyp verb which
failed at /root/jitsi-meet/node_modules/isexe/index.js:42:5
gyp verb which
failed at /root/jitsi-meet/node_modules/isexe/mode.js:8:5
gyp verb which
failed at FSReqWrap.oncomplete (fs.js:166:21) code: 'ENOENT' }
gyp verb check python checking for Python executable "python" in the PATH
gyp verb which
failed Error: not found: python
gyp verb which
failed at getNotFoundError (/root/jitsi-meet/node_modules/which/which.js:13:12)
gyp verb which
failed at F (/root/jitsi-meet/node_modules/which/which.js:68:19)
gyp verb which
failed at E (/root/jitsi-meet/node_modules/which/which.js:80:29)
gyp verb which
failed at /root/jitsi-meet/node_modules/which/which.js:89:16
gyp verb which
failed at /root/jitsi-meet/node_modules/isexe/index.js:42:5
gyp verb which
failed at /root/jitsi-meet/node_modules/isexe/mode.js:8:5
gyp verb which
failed at FSReqWrap.oncomplete (fs.js:166:21)
gyp verb which
failed python { Error: not found: python
gyp verb which
failed at getNotFoundError (/root/jitsi-meet/node_modules/which/which.js:13:12)
gyp verb which
failed at F (/root/jitsi-meet/node_modules/which/which.js:68:19)
gyp verb which
failed at E (/root/jitsi-meet/node_modules/which/which.js:80:29)
gyp verb which
failed at /root/jitsi-meet/node_modules/which/which.js:89:16
gyp verb which
failed at /root/jitsi-meet/node_modules/isexe/index.js:42:5
gyp verb which
failed at /root/jitsi-meet/node_modules/isexe/mode.js:8:5
gyp verb which
failed at FSReqWrap.oncomplete (fs.js:166:21) code: 'ENOENT' }
gyp ERR! configure error
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
gyp ERR! stack at PythonFinder.failNoPython (/root/jitsi-meet/node_modules/node-gyp/lib/configure.js:483:19)
gyp ERR! stack at PythonFinder.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-sass@3.13.1 postinstall: node scripts/build.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@3.13.1 postinstall 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-02-23T15_33_16_353Z-debug.log root@Bordersfestival:~/jitsi-meet#
Tried the npm install again but this time I removed the nodes_modules directory as you advised before. Btw, python2.7 in also installed on server
root@Bordersfestival:~/jitsi-meet# rm -rf node_modules root@Bordersfestival:~/jitsi-meet# npm install
git-validate@2.2.2 install /root/jitsi-meet/node_modules/git-validate node bin/install
node-sass@3.13.1 install /root/jitsi-meet/node_modules/node-sass node scripts/install.js
Downloading binary from https://github.com/sass/node-sass/releases/download/v3.13.1/linux-x64-59_binding.node Cannot download "https://github.com/sass/node-sass/releases/download/v3.13.1/linux-x64-59_binding.node":
HTTP error 404 Not Found
Hint: If github.com is not accessible in your location try setting a proxy via HTTP_PROXY, e.g.
export HTTP_PROXY=http://example.com:1234
or configure npm proxy via
npm config set proxy http://example.com:8080
precommit-hook@3.0.0 install /root/jitsi-meet/node_modules/precommit-hook node bin/install
uglifyjs-webpack-plugin@0.4.6 postinstall /root/jitsi-meet/node_modules/webpack/node_modules/uglifyjs-webpack-plugin node lib/post_install.js
lib-jitsi-meet@0.0.0 postinstall /root/jitsi-meet/node_modules/lib-jitsi-meet webpack -p
Hash: 66a0f416b45ed6f58dd8 Version: webpack 3.9.1 Child Hash: 66a0f416b45ed6f58dd8 Time: 160976ms Asset Size Chunks Chunk Names lib-jitsi-meet.min.js 943 kB 0 [emitted] [big] lib-jitsi-meet lib-jitsi-meet.min.js.LICENSE 1.6 kB [emitted] lib-jitsi-meet.min.map 3.4 MB 0 [emitted] lib-jitsi-meet [0] ../jitsi-meet-logger/lib/index.js 3.67 kB {0} [built] [1] ./modules/browser/index.js + 1 modules 13.2 kB {0} [built] [3] ./modules/util/GlobalOnErrorHandler.js 2.54 kB {0} [built] [4] ./service/RTC/MediaType.js 110 bytes {0} [built] [5] ./modules/statistics/statistics.js 30.5 kB {0} [built] [6] ./service/statistics/AnalyticsEvents.js 13.8 kB {0} [built] [7] ./JitsiConferenceEvents.js 7.79 kB {0} [built] [12] ./JitsiTrackError.js 6.51 kB {0} [built] [60] ./JitsiMediaDevicesEvents.js 896 bytes {0} [built] [61] ./index.js 160 bytes {0} [built] [62] ./JitsiMeetJS.js 17.8 kB {0} [built] [63] ./modules/util/AuthUtil.js 1.42 kB {0} [built] [64] ./JitsiConnection.js 5.45 kB {0} [built] [170] ./JitsiMediaDevices.js 6 kB {0} [built] [171] ./modules/RTC/RTCUIHelper.js 2.49 kB {0} [built]
node-sass@3.13.1 postinstall /root/jitsi-meet/node_modules/node-sass node scripts/build.js
Building: /root/.nvm/versions/node/v9.2.1/bin/node /root/jitsi-meet/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
gyp info it worked if it ends with ok
gyp verb cli [ '/root/.nvm/versions/node/v9.2.1/bin/node',
gyp verb cli '/root/jitsi-meet/node_modules/node-gyp/bin/node-gyp.js',
gyp verb cli 'rebuild',
gyp verb cli '--verbose',
gyp verb cli '--libsass_ext=',
gyp verb cli '--libsass_cflags=',
gyp verb cli '--libsass_ldflags=',
gyp verb cli '--libsass_library=' ]
gyp info using node-gyp@3.6.2
gyp info using node@9.2.1 | linux | x64
gyp verb command rebuild []
gyp verb command clean []
gyp verb clean removing "build" directory
gyp verb command configure []
gyp verb check python checking for Python executable "python2" in the PATH
gyp verb which
failed Error: not found: python2
gyp verb which
failed at getNotFoundError (/root/jitsi-meet/node_modules/which/which.js:13:12)
gyp verb which
failed at F (/root/jitsi-meet/node_modules/which/which.js:68:19)
gyp verb which
failed at E (/root/jitsi-meet/node_modules/which/which.js:80:29)
gyp verb which
failed at /root/jitsi-meet/node_modules/which/which.js:89:16
gyp verb which
failed at /root/jitsi-meet/node_modules/isexe/index.js:42:5
gyp verb which
failed at /root/jitsi-meet/node_modules/isexe/mode.js:8:5
gyp verb which
failed at FSReqWrap.oncomplete (fs.js:166:21)
gyp verb which
failed python2 { Error: not found: python2
gyp verb which
failed at getNotFoundError (/root/jitsi-meet/node_modules/which/which.js:13:12)
gyp verb which
failed at F (/root/jitsi-meet/node_modules/which/which.js:68:19)
gyp verb which
failed at E (/root/jitsi-meet/node_modules/which/which.js:80:29)
gyp verb which
failed at /root/jitsi-meet/node_modules/which/which.js:89:16
gyp verb which
failed at /root/jitsi-meet/node_modules/isexe/index.js:42:5
gyp verb which
failed at /root/jitsi-meet/node_modules/isexe/mode.js:8:5
gyp verb which
failed at FSReqWrap.oncomplete (fs.js:166:21) code: 'ENOENT' }
gyp verb check python checking for Python executable "python" in the PATH
gyp verb which
failed Error: not found: python
gyp verb which
failed at getNotFoundError (/root/jitsi-meet/node_modules/which/which.js:13:12)
gyp verb which
failed at F (/root/jitsi-meet/node_modules/which/which.js:68:19)
gyp verb which
failed at E (/root/jitsi-meet/node_modules/which/which.js:80:29)
gyp verb which
failed at /root/jitsi-meet/node_modules/which/which.js:89:16
gyp verb which
failed at /root/jitsi-meet/node_modules/isexe/index.js:42:5
gyp verb which
failed at /root/jitsi-meet/node_modules/isexe/mode.js:8:5
gyp verb which
failed at FSReqWrap.oncomplete (fs.js:166:21)
gyp verb which
failed python { Error: not found: python
gyp verb which
failed at getNotFoundError (/root/jitsi-meet/node_modules/which/which.js:13:12)
gyp verb which
failed at F (/root/jitsi-meet/node_modules/which/which.js:68:19)
gyp verb which
failed at E (/root/jitsi-meet/node_modules/which/which.js:80:29)
gyp verb which
failed at /root/jitsi-meet/node_modules/which/which.js:89:16
gyp verb which
failed at /root/jitsi-meet/node_modules/isexe/index.js:42:5
gyp verb which
failed at /root/jitsi-meet/node_modules/isexe/mode.js:8:5
gyp verb which
failed at FSReqWrap.oncomplete (fs.js:166:21) code: 'ENOENT' }
gyp ERR! configure error
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
gyp ERR! stack at PythonFinder.failNoPython (/root/jitsi-meet/node_modules/node-gyp/lib/configure.js:483:19)
gyp ERR! stack at PythonFinder.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-sass@3.13.1 postinstall: node scripts/build.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@3.13.1 postinstall 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-02-23T16_15_27_071Z-debug.log root@Bordersfestival:~/jitsi-meet#
On a machine where this successfully builds I see:
21:06:00 gyp verb check python checking for Python executable "python2" in the PATH
21:06:00 gyp verb which
succeeded python2 /usr/bin/python2
21:06:01 gyp verb check python version /usr/bin/python2 -c "import platform; print(platform.python_version());"
returned: "2.7.11+\n"
Can you check these: which python which python2 Do they succeed in the same shell you are running npm install.
Thanks for the reply. After your last message I installed python2.7 then I did the npm install from the jitsi-meet folder. The following is the result, which is much better but still giving an error. I think its on the right track. Reading through to see what it could now be.
But remember I deleted the nodes_modules directory earlier.
root@Bordersfestival:~/jitsi-meet# npm install
node-sass@3.13.1 install /root/jitsi-meet/node_modules/node-sass node scripts/install.js
Downloading binary from https://github.com/sass/node-sass/releases/download/v3.13.1/linux-x64-59_binding.node Cannot download "https://github.com/sass/node-sass/releases/download/v3.13.1/linux-x64-59_binding.node":
HTTP error 404 Not Found
Hint: If github.com is not accessible in your location try setting a proxy via HTTP_PROXY, e.g.
export HTTP_PROXY=http://example.com:1234
or configure npm proxy via
npm config set proxy http://example.com:8080
node-sass@3.13.1 postinstall /root/jitsi-meet/node_modules/node-sass node scripts/build.js
Building: /root/.nvm/versions/node/v9.2.1/bin/node /root/jitsi-meet/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
gyp info it worked if it ends with ok
gyp verb cli [ '/root/.nvm/versions/node/v9.2.1/bin/node',
gyp verb cli '/root/jitsi-meet/node_modules/node-gyp/bin/node-gyp.js',
gyp verb cli 'rebuild',
gyp verb cli '--verbose',
gyp verb cli '--libsass_ext=',
gyp verb cli '--libsass_cflags=',
gyp verb cli '--libsass_ldflags=',
gyp verb cli '--libsass_library=' ]
gyp info using node-gyp@3.6.2
gyp info using node@9.2.1 | linux | x64
gyp verb command rebuild []
gyp verb command clean []
gyp verb clean removing "build" directory
gyp verb command configure []
gyp verb check python checking for Python executable "python2" in the PATH
gyp verb which
succeeded python2 /usr/bin/python2
gyp verb check python version /usr/bin/python2 -c "import platform; print(platform.python_version());"
returned: "2.7.12\n"
gyp verb get node dir no --target version specified, falling back to host node version: 9.2.1
gyp verb command install [ '9.2.1' ]
gyp verb install input version string "9.2.1"
gyp verb install installing version: 9.2.1
gyp verb install --ensure was passed, so won't reinstall if already installed
gyp verb install version not already installed, continuing with install 9.2.1
gyp verb ensuring nodedir is created /root/.node-gyp/9.2.1
gyp verb created nodedir /root/.node-gyp
gyp http GET https://nodejs.org/download/release/v9.2.1/node-v9.2.1-headers.tar.gz
gyp http 200 https://nodejs.org/download/release/v9.2.1/node-v9.2.1-headers.tar.gz
gyp verb extracted file from tarball include/node/android-ifaddrs.h
gyp verb extracted file from tarball include/node/common.gypi
gyp verb extracted file from tarball include/node/config.gypi
gyp verb extracted file from tarball include/node/node.h
gyp verb extracted file from tarball include/node/node_api.h
gyp verb extracted file from tarball include/node/node_api_types.h
gyp verb extracted file from tarball include/node/node_buffer.h
gyp verb extracted file from tarball include/node/node_object_wrap.h
gyp verb extracted file from tarball include/node/node_version.h
gyp verb extracted file from tarball include/node/pthread-barrier.h
gyp verb extracted file from tarball include/node/stdint-msvc2008.h
gyp verb extracted file from tarball include/node/tree.h
gyp verb extracted file from tarball include/node/uv-aix.h
gyp verb extracted file from tarball include/node/uv-bsd.h
gyp verb extracted file from tarball include/node/uv-darwin.h
gyp verb extracted file from tarball include/node/uv-errno.h
gyp verb extracted file from tarball include/node/uv-linux.h
gyp verb extracted file from tarball include/node/uv-os390.h
gyp verb extracted file from tarball include/node/uv-posix.h
gyp verb extracted file from tarball include/node/uv-sunos.h
gyp verb extracted file from tarball include/node/uv-threadpool.h
gyp verb extracted file from tarball include/node/uv-unix.h
gyp verb extracted file from tarball include/node/uv-version.h
gyp verb extracted file from tarball include/node/uv-win.h
gyp verb extracted file from tarball include/node/uv.h
gyp verb extracted file from tarball include/node/v8-debug.h
gyp verb extracted file from tarball include/node/v8-inspector-protocol.h
gyp verb extracted file from tarball include/node/v8-inspector.h
gyp verb extracted file from tarball include/node/v8-platform.h
gyp verb extracted file from tarball include/node/v8-profiler.h
gyp verb extracted file from tarball include/node/v8-testing.h
gyp verb extracted file from tarball include/node/v8-util.h
gyp verb extracted file from tarball include/node/v8-value-serializer-version.h
gyp verb extracted file from tarball include/node/v8-version-string.h
gyp verb extracted file from tarball include/node/v8-version.h
gyp verb extracted file from tarball include/node/v8.h
gyp verb extracted file from tarball include/node/v8config.h
gyp verb extracted file from tarball include/node/zconf.h
gyp verb extracted file from tarball include/node/zlib.h
gyp verb extracted file from tarball include/node/openssl/aes.h
gyp verb extracted file from tarball include/node/openssl/asn1.h
gyp verb extracted file from tarball include/node/openssl/asn1_mac.h
gyp verb extracted file from tarball include/node/openssl/asn1t.h
gyp verb extracted file from tarball include/node/openssl/bio.h
gyp verb extracted file from tarball include/node/openssl/blowfish.h
gyp verb extracted file from tarball include/node/openssl/bn.h
gyp verb content checksum node-v9.2.1-headers.tar.gz 73a8884866105a304723db0e4dbe6022791355e53307f7cebea69db3990338f4
gyp verb extracted file from tarball include/node/openssl/buffer.h
gyp verb extracted file from tarball include/node/openssl/camellia.h
gyp verb extracted file from tarball include/node/openssl/cast.h
gyp verb extracted file from tarball include/node/openssl/cmac.h
gyp verb extracted file from tarball include/node/openssl/cms.h
gyp verb extracted file from tarball include/node/openssl/comp.h
gyp verb extracted file from tarball include/node/openssl/conf.h
gyp verb extracted file from tarball include/node/openssl/conf_api.h
gyp verb extracted file from tarball include/node/openssl/crypto.h
gyp verb extracted file from tarball include/node/openssl/des.h
gyp verb extracted file from tarball include/node/openssl/des_old.h
gyp verb extracted file from tarball include/node/openssl/dh.h
gyp verb extracted file from tarball include/node/openssl/dsa.h
gyp verb extracted file from tarball include/node/openssl/dso.h
gyp verb extracted file from tarball include/node/openssl/dtls1.h
gyp verb extracted file from tarball include/node/openssl/e_os2.h
gyp verb extracted file from tarball include/node/openssl/ebcdic.h
gyp verb extracted file from tarball include/node/openssl/ec.h
gyp verb extracted file from tarball include/node/openssl/ecdh.h
gyp verb extracted file from tarball include/node/openssl/ecdsa.h
gyp verb extracted file from tarball include/node/openssl/engine.h
gyp verb extracted file from tarball include/node/openssl/err.h
gyp verb extracted file from tarball include/node/openssl/evp.h
gyp verb extracted file from tarball include/node/openssl/hmac.h
gyp verb extracted file from tarball include/node/openssl/idea.h
gyp verb extracted file from tarball include/node/openssl/krb5_asn.h
gyp verb extracted file from tarball include/node/openssl/kssl.h
gyp verb extracted file from tarball include/node/openssl/lhash.h
gyp verb extracted file from tarball include/node/openssl/md4.h
gyp verb extracted file from tarball include/node/openssl/md5.h
gyp verb extracted file from tarball include/node/openssl/mdc2.h
gyp verb extracted file from tarball include/node/openssl/modes.h
gyp verb extracted file from tarball include/node/openssl/obj_mac.h
gyp verb extracted file from tarball include/node/openssl/objects.h
gyp verb extracted file from tarball include/node/openssl/ocsp.h
gyp verb extracted file from tarball include/node/openssl/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/opensslv.h
gyp verb extracted file from tarball include/node/openssl/ossl_typ.h
gyp verb extracted file from tarball include/node/openssl/pem.h
gyp verb extracted file from tarball include/node/openssl/pem2.h
gyp verb extracted file from tarball include/node/openssl/pkcs12.h
gyp verb extracted file from tarball include/node/openssl/pkcs7.h
gyp verb extracted file from tarball include/node/openssl/pqueue.h
gyp verb extracted file from tarball include/node/openssl/rand.h
gyp verb extracted file from tarball include/node/openssl/rc2.h
gyp verb extracted file from tarball include/node/openssl/rc4.h
gyp verb extracted file from tarball include/node/openssl/ripemd.h
gyp verb extracted file from tarball include/node/openssl/rsa.h
gyp verb extracted file from tarball include/node/openssl/safestack.h
gyp verb extracted file from tarball include/node/openssl/seed.h
gyp verb extracted file from tarball include/node/openssl/sha.h
gyp verb extracted file from tarball include/node/openssl/srp.h
gyp verb extracted file from tarball include/node/openssl/srtp.h
gyp verb extracted file from tarball include/node/openssl/ssl.h
gyp verb extracted file from tarball include/node/openssl/ssl2.h
gyp verb extracted file from tarball include/node/openssl/ssl23.h
gyp verb extracted file from tarball include/node/openssl/ssl3.h
gyp verb extracted file from tarball include/node/openssl/stack.h
gyp verb extracted file from tarball include/node/openssl/symhacks.h
gyp verb extracted file from tarball include/node/openssl/tls1.h
gyp verb extracted file from tarball include/node/openssl/ts.h
gyp verb extracted file from tarball include/node/openssl/txt_db.h
gyp verb extracted file from tarball include/node/openssl/ui.h
gyp verb extracted file from tarball include/node/openssl/ui_compat.h
gyp verb extracted file from tarball include/node/openssl/whrlpool.h
gyp verb extracted file from tarball include/node/openssl/x509.h
gyp verb extracted file from tarball include/node/openssl/x509_vfy.h
gyp verb extracted file from tarball include/node/openssl/x509v3.h
gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/opensslconf.h
gyp verb extracted file from tarball include/node/libplatform/libplatform-export.h
gyp verb extracted file from tarball include/node/libplatform/libplatform.h
gyp verb extracted file from tarball include/node/libplatform/v8-tracing.h
gyp verb tarball done parsing tarball
gyp verb check download content checksum, need to download SHASUMS256.txt
...
gyp verb checksum url https://nodejs.org/download/release/v9.2.1/SHASUMS256.txt
gyp http GET https://nodejs.org/download/release/v9.2.1/SHASUMS256.txt
gyp http 200 https://nodejs.org/download/release/v9.2.1/SHASUMS256.txt
gyp verb checksum data {"node-v9.2.1-aix-ppc64.tar.gz":"8f8017bf8e4f953cf6596bd6b08f66df39fb2d791abee1254881b7c04bc1819d","node-v9.2.1-darwin-x64.tar.gz":"4263f3da0280e2decd3a2ab97672e6f718acdf704664a3f1251e4ea267ccc971","node-v9.2.1-darwin-x64.tar.xz":"dbe3f00eed8ad35deb2b51318179e15156cb0970c00307c11f77369d32ee880e","node-v9.2.1-headers.tar.gz":"73a8884866105a304723db0e4dbe6022791355e53307f7cebea69db3990338f4","node-v9.2.1-headers.tar.xz":"1c0be12e2d485b7fd250205b73b12539a21f4ad0c469513f267c8d3f2fd22989","node-v9.2.1-linux-arm64.tar.gz":"6731cc1cae080f98f0cace9922b1d019d63b3eed10aa99e8eec52fdda01432b0","node-v9.2.1-linux-arm64.tar.xz":"09d362e2ed5f4af5e5dc2253bb4523d7bcb92135bcc11d9eb89ad8336229b756","node-v9.2.1-linux-armv6l.tar.gz":"6f0f39fcef67dece4a04700b90d30175127f588f1c70e59c697d8ca3b2c7db6d","node-v9.2.1-linux-armv6l.tar.xz":"4b8e815924adad009edb658f606c3eb42ac60710fb6cc8926d4e475c62d8f74f","node-v9.2.1-linux-armv7l.tar.gz":"655ce98427a2669a8bcc759761a767aada5407b97224d675162815cd3fd3e85f","node-v9.2.1-linux-armv7l.tar.xz":"e8ccec3d393fe3a43dbcc69bb0c225681888bd869799ecbd75ce7e96453359a5","node-v9.2.1-linux-ppc64le.tar.gz":"81f59cea4463f8015488cb19a75a0bc8827a0e6b1eec18491f68e9cceb4b45c4","node-v9.2.1-linux-ppc64le.tar.xz":"576050ddf2f804b0a7907ead3f8148b40c2072281e70c7909eada2da9944b45b","node-v9.2.1-linux-s390x.tar.gz":"918786a5d907e672bd2cf84b10a9afc06be86d037f69235ca581e0c4c3a3fcb2","node-v9.2.1-linux-s390x.tar.xz":"e5833f9a0a1d3e3a5f70848d0ee9c86d81562cde347033673d2bbe294ef63a2c","node-v9.2.1-linux-x64.tar.gz":"b8507b17277b1582320667605acde79a00a2a947182db2db9614ae0917235686","node-v9.2.1-linux-x64.tar.xz":"548d2959939235ca56c98740f64b64058e43d1499d760603b7941b7c37ad10fe","node-v9.2.1-linux-x86.tar.gz":"ac374441ea085e7cf82f244ac8206d4e1b338aacfb5c4532fa8f36f22b04e2b9","node-v9.2.1-linux-x86.tar.xz":"b65604ea39f03de0c0ba7ab7656bfb67661ea2b4b860c202be69ed4d037fa099","node-v9.2.1.pkg":"74954f93b2b308e884abf98b644da2cc2eeb3c62698bc3ea9fbea8d9af5e22a7","node-v9.2.1-sunos-x64.tar.gz":"0922b9cd2290ea44c9316cacbf62067271c2d2480a903e08d92f950a2fe147ef","node-v9.2.1-sunos-x64.tar.xz":"94b0bbb53703cdef4e12593232888a21f2867e267fd57bf6d118e4b59db7bb79","node-v9.2.1-sunos-x86.tar.gz":"3de9e75c76d475e5cf065ac1b8f314ee0698d85aa1262a64d3ac3f2efe150962","node-v9.2.1-sunos-x86.tar.xz":"8c5aa10a3283dd045c112625b0dc26d82468aaefe8a468b17b65cca7e4ce82b3","node-v9.2.1.tar.gz":"f6e95f539c6501c5951084f6c3ac2a735ae76c268378a80a9a773527670dc7ad","node-v9.2.1.tar.xz":"200de3c145e79d5da5361ab079df199cec13dbd10902df9cf9a75c6546cd4582","node-v9.2.1-win-x64.7z":"90adffc98e023caaeaebfc7af5afdefc3a5e2441bb102ec2e598223d6c4c4b0c","node-v9.2.1-win-x64.zip":"7b48ef7c718fe5748844f93101f9276a88ae1cf3c4c228f85306a6a266471b5b","node-v9.2.1-win-x86.7z":"6f81daf00d1a84530b286ecc1f2e296cb423b9076debdda25b351c78d36b66c1","node-v9.2.1-win-x86.zip":"f64514e77ee44274bf4cc2dd876cabeae977650464efb76d816d933ff772c79e","node-v9.2.1-x64.msi":"57bc46262bcf52535c95786c608b0303ac034a8c3089ee6015f7ec74941e42dc","node-v9.2.1-x86.msi":"9d622b2be2715fe7ca277224117983d0bed812958f0dc537fa7456b6c071d327","win-x64/node.exe":"04216d63b2934dd299c0ecdc7fc7fe4609d574d9893be564595378398a061a8f","win-x64/node.lib":"71b1ccc1905a38dfb43dccd1ba063d7def7b8f7a7e6d05e1d7511205d091c158","win-x64/node_pdb.7z":"0495fc9d7ffcb476cd7351656b294f0550abcccf2069d2ec2800b8af2a0a6592","win-x64/node_pdb.zip":"3a4094caf793212ce7cd462c1a6b98c1a2436529183caedab3bc00473ba8f3f7","win-x86/node.exe":"a3fb3f1421e2f516745aa51ac9773a29265ee66315ab73ffaad134e8ef2521d9","win-x86/node.lib":"8e252ee42a19e2ab4410bf854285eb6ea7b77b20bc2a780acbf38d4c2be9b3f6","win-x86/node_pdb.7z":"938cda3b0ba178638e82e10c84799df89f66f9c7fbf678e2e26693ecfcf2d0b2","win-x86/node_pdb.zip":"239e2b45bfd4fc861753ecf33ffa8800280196527742a6bce63e9c7bb1178590"}
gyp verb download contents checksum {"node-v9.2.1-headers.tar.gz":"73a8884866105a304723db0e4dbe6022791355e53307f7cebea69db3990338f4"}
gyp verb validating download checksum for node-v9.2.1-headers.tar.gz (73a8884866105a304723db0e4dbe6022791355e53307f7cebea69db3990338f4 == 73a8884866105a304723db0e4dbe6022791355e53307f7cebea69db3990338f4)
gyp verb get node dir target node version installed: 9.2.1
gyp verb build dir attempting to create "build" dir: /root/jitsi-meet/node_modules/node-sass/build
gyp verb build dir "build" dir needed to be created? /root/jitsi-meet/node_modules/node-sass/build
gyp verb build/config.gypi creating config file
gyp verb build/config.gypi writing out config file: /root/jitsi-meet/node_modules/node-sass/build/config.gypi
gyp verb config.gypi checking for gypi file: /root/jitsi-meet/node_modules/node-sass/config.gypi
gyp verb common.gypi checking for gypi file: /root/jitsi-meet/node_modules/node-sass/common.gypi
gyp verb gyp gyp format was not specified; forcing "make"
gyp info spawn /usr/bin/python2
gyp info spawn args [ '/root/jitsi-meet/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args 'binding.gyp',
gyp info spawn args '-f',
gyp info spawn args 'make',
gyp info spawn args '-I',
gyp info spawn args '/root/jitsi-meet/node_modules/node-sass/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/root/jitsi-meet/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/root/.node-gyp/9.2.1/include/node/common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=/root/.node-gyp/9.2.1',
gyp info spawn args '-Dnode_gyp_dir=/root/jitsi-meet/node_modules/node-gyp',
gyp info spawn args '-Dnode_lib_file=/root/.node-gyp/9.2.1/<(target_arch)/node.lib',
gyp info spawn args '-Dmodule_root_dir=/root/jitsi-meet/node_modules/node-sass',
gyp info spawn args '-Dnode_engine=v8',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.' ]
gyp verb command build []
gyp verb build type Release
gyp verb architecture x64
gyp verb node dev dir /root/.node-gyp/9.2.1
gyp verb which
succeeded for make
/usr/bin/make
gyp info spawn make
gyp info spawn args [ 'V=1', 'BUILDTYPE=Release', '-C', 'build' ]
make: Entering directory '/root/jitsi-meet/node_modules/node-sass/build'
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/ast.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/ast.o ../src/libsass/src/ast.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/base64vlq.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/base64vlq.o ../src/libsass/src/base64vlq.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/bind.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/bind.o ../src/libsass/src/bind.cpp
cc '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/cencode.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/cencode.o ../src/libsass/src/cencode.c
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/color_maps.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/color_maps.o ../src/libsass/src/color_maps.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/constants.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/constants.o ../src/libsass/src/constants.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/context.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/context.o ../src/libsass/src/context.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/cssize.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/cssize.o ../src/libsass/src/cssize.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/emitter.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/emitter.o ../src/libsass/src/emitter.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/environment.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/environment.o ../src/libsass/src/environment.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/error_handling.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/error_handling.o ../src/libsass/src/error_handling.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/eval.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/eval.o ../src/libsass/src/eval.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/expand.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/expand.o ../src/libsass/src/expand.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/extend.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/extend.o ../src/libsass/src/extend.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/file.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/file.o ../src/libsass/src/file.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/functions.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/functions.o ../src/libsass/src/functions.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/inspect.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/inspect.o ../src/libsass/src/inspect.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/json.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/json.o ../src/libsass/src/json.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/lexer.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/lexer.o ../src/libsass/src/lexer.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/listize.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/listize.o ../src/libsass/src/listize.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/memory_manager.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/memory_manager.o ../src/libsass/src/memory_manager.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/node.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/node.o ../src/libsass/src/node.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/output.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/output.o ../src/libsass/src/output.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/parser.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/parser.o ../src/libsass/src/parser.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/plugins.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/plugins.o ../src/libsass/src/plugins.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/position.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/position.o ../src/libsass/src/position.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/prelexer.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/prelexer.o ../src/libsass/src/prelexer.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/remove_placeholders.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/remove_placeholders.o ../src/libsass/src/remove_placeholders.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass.o ../src/libsass/src/sass.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass2scss.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass2scss.o ../src/libsass/src/sass2scss.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_context.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass_context.o ../src/libsass/src/sass_context.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_functions.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass_functions.o ../src/libsass/src/sass_functions.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_util.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass_util.o ../src/libsass/src/sass_util.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_values.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass_values.o ../src/libsass/src/sass_values.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/source_map.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/source_map.o ../src/libsass/src/source_map.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/to_c.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/to_c.o ../src/libsass/src/to_c.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/to_value.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/to_value.o ../src/libsass/src/to_value.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/units.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/units.o ../src/libsass/src/units.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/utf8_string.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/utf8_string.o ../src/libsass/src/utf8_string.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/util.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/util.o ../src/libsass/src/util.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/values.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/values.o ../src/libsass/src/values.cpp
rm -f Release/obj.target/src/sass.a && ar crs Release/obj.target/src/sass.a Release/obj.target/libsass/src/libsass/src/ast.o Release/obj.target/libsass/src/libsass/src/base64vlq.o Release/obj.target/libsass/src/libsass/src/bind.o Release/obj.target/libsass/src/libsass/src/cencode.o Release/obj.target/libsass/src/libsass/src/color_maps.o Release/obj.target/libsass/src/libsass/src/constants.o Release/obj.target/libsass/src/libsass/src/context.o Release/obj.target/libsass/src/libsass/src/cssize.o Release/obj.target/libsass/src/libsass/src/emitter.o Release/obj.target/libsass/src/libsass/src/environment.o Release/obj.target/libsass/src/libsass/src/error_handling.o Release/obj.target/libsass/src/libsass/src/eval.o Release/obj.target/libsass/src/libsass/src/expand.o Release/obj.target/libsass/src/libsass/src/extend.o Release/obj.target/libsass/src/libsass/src/file.o Release/obj.target/libsass/src/libsass/src/functions.o Release/obj.target/libsass/src/libsass/src/inspect.o Release/obj.target/libsass/src/libsass/src/json.o Release/obj.target/libsass/src/libsass/src/lexer.o Release/obj.target/libsass/src/libsass/src/listize.o Release/obj.target/libsass/src/libsass/src/memory_manager.o Release/obj.target/libsass/src/libsass/src/node.o Release/obj.target/libsass/src/libsass/src/output.o Release/obj.target/libsass/src/libsass/src/parser.o Release/obj.target/libsass/src/libsass/src/plugins.o Release/obj.target/libsass/src/libsass/src/position.o Release/obj.target/libsass/src/libsass/src/prelexer.o Release/obj.target/libsass/src/libsass/src/remove_placeholders.o Release/obj.target/libsass/src/libsass/src/sass.o Release/obj.target/libsass/src/libsass/src/sass2scss.o Release/obj.target/libsass/src/libsass/src/sass_context.o Release/obj.target/libsass/src/libsass/src/sass_functions.o Release/obj.target/libsass/src/libsass/src/sass_util.o Release/obj.target/libsass/src/libsass/src/sass_values.o Release/obj.target/libsass/src/libsass/src/source_map.o Release/obj.target/libsass/src/libsass/src/to_c.o Release/obj.target/libsass/src/libsass/src/to_value.o Release/obj.target/libsass/src/libsass/src/units.o Release/obj.target/libsass/src/libsass/src/utf8_string.o Release/obj.target/libsass/src/libsass/src/util.o Release/obj.target/libsass/src/libsass/src/values.o
rm -rf "Release/sass.a" && cp -af "Release/obj.target/src/sass.a" "Release/sass.a"
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/binding.o.d.raw -c -o Release/obj.target/binding/src/binding.o ../src/binding.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/create_string.o.d.raw -c -o Release/obj.target/binding/src/create_string.o ../src/create_string.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/custom_function_bridge.o.d.raw -c -o Release/obj.target/binding/src/custom_function_bridge.o ../src/custom_function_bridge.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/custom_importer_bridge.o.d.raw -c -o Release/obj.target/binding/src/custom_importer_bridge.o ../src/custom_importer_bridge.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_context_wrapper.o.d.raw -c -o Release/obj.target/binding/src/sass_context_wrapper.o ../src/sass_context_wrapper.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/boolean.o.d.raw -c -o Release/obj.target/binding/src/sass_types/boolean.o ../src/sass_types/boolean.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/color.o.d.raw -c -o Release/obj.target/binding/src/sass_types/color.o ../src/sass_types/color.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/error.o.d.raw -c -o Release/obj.target/binding/src/sass_types/error.o ../src/sass_types/error.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/factory.o.d.raw -c -o Release/obj.target/binding/src/sass_types/factory.o ../src/sass_types/factory.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/list.o.d.raw -c -o Release/obj.target/binding/src/sass_types/list.o ../src/sass_types/list.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/map.o.d.raw -c -o Release/obj.target/binding/src/sass_types/map.o ../src/sass_types/map.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/null.o.d.raw -c -o Release/obj.target/binding/src/sass_types/null.o ../src/sass_types/null.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/number.o.d.raw -c -o Release/obj.target/binding/src/sass_types/number.o ../src/sass_types/number.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/string.o.d.raw -c -o Release/obj.target/binding/src/sass_types/string.o ../src/sass_types/string.cpp
g++ -shared -pthread -rdynamic -m64 -Wl,-soname=binding.node -o Release/obj.target/binding.node -Wl,--start-group Release/obj.target/binding/src/binding.o Release/obj.target/binding/src/create_string.o Release/obj.target/binding/src/custom_function_bridge.o Release/obj.target/binding/src/custom_importer_bridge.o Release/obj.target/binding/src/sass_context_wrapper.o Release/obj.target/binding/src/sass_types/boolean.o Release/obj.target/binding/src/sass_types/color.o Release/obj.target/binding/src/sass_types/error.o Release/obj.target/binding/src/sass_types/factory.o Release/obj.target/binding/src/sass_types/list.o Release/obj.target/binding/src/sass_types/map.o Release/obj.target/binding/src/sass_types/null.o Release/obj.target/binding/src/sass_types/number.o Release/obj.target/binding/src/sass_types/string.o Release/obj.target/src/sass.a -Wl,--end-group
rm -rf "Release/binding.node" && cp -af "Release/obj.target/binding.node" "Release/binding.node"
make: Leaving directory '/root/jitsi-meet/node_modules/node-sass/build'
gyp info ok
Installed to /root/jitsi-meet/node_modules/node-sass/vendor/linux-x64-59/binding.node
npm WARN @atlaskit/avatar@8.0.5 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/blanket@2.4.3 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/button@5.4.2 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/dropdown-menu@3.10.2 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/dropdown-menu@3.10.2 requires a peer of react-dom@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/icon@8.1.0 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN styled-components@1.4.6 requires a peer of react@^0.14.0 || ^15.0.0-0 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/droplist@4.11.1 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/droplist@4.11.1 requires a peer of react-dom@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/icon@8.1.0 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN styled-components@1.4.6 requires a peer of react@^0.14.0 || ^15.0.0-0 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/icon@10.6.0 requires a peer of react@^15.6.1 but none is installed. You must install peer dependencies yourself.
npm WARN styled-components@1.4.6 requires a peer of react@^0.14.0 || ^15.0.0-0 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/field-text@4.0.1 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/flag@6.1.0 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/icon@7.1.0 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/icon@10.0.0 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/inline-dialog@5.0.2 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/inline-dialog@5.0.2 requires a peer of react-dom@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/inline-message@3.0.1 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/inline-message@3.0.1 requires a peer of react-dom@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/button@3.6.0 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/icon@7.1.0 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN styled-components@1.4.6 requires a peer of react@^0.14.0 || ^15.0.0-0 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/layer@2.5.13 requires a peer of react@^15.6.1 but none is installed. You must install peer dependencies yourself.
npm WARN styled-components@1.4.6 requires a peer of react@^0.14.0 || ^15.0.0-0 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/lozenge@3.4.2 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/modal-dialog@2.6.0 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/multi-select@7.1.3 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/multi-select@7.1.3 requires a peer of react-dom@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/icon@6.6.0 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/spinner@3.4.2 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/spinner@4.0.0 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/tabs@4.0.1 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/tag@3.0.14 requires a peer of react@^15.6.1 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/icon@10.6.0 requires a peer of react@^15.6.1 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/theme@2.2.9 requires a peer of react@^15.6.1 but none is installed. You must install peer dependencies yourself.
npm WARN styled-components@1.4.6 requires a peer of react@^0.14.0 || ^15.0.0-0 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/tag-group@3.4.12 requires a peer of react@^15.6.1 but none is installed. You must install peer dependencies yourself.
npm WARN styled-components@1.4.6 requires a peer of react@^0.14.0 || ^15.0.0-0 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/theme@2.2.0 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN @atlaskit/tooltip@6.0.0 requires a peer of react@^15.3.2 but none is installed. You must install peer dependencies yourself.
npm WARN styled-components@1.4.6 requires a peer of react@^0.14.0 || ^15.0.0-0 but none is installed. You must install peer dependencies yourself.
npm WARN react-native@0.51.0 requires a peer of react@16.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN strophejs-plugin-disco@0.0.2 requires a peer of strophe.js@^1.2.12 but none is installed. You must install peer dependencies yourself.
npm WARN styled-components@1.3.0 requires a peer of react@^0.14.0 || ^15.0.0-0 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.3 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
added 157 packages in 150.661s root@Bordersfestival:~/jitsi-meet#
This is ok, now just run make.
ok I'm going to rebuild the server and start again because I had deleted the node_modules directory earlier and make seems to need it
root@Bordersfestival:~# cd /root/jitsi-meet root@Bordersfestival:~/jitsi-meet# make ./node_modules/.bin/webpack -p
Server rebuilt and started again from scratch. My process: apt-get update apt-get install apache2 a2enmod ssl sudo service apache2 restart
Install Curl sudo apt-get install php-curl
Install Python sudo apt dist-upgrade sudo apt install python2.7 python-pip
Install Nodejs and NPM newest versions sudo apt-get install build-essential libssl-dev curl -sL https://raw.githubusercontent.com/creationix/nvm/v0.33.7/install.sh -o install_nvm.sh bash install_nvm.sh rm install_nvm.sh CLOSE PUTTY AND RE-OPEN nvm ls-remote nvm install 9.2.1 (install version number) CHECK VERSIONS The following is the shell log continuing after the above
root@Bordersfestival:~# node -v v9.2.1 root@Bordersfestival:~# npm -v 5.5.1 root@Bordersfestival:~# git clone https://github.com/jitsi/jitsi-meet.git Cloning into 'jitsi-meet'... remote: Counting objects: 40534, done. remote: Compressing objects: 100% (137/137), done. remote: Total 40534 (delta 53), reused 83 (delta 15), pack-reused 40357 Receiving objects: 100% (40534/40534), 23.82 MiB | 20.59 MiB/s, done. Resolving deltas: 100% (25854/25854), done. Checking connectivity... done. root@Bordersfestival:~# cd jitsi-meet root@Bordersfestival:~/jitsi-meet# npm install
git-validate@2.2.2 install /root/jitsi-meet/node_modules/git-validate node bin/install
node-sass@3.13.1 install /root/jitsi-meet/node_modules/node-sass node scripts/install.js
Downloading binary from https://github.com/sass/node-sass/releases/download/v3.13.1/linux-x64-59_binding.node Cannot download "https://github.com/sass/node-sass/releases/download/v3.13.1/linux-x64-59_binding.node":
HTTP error 404 Not Found
Hint: If github.com is not accessible in your location try setting a proxy via HTTP_PROXY, e.g.
export HTTP_PROXY=http://example.com:1234
or configure npm proxy via
npm config set proxy http://example.com:8080
precommit-hook@3.0.0 install /root/jitsi-meet/node_modules/precommit-hook node bin/install
uglifyjs-webpack-plugin@0.4.6 postinstall /root/jitsi-meet/node_modules/webpack/node_modules/uglifyjs-webpack-plugin node lib/post_install.js
lib-jitsi-meet@0.0.0 postinstall /root/jitsi-meet/node_modules/lib-jitsi-meet webpack -p
Hash: a31d64ea21a7871123d4 Version: webpack 3.9.1 Child Hash: a31d64ea21a7871123d4 Time: 118900ms Asset Size Chunks Chunk Names lib-jitsi-meet.min.js 944 kB 0 [emitted] [big] lib-jitsi-meet lib-jitsi-meet.min.js.LICENSE 1.6 kB [emitted] lib-jitsi-meet.min.map 3.41 MB 0 [emitted] lib-jitsi-meet [0] ../jitsi-meet-logger/lib/index.js 3.67 kB {0} [built] [1] ./modules/browser/index.js 99 bytes {0} [built] [3] ./modules/util/GlobalOnErrorHandler.js 2.54 kB {0} [built] [4] ./service/RTC/MediaType.js 110 bytes {0} [built] [5] ./modules/statistics/statistics.js 30.5 kB {0} [built] [6] ./service/statistics/AnalyticsEvents.js 13.8 kB {0} [built] [7] ./JitsiConferenceEvents.js 7.79 kB {0} [built] [12] ./JitsiTrackError.js 6.51 kB {0} [built] [60] ./JitsiMediaDevicesEvents.js 896 bytes {0} [built] [61] ./index.js 160 bytes {0} [built] [62] ./JitsiMeetJS.js 17.9 kB {0} [built] [63] ./modules/util/AuthUtil.js 1.42 kB {0} [built] [64] ./JitsiConnection.js 5.45 kB {0} [built] [169] ./JitsiMediaDevices.js 6 kB {0} [built] [170] ./modules/RTC/RTCUIHelper.js 2.49 kB {0} [built]
node-sass@3.13.1 postinstall /root/jitsi-meet/node_modules/node-sass node scripts/build.js
Building: /root/.nvm/versions/node/v9.2.1/bin/node /root/jitsi-meet/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
gyp info it worked if it ends with ok
gyp verb cli [ '/root/.nvm/versions/node/v9.2.1/bin/node',
gyp verb cli '/root/jitsi-meet/node_modules/node-gyp/bin/node-gyp.js',
gyp verb cli 'rebuild',
gyp verb cli '--verbose',
gyp verb cli '--libsass_ext=',
gyp verb cli '--libsass_cflags=',
gyp verb cli '--libsass_ldflags=',
gyp verb cli '--libsass_library=' ]
gyp info using node-gyp@3.6.2
gyp info using node@9.2.1 | linux | x64
gyp verb command rebuild []
gyp verb command clean []
gyp verb clean removing "build" directory
gyp verb command configure []
gyp verb check python checking for Python executable "python2" in the PATH
gyp verb which
failed Error: not found: python2
gyp verb which
failed at getNotFoundError (/root/jitsi-meet/node_modules/which/which.js:13:12)
gyp verb which
failed at F (/root/jitsi-meet/node_modules/which/which.js:68:19)
gyp verb which
failed at E (/root/jitsi-meet/node_modules/which/which.js:80:29)
gyp verb which
failed at /root/jitsi-meet/node_modules/which/which.js:89:16
gyp verb which
failed at /root/jitsi-meet/node_modules/isexe/index.js:42:5
gyp verb which
failed at /root/jitsi-meet/node_modules/isexe/mode.js:8:5
gyp verb which
failed at FSReqWrap.oncomplete (fs.js:166:21)
gyp verb which
failed python2 { Error: not found: python2
gyp verb which
failed at getNotFoundError (/root/jitsi-meet/node_modules/which/which.js:13:12)
gyp verb which
failed at F (/root/jitsi-meet/node_modules/which/which.js:68:19)
gyp verb which
failed at E (/root/jitsi-meet/node_modules/which/which.js:80:29)
gyp verb which
failed at /root/jitsi-meet/node_modules/which/which.js:89:16
gyp verb which
failed at /root/jitsi-meet/node_modules/isexe/index.js:42:5
gyp verb which
failed at /root/jitsi-meet/node_modules/isexe/mode.js:8:5
gyp verb which
failed at FSReqWrap.oncomplete (fs.js:166:21) code: 'ENOENT' }
gyp verb check python checking for Python executable "python" in the PATH
gyp verb which
failed Error: not found: python
gyp verb which
failed at getNotFoundError (/root/jitsi-meet/node_modules/which/which.js:13:12)
gyp verb which
failed at F (/root/jitsi-meet/node_modules/which/which.js:68:19)
gyp verb which
failed at E (/root/jitsi-meet/node_modules/which/which.js:80:29)
gyp verb which
failed at /root/jitsi-meet/node_modules/which/which.js:89:16
gyp verb which
failed at /root/jitsi-meet/node_modules/isexe/index.js:42:5
gyp verb which
failed at /root/jitsi-meet/node_modules/isexe/mode.js:8:5
gyp verb which
failed at FSReqWrap.oncomplete (fs.js:166:21)
gyp verb which
failed python { Error: not found: python
gyp verb which
failed at getNotFoundError (/root/jitsi-meet/node_modules/which/which.js:13:12)
gyp verb which
failed at F (/root/jitsi-meet/node_modules/which/which.js:68:19)
gyp verb which
failed at E (/root/jitsi-meet/node_modules/which/which.js:80:29)
gyp verb which
failed at /root/jitsi-meet/node_modules/which/which.js:89:16
gyp verb which
failed at /root/jitsi-meet/node_modules/isexe/index.js:42:5
gyp verb which
failed at /root/jitsi-meet/node_modules/isexe/mode.js:8:5
gyp verb which
failed at FSReqWrap.oncomplete (fs.js:166:21) code: 'ENOENT' }
gyp ERR! configure error
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
gyp ERR! stack at PythonFinder.failNoPython (/root/jitsi-meet/node_modules/node-gyp/lib/configure.js:483:19)
gyp ERR! stack at PythonFinder.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-sass@3.13.1 postinstall: node scripts/build.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@3.13.1 postinstall 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-02-23T23_01_22_486Z-debug.log root@Bordersfestival:~/jitsi-meet# make ./node_modules/.bin/webpack -p
now waiting to see if anything happens as its just stuck on the last line for a while now
Update: I checked on the server to see if python2.7 was there but saw that it was python3. As you can see from the above I did install python2.7 but for some reason there was python3. I then installed python2.7 again and its was then there. I did the npm install from the jitsi-meet directory and make this is the process which seems to be ok. Awaiting your check on it
root@Bordersfestival:~# cd jitsi-meet root@Bordersfestival:~/jitsi-meet# npm install
node-sass@3.13.1 install /root/jitsi-meet/node_modules/node-sass node scripts/install.js
Downloading binary from https://github.com/sass/node-sass/releases/download/v3.13.1/linux-x64-59_binding.node Cannot download "https://github.com/sass/node-sass/releases/download/v3.13.1/linux-x64-59_binding.node":
HTTP error 404 Not Found
Hint: If github.com is not accessible in your location try setting a proxy via HTTP_PROXY, e.g.
export HTTP_PROXY=http://example.com:1234
or configure npm proxy via
npm config set proxy http://example.com:8080
node-sass@3.13.1 postinstall /root/jitsi-meet/node_modules/node-sass node scripts/build.js
Building: /root/.nvm/versions/node/v9.2.1/bin/node /root/jitsi-meet/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
gyp info it worked if it ends with ok
gyp verb cli [ '/root/.nvm/versions/node/v9.2.1/bin/node',
gyp verb cli '/root/jitsi-meet/node_modules/node-gyp/bin/node-gyp.js',
gyp verb cli 'rebuild',
gyp verb cli '--verbose',
gyp verb cli '--libsass_ext=',
gyp verb cli '--libsass_cflags=',
gyp verb cli '--libsass_ldflags=',
gyp verb cli '--libsass_library=' ]
gyp info using node-gyp@3.6.2
gyp info using node@9.2.1 | linux | x64
gyp verb command rebuild []
gyp verb command clean []
gyp verb clean removing "build" directory
gyp verb command configure []
gyp verb check python checking for Python executable "python2" in the PATH
gyp verb which
succeeded python2 /usr/bin/python2
gyp verb check python version /usr/bin/python2 -c "import platform; print(platform.python_version());"
returned: "2.7.12\n"
gyp verb get node dir no --target version specified, falling back to host node version: 9.2.1
gyp verb command install [ '9.2.1' ]
gyp verb install input version string "9.2.1"
gyp verb install installing version: 9.2.1
gyp verb install --ensure was passed, so won't reinstall if already installed
gyp verb install version not already installed, continuing with install 9.2.1
gyp verb ensuring nodedir is created /root/.node-gyp/9.2.1
gyp verb created nodedir /root/.node-gyp
gyp http GET https://nodejs.org/download/release/v9.2.1/node-v9.2.1-headers.tar.gz
gyp http 200 https://nodejs.org/download/release/v9.2.1/node-v9.2.1-headers.tar.gz
gyp verb extracted file from tarball include/node/android-ifaddrs.h
gyp verb extracted file from tarball include/node/common.gypi
gyp verb extracted file from tarball include/node/config.gypi
gyp verb extracted file from tarball include/node/node.h
gyp verb extracted file from tarball include/node/node_api.h
gyp verb extracted file from tarball include/node/node_api_types.h
gyp verb extracted file from tarball include/node/node_buffer.h
gyp verb extracted file from tarball include/node/node_object_wrap.h
gyp verb extracted file from tarball include/node/node_version.h
gyp verb extracted file from tarball include/node/pthread-barrier.h
gyp verb extracted file from tarball include/node/stdint-msvc2008.h
gyp verb extracted file from tarball include/node/tree.h
gyp verb extracted file from tarball include/node/uv-aix.h
gyp verb extracted file from tarball include/node/uv-bsd.h
gyp verb extracted file from tarball include/node/uv-darwin.h
gyp verb extracted file from tarball include/node/uv-errno.h
gyp verb extracted file from tarball include/node/uv-linux.h
gyp verb extracted file from tarball include/node/uv-os390.h
gyp verb extracted file from tarball include/node/uv-posix.h
gyp verb extracted file from tarball include/node/uv-sunos.h
gyp verb extracted file from tarball include/node/uv-threadpool.h
gyp verb extracted file from tarball include/node/uv-unix.h
gyp verb extracted file from tarball include/node/uv-version.h
gyp verb extracted file from tarball include/node/uv-win.h
gyp verb extracted file from tarball include/node/uv.h
gyp verb extracted file from tarball include/node/v8-debug.h
gyp verb extracted file from tarball include/node/v8-inspector-protocol.h
gyp verb extracted file from tarball include/node/v8-inspector.h
gyp verb extracted file from tarball include/node/v8-platform.h
gyp verb extracted file from tarball include/node/v8-profiler.h
gyp verb extracted file from tarball include/node/v8-testing.h
gyp verb extracted file from tarball include/node/v8-util.h
gyp verb extracted file from tarball include/node/v8-value-serializer-version.h
gyp verb extracted file from tarball include/node/v8-version-string.h
gyp verb extracted file from tarball include/node/v8-version.h
gyp verb extracted file from tarball include/node/v8.h
gyp verb extracted file from tarball include/node/v8config.h
gyp verb extracted file from tarball include/node/zconf.h
gyp verb extracted file from tarball include/node/zlib.h
gyp verb extracted file from tarball include/node/openssl/aes.h
gyp verb extracted file from tarball include/node/openssl/asn1.h
gyp verb extracted file from tarball include/node/openssl/asn1_mac.h
gyp verb extracted file from tarball include/node/openssl/asn1t.h
gyp verb extracted file from tarball include/node/openssl/bio.h
gyp verb extracted file from tarball include/node/openssl/blowfish.h
gyp verb extracted file from tarball include/node/openssl/bn.h
gyp verb extracted file from tarball include/node/openssl/buffer.h
gyp verb extracted file from tarball include/node/openssl/camellia.h
gyp verb extracted file from tarball include/node/openssl/cast.h
gyp verb content checksum node-v9.2.1-headers.tar.gz 73a8884866105a304723db0e4dbe6022791355e53307f7cebea69db3990338f4
gyp verb extracted file from tarball include/node/openssl/cmac.h
gyp verb extracted file from tarball include/node/openssl/cms.h
gyp verb extracted file from tarball include/node/openssl/comp.h
gyp verb extracted file from tarball include/node/openssl/conf.h
gyp verb extracted file from tarball include/node/openssl/conf_api.h
gyp verb extracted file from tarball include/node/openssl/crypto.h
gyp verb extracted file from tarball include/node/openssl/des.h
gyp verb extracted file from tarball include/node/openssl/des_old.h
gyp verb extracted file from tarball include/node/openssl/dh.h
gyp verb extracted file from tarball include/node/openssl/dsa.h
gyp verb extracted file from tarball include/node/openssl/dso.h
gyp verb extracted file from tarball include/node/openssl/dtls1.h
gyp verb extracted file from tarball include/node/openssl/e_os2.h
gyp verb extracted file from tarball include/node/openssl/ebcdic.h
gyp verb extracted file from tarball include/node/openssl/ec.h
gyp verb extracted file from tarball include/node/openssl/ecdh.h
gyp verb extracted file from tarball include/node/openssl/ecdsa.h
gyp verb extracted file from tarball include/node/openssl/engine.h
gyp verb extracted file from tarball include/node/openssl/err.h
gyp verb extracted file from tarball include/node/openssl/evp.h
gyp verb extracted file from tarball include/node/openssl/hmac.h
gyp verb extracted file from tarball include/node/openssl/idea.h
gyp verb extracted file from tarball include/node/openssl/krb5_asn.h
gyp verb extracted file from tarball include/node/openssl/kssl.h
gyp verb extracted file from tarball include/node/openssl/lhash.h
gyp verb extracted file from tarball include/node/openssl/md4.h
gyp verb extracted file from tarball include/node/openssl/md5.h
gyp verb extracted file from tarball include/node/openssl/mdc2.h
gyp verb extracted file from tarball include/node/openssl/modes.h
gyp verb extracted file from tarball include/node/openssl/obj_mac.h
gyp verb extracted file from tarball include/node/openssl/objects.h
gyp verb extracted file from tarball include/node/openssl/ocsp.h
gyp verb extracted file from tarball include/node/openssl/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/opensslv.h
gyp verb extracted file from tarball include/node/openssl/ossl_typ.h
gyp verb extracted file from tarball include/node/openssl/pem.h
gyp verb extracted file from tarball include/node/openssl/pem2.h
gyp verb extracted file from tarball include/node/openssl/pkcs12.h
gyp verb extracted file from tarball include/node/openssl/pkcs7.h
gyp verb extracted file from tarball include/node/openssl/pqueue.h
gyp verb extracted file from tarball include/node/openssl/rand.h
gyp verb extracted file from tarball include/node/openssl/rc2.h
gyp verb extracted file from tarball include/node/openssl/rc4.h
gyp verb extracted file from tarball include/node/openssl/ripemd.h
gyp verb extracted file from tarball include/node/openssl/rsa.h
gyp verb extracted file from tarball include/node/openssl/safestack.h
gyp verb extracted file from tarball include/node/openssl/seed.h
gyp verb extracted file from tarball include/node/openssl/sha.h
gyp verb extracted file from tarball include/node/openssl/srp.h
gyp verb extracted file from tarball include/node/openssl/srtp.h
gyp verb extracted file from tarball include/node/openssl/ssl.h
gyp verb extracted file from tarball include/node/openssl/ssl2.h
gyp verb extracted file from tarball include/node/openssl/ssl23.h
gyp verb extracted file from tarball include/node/openssl/ssl3.h
gyp verb extracted file from tarball include/node/openssl/stack.h
gyp verb extracted file from tarball include/node/openssl/symhacks.h
gyp verb extracted file from tarball include/node/openssl/tls1.h
gyp verb extracted file from tarball include/node/openssl/ts.h
gyp verb extracted file from tarball include/node/openssl/txt_db.h
gyp verb extracted file from tarball include/node/openssl/ui.h
gyp verb extracted file from tarball include/node/openssl/ui_compat.h
gyp verb extracted file from tarball include/node/openssl/whrlpool.h
gyp verb extracted file from tarball include/node/openssl/x509.h
gyp verb extracted file from tarball include/node/openssl/x509_vfy.h
gyp verb extracted file from tarball include/node/openssl/x509v3.h
gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/opensslconf.h
gyp verb extracted file from tarball include/node/libplatform/libplatform-export.h
gyp verb extracted file from tarball include/node/libplatform/libplatform.h
gyp verb extracted file from tarball include/node/libplatform/v8-tracing.h
gyp verb tarball done parsing tarball
gyp verb check download content checksum, need to download SHASUMS256.txt
...
gyp verb checksum url https://nodejs.org/download/release/v9.2.1/SHASUMS256.txt
gyp http GET https://nodejs.org/download/release/v9.2.1/SHASUMS256.txt
gyp http 200 https://nodejs.org/download/release/v9.2.1/SHASUMS256.txt
gyp verb checksum data {"node-v9.2.1-aix-ppc64.tar.gz":"8f8017bf8e4f953cf6596bd6b08f66df39fb2d791abee1254881b7c04bc1819d","node-v9.2.1-darwin-x64.tar.gz":"4263f3da0280e2decd3a2ab97672e6f718acdf704664a3f1251e4ea267ccc971","node-v9.2.1-darwin-x64.tar.xz":"dbe3f00eed8ad35deb2b51318179e15156cb0970c00307c11f77369d32ee880e","node-v9.2.1-headers.tar.gz":"73a8884866105a304723db0e4dbe6022791355e53307f7cebea69db3990338f4","node-v9.2.1-headers.tar.xz":"1c0be12e2d485b7fd250205b73b12539a21f4ad0c469513f267c8d3f2fd22989","node-v9.2.1-linux-arm64.tar.gz":"6731cc1cae080f98f0cace9922b1d019d63b3eed10aa99e8eec52fdda01432b0","node-v9.2.1-linux-arm64.tar.xz":"09d362e2ed5f4af5e5dc2253bb4523d7bcb92135bcc11d9eb89ad8336229b756","node-v9.2.1-linux-armv6l.tar.gz":"6f0f39fcef67dece4a04700b90d30175127f588f1c70e59c697d8ca3b2c7db6d","node-v9.2.1-linux-armv6l.tar.xz":"4b8e815924adad009edb658f606c3eb42ac60710fb6cc8926d4e475c62d8f74f","node-v9.2.1-linux-armv7l.tar.gz":"655ce98427a2669a8bcc759761a767aada5407b97224d675162815cd3fd3e85f","node-v9.2.1-linux-armv7l.tar.xz":"e8ccec3d393fe3a43dbcc69bb0c225681888bd869799ecbd75ce7e96453359a5","node-v9.2.1-linux-ppc64le.tar.gz":"81f59cea4463f8015488cb19a75a0bc8827a0e6b1eec18491f68e9cceb4b45c4","node-v9.2.1-linux-ppc64le.tar.xz":"576050ddf2f804b0a7907ead3f8148b40c2072281e70c7909eada2da9944b45b","node-v9.2.1-linux-s390x.tar.gz":"918786a5d907e672bd2cf84b10a9afc06be86d037f69235ca581e0c4c3a3fcb2","node-v9.2.1-linux-s390x.tar.xz":"e5833f9a0a1d3e3a5f70848d0ee9c86d81562cde347033673d2bbe294ef63a2c","node-v9.2.1-linux-x64.tar.gz":"b8507b17277b1582320667605acde79a00a2a947182db2db9614ae0917235686","node-v9.2.1-linux-x64.tar.xz":"548d2959939235ca56c98740f64b64058e43d1499d760603b7941b7c37ad10fe","node-v9.2.1-linux-x86.tar.gz":"ac374441ea085e7cf82f244ac8206d4e1b338aacfb5c4532fa8f36f22b04e2b9","node-v9.2.1-linux-x86.tar.xz":"b65604ea39f03de0c0ba7ab7656bfb67661ea2b4b860c202be69ed4d037fa099","node-v9.2.1.pkg":"74954f93b2b308e884abf98b644da2cc2eeb3c62698bc3ea9fbea8d9af5e22a7","node-v9.2.1-sunos-x64.tar.gz":"0922b9cd2290ea44c9316cacbf62067271c2d2480a903e08d92f950a2fe147ef","node-v9.2.1-sunos-x64.tar.xz":"94b0bbb53703cdef4e12593232888a21f2867e267fd57bf6d118e4b59db7bb79","node-v9.2.1-sunos-x86.tar.gz":"3de9e75c76d475e5cf065ac1b8f314ee0698d85aa1262a64d3ac3f2efe150962","node-v9.2.1-sunos-x86.tar.xz":"8c5aa10a3283dd045c112625b0dc26d82468aaefe8a468b17b65cca7e4ce82b3","node-v9.2.1.tar.gz":"f6e95f539c6501c5951084f6c3ac2a735ae76c268378a80a9a773527670dc7ad","node-v9.2.1.tar.xz":"200de3c145e79d5da5361ab079df199cec13dbd10902df9cf9a75c6546cd4582","node-v9.2.1-win-x64.7z":"90adffc98e023caaeaebfc7af5afdefc3a5e2441bb102ec2e598223d6c4c4b0c","node-v9.2.1-win-x64.zip":"7b48ef7c718fe5748844f93101f9276a88ae1cf3c4c228f85306a6a266471b5b","node-v9.2.1-win-x86.7z":"6f81daf00d1a84530b286ecc1f2e296cb423b9076debdda25b351c78d36b66c1","node-v9.2.1-win-x86.zip":"f64514e77ee44274bf4cc2dd876cabeae977650464efb76d816d933ff772c79e","node-v9.2.1-x64.msi":"57bc46262bcf52535c95786c608b0303ac034a8c3089ee6015f7ec74941e42dc","node-v9.2.1-x86.msi":"9d622b2be2715fe7ca277224117983d0bed812958f0dc537fa7456b6c071d327","win-x64/node.exe":"04216d63b2934dd299c0ecdc7fc7fe4609d574d9893be564595378398a061a8f","win-x64/node.lib":"71b1ccc1905a38dfb43dccd1ba063d7def7b8f7a7e6d05e1d7511205d091c158","win-x64/node_pdb.7z":"0495fc9d7ffcb476cd7351656b294f0550abcccf2069d2ec2800b8af2a0a6592","win-x64/node_pdb.zip":"3a4094caf793212ce7cd462c1a6b98c1a2436529183caedab3bc00473ba8f3f7","win-x86/node.exe":"a3fb3f1421e2f516745aa51ac9773a29265ee66315ab73ffaad134e8ef2521d9","win-x86/node.lib":"8e252ee42a19e2ab4410bf854285eb6ea7b77b20bc2a780acbf38d4c2be9b3f6","win-x86/node_pdb.7z":"938cda3b0ba178638e82e10c84799df89f66f9c7fbf678e2e26693ecfcf2d0b2","win-x86/node_pdb.zip":"239e2b45bfd4fc861753ecf33ffa8800280196527742a6bce63e9c7bb1178590"}
gyp verb download contents checksum {"node-v9.2.1-headers.tar.gz":"73a8884866105a304723db0e4dbe6022791355e53307f7cebea69db3990338f4"}
gyp verb validating download checksum for node-v9.2.1-headers.tar.gz (73a8884866105a304723db0e4dbe6022791355e53307f7cebea69db3990338f4 == 73a8884866105a304723db0e4dbe6022791355e53307f7cebea69db3990338f4)
gyp verb get node dir target node version installed: 9.2.1
gyp verb build dir attempting to create "build" dir: /root/jitsi-meet/node_modules/node-sass/build
gyp verb build dir "build" dir needed to be created? /root/jitsi-meet/node_modules/node-sass/build
gyp verb build/config.gypi creating config file
gyp verb build/config.gypi writing out config file: /root/jitsi-meet/node_modules/node-sass/build/config.gypi
gyp verb config.gypi checking for gypi file: /root/jitsi-meet/node_modules/node-sass/config.gypi
gyp verb common.gypi checking for gypi file: /root/jitsi-meet/node_modules/node-sass/common.gypi
gyp verb gyp gyp format was not specified; forcing "make"
gyp info spawn /usr/bin/python2
gyp info spawn args [ '/root/jitsi-meet/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args 'binding.gyp',
gyp info spawn args '-f',
gyp info spawn args 'make',
gyp info spawn args '-I',
gyp info spawn args '/root/jitsi-meet/node_modules/node-sass/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/root/jitsi-meet/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/root/.node-gyp/9.2.1/include/node/common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=/root/.node-gyp/9.2.1',
gyp info spawn args '-Dnode_gyp_dir=/root/jitsi-meet/node_modules/node-gyp',
gyp info spawn args '-Dnode_lib_file=/root/.node-gyp/9.2.1/<(target_arch)/node.lib',
gyp info spawn args '-Dmodule_root_dir=/root/jitsi-meet/node_modules/node-sass',
gyp info spawn args '-Dnode_engine=v8',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.' ]
gyp verb command build []
gyp verb build type Release
gyp verb architecture x64
gyp verb node dev dir /root/.node-gyp/9.2.1
gyp verb which
succeeded for make
/usr/bin/make
gyp info spawn make
gyp info spawn args [ 'V=1', 'BUILDTYPE=Release', '-C', 'build' ]
make: Entering directory '/root/jitsi-meet/node_modules/node-sass/build'
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/ast.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/ast.o ../src/libsass/src/ast.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/base64vlq.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/base64vlq.o ../src/libsass/src/base64vlq.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/bind.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/bind.o ../src/libsass/src/bind.cpp
cc '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/cencode.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/cencode.o ../src/libsass/src/cencode.c
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/color_maps.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/color_maps.o ../src/libsass/src/color_maps.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/constants.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/constants.o ../src/libsass/src/constants.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/context.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/context.o ../src/libsass/src/context.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/cssize.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/cssize.o ../src/libsass/src/cssize.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/emitter.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/emitter.o ../src/libsass/src/emitter.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/environment.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/environment.o ../src/libsass/src/environment.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/error_handling.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/error_handling.o ../src/libsass/src/error_handling.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/eval.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/eval.o ../src/libsass/src/eval.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/expand.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/expand.o ../src/libsass/src/expand.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/extend.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/extend.o ../src/libsass/src/extend.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/file.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/file.o ../src/libsass/src/file.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/functions.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/functions.o ../src/libsass/src/functions.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/inspect.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/inspect.o ../src/libsass/src/inspect.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/json.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/json.o ../src/libsass/src/json.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/lexer.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/lexer.o ../src/libsass/src/lexer.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/listize.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/listize.o ../src/libsass/src/listize.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/memory_manager.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/memory_manager.o ../src/libsass/src/memory_manager.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/node.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/node.o ../src/libsass/src/node.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/output.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/output.o ../src/libsass/src/output.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/parser.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/parser.o ../src/libsass/src/parser.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/plugins.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/plugins.o ../src/libsass/src/plugins.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/position.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/position.o ../src/libsass/src/position.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/prelexer.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/prelexer.o ../src/libsass/src/prelexer.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/remove_placeholders.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/remove_placeholders.o ../src/libsass/src/remove_placeholders.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass.o ../src/libsass/src/sass.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass2scss.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass2scss.o ../src/libsass/src/sass2scss.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_context.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass_context.o ../src/libsass/src/sass_context.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_functions.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass_functions.o ../src/libsass/src/sass_functions.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_util.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass_util.o ../src/libsass/src/sass_util.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_values.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass_values.o ../src/libsass/src/sass_values.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/source_map.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/source_map.o ../src/libsass/src/source_map.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/to_c.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/to_c.o ../src/libsass/src/to_c.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/to_value.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/to_value.o ../src/libsass/src/to_value.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/units.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/units.o ../src/libsass/src/units.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/utf8_string.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/utf8_string.o ../src/libsass/src/utf8_string.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/util.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/util.o ../src/libsass/src/util.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/values.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/values.o ../src/libsass/src/values.cpp
rm -f Release/obj.target/src/sass.a && ar crs Release/obj.target/src/sass.a Release/obj.target/libsass/src/libsass/src/ast.o Release/obj.target/libsass/src/libsass/src/base64vlq.o Release/obj.target/libsass/src/libsass/src/bind.o Release/obj.target/libsass/src/libsass/src/cencode.o Release/obj.target/libsass/src/libsass/src/color_maps.o Release/obj.target/libsass/src/libsass/src/constants.o Release/obj.target/libsass/src/libsass/src/context.o Release/obj.target/libsass/src/libsass/src/cssize.o Release/obj.target/libsass/src/libsass/src/emitter.o Release/obj.target/libsass/src/libsass/src/environment.o Release/obj.target/libsass/src/libsass/src/error_handling.o Release/obj.target/libsass/src/libsass/src/eval.o Release/obj.target/libsass/src/libsass/src/expand.o Release/obj.target/libsass/src/libsass/src/extend.o Release/obj.target/libsass/src/libsass/src/file.o Release/obj.target/libsass/src/libsass/src/functions.o Release/obj.target/libsass/src/libsass/src/inspect.o Release/obj.target/libsass/src/libsass/src/json.o Release/obj.target/libsass/src/libsass/src/lexer.o Release/obj.target/libsass/src/libsass/src/listize.o Release/obj.target/libsass/src/libsass/src/memory_manager.o Release/obj.target/libsass/src/libsass/src/node.o Release/obj.target/libsass/src/libsass/src/output.o Release/obj.target/libsass/src/libsass/src/parser.o Release/obj.target/libsass/src/libsass/src/plugins.o Release/obj.target/libsass/src/libsass/src/position.o Release/obj.target/libsass/src/libsass/src/prelexer.o Release/obj.target/libsass/src/libsass/src/remove_placeholders.o Release/obj.target/libsass/src/libsass/src/sass.o Release/obj.target/libsass/src/libsass/src/sass2scss.o Release/obj.target/libsass/src/libsass/src/sass_context.o Release/obj.target/libsass/src/libsass/src/sass_functions.o Release/obj.target/libsass/src/libsass/src/sass_util.o Release/obj.target/libsass/src/libsass/src/sass_values.o Release/obj.target/libsass/src/libsass/src/source_map.o Release/obj.target/libsass/src/libsass/src/to_c.o Release/obj.target/libsass/src/libsass/src/to_value.o Release/obj.target/libsass/src/libsass/src/units.o Release/obj.target/libsass/src/libsass/src/utf8_string.o Release/obj.target/libsass/src/libsass/src/util.o Release/obj.target/libsass/src/libsass/src/values.o
rm -rf "Release/sass.a" && cp -af "Release/obj.target/src/sass.a" "Release/sass.a"
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/9.2.1/include/node -I/root/.node-gyp/9.2.1/src -I/root/.node-gyp/9.2.1/deps/uv/include -I/root/.node-gyp/9.2.1/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/binding.o.d.raw -c -o Release/obj.target/binding/src/binding.o ../src/binding.cpp
../src/binding.cpp: In function ‘void MakeCallback(uv_work_t)’:
../src/binding.cpp:246:39: warning: ‘v8::Local
added 157 packages in 148.276s root@Bordersfestival:~/jitsi-meet# make ./node_modules/.bin/webpack -p
Hash: 7869c9607b6619a293514dc24125709bd25f301f
Version: webpack 3.9.1
Child
Hash: 7869c9607b6619a29351
Time: 391043ms
Asset Size Chunks Chunk Names
dial_in_info_bundle.min.js.LICENSE 864 bytes [emitted]
app.bundle.min.js 2.39 MB 0 [emitted] [big] app.bundle
dial_in_info_bundle.min.js 383 kB 2 [emitted] [big] dial_in_info_bundle
alwaysontop.min.js 112 kB 3 [emitted] alwaysontop
do_external_connect.min.js 1.99 kB 4 [emitted] do_external_connect
app.bundle.min.js.LICENSE 2.94 kB [emitted]
device_selection_popup_bundle.min.js.LICENSE 2.78 kB [emitted]
device_selection_popup_bundle.min.js 2.01 MB 1 [emitted] [big] device_selection_popup_bundle
alwaysontop.min.js.LICENSE 529 bytes [emitted]
app.bundle.min.map 12.2 MB 0 [emitted] app.bundle
device_selection_popup_bundle.min.map 10.3 MB 1 [emitted] device_selection_popup_bundle
dial_in_info_bundle.min.map 2.18 MB 2 [emitted] dial_in_info_bundle
alwaysontop.min.map 395 kB 3 [emitted] alwaysontop
do_external_connect.min.map 12.6 kB 4 [emitted] do_external_connect
[120] ./react/features/base/config/parseURLParams.js 1.51 kB {0} {1} {2} {4} [built]
[183] ./react/features/base/config/getRoomName.js 761 bytes {0} {1} {2} {4} [built]
[266] ./react/features/base/react/prop-types-polyfill.js 227 bytes {0} {1} {2} [built]
[354] ./react/features/toolbox/components/StatelessToolbarButton.js + 1 modules 10 kB {0} {1} {3} [built]
[732] multi babel-polyfill ./app.js 40 bytes {0} [built]
[733] ./app.js + 2 modules 4.7 kB {0} [built]
[747] ./modules/keyboardshortcut/keyboardshortcut.js 6.83 kB {0} [built]
[752] ./modules/remotecontrol/RemoteControl.js 4.83 kB {0} [built]
[759] ./modules/UI/UI.js 36.9 kB {0} [built]
[767] ./react/features/device-selection/popup.js 476 bytes {1} [built]
[768] ./react/features/device-selection/DeviceSelectionPopup.js 12.1 kB {1} [built]
[769] ./react/features/always-on-top/index.js + 1 modules 17.9 kB {3} [built]
[770] multi babel-polyfill whatwg-fetch ./react/features/base/react/prop-types-polyfill.js ./react/features/invite/components/dial-in-info-page 64 bytes {2} [built]
[772] ./react/features/invite/components/dial-in-info-page/index.js + 1 modules 915 bytes {2} [built]
[773] ./connection_optimization/do_external_connect.js 2.51 kB {4} [built]
So it is successful now. So you just need to change your apache2 to use /root/jitsi-meet instead of /usr/share/jitsi-meet and that's it.
Awesome! You did great in leading me.
I have couple questions
This did not give me a chance to choose SSL. Do I just install my SSL like I normally do with websites?
Do I make the changes I want after the clone and then do the build?
Is the build process just make after edits or is it npm install and then make?
Awesome! I'll do this and then make a tutorial (if it is successful). Jitsi is awesome and I appreciate the help you have given.
My tutorial will be from scratch as I have shown above and maybe you can post it somewhere. My contribution to the Jitsi community
@StreamTitan Did you end up figuring out how to put jitsi-meet on apache? thanks
@BlakeEram Hi yes I did.
I wrote a tutorial about it and it is now in the Wiki (top tabs on this page)
I have updated and uploaded changes to the main.json file but the site remains the same.
Developers here keep saying "build it out" when talking about changes but I'm unsure as to what that process means. To have the changes on main.json shown on the site do I have to "build it out" as well? The file on the server (main.json) is showing the changes are there so I am confused.
Jitsi keeps enforcing to do the quick install. Does the "build it out" mean I have to edit the files and then do the Manual Install?