Skip to content

Instantly share code, notes, and snippets.

@Dev-Dipesh
Last active December 13, 2019 01:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dev-Dipesh/22afffbd33804d090b5daf83c315a34a to your computer and use it in GitHub Desktop.
Save Dev-Dipesh/22afffbd33804d090b5daf83c315a34a to your computer and use it in GitHub Desktop.
Cube.Js Realtime Dashboard App Logs

Full logs

> super_admin@0.0.1 dev /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin
> node index.js

πŸ”“ Authentication checks are disabled in developer mode. Please use NODE_ENV=production to enable it.
πŸ¦… Dev environment available at http://localhost:4000
πŸš€ Cube.js server is listening on 4000

Creating a new React app in /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app.

Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts...

yarn add v1.16.0
[1/4] πŸ”  Resolving packages...
[2/4] 🚚  Fetching packages...
[3/4] πŸ”—  Linking dependencies...
warning "react-scripts > @typescript-eslint/eslint-plugin > tsutils@3.17.1" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta".
[4/4] πŸ”¨  Building fresh packages...
[1/2] β’€ fsevents
warning Error running install script for optional dependency: "/Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/fsevents: Command failed.
Exit code: 1
Command: node install
Arguments:
Directory: /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/fsevents
Output:
node-pre-gyp WARN Using request for node-pre-gyp https download
node-pre-gyp WARN Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.2.9/fse-v1.2.9-node-v79-darwin-x64.tar.gz
node-pre-gyp WARN Pre-built binaries not found for fsevents@1.2.9 and node@13.3.0 (node-v79 ABI, unknown) (falling back to source compile with node-gyp)
xcrun: error: active developer path (\"/Applications/Xcode.app/Contents/Developer\") does not exist
Use `sudo xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools, or use `xcode-select --install` to install the standalone command line developer tools.
See `man xcode-select` for more details.
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (/Users/dipesh/.nvm/versions/node/v13.3.0/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack     at ChildProcess.emit (events.js:219:5)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:274:12)
gyp ERR! System Darwin 18.0.0
gyp ERR! command \"/Users/dipesh/.nvm/versions/node/v13.3.0/bin/node\" \"/Users/dipesh/.nvm/versions/node/v13.3.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\" \"build\" \"--fallback-to-build\" \"--module=/Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/fsevents/lib/binding/Release/node-v79-darwin-x64/fse.node\" \"--module_name=fse\" \"--module_path=/Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/fsevents/lib/binding/Release/node-v79-darwin-x64\" \"--napi_version=5\" \"--node_abi_napi=napi\" \"--napi_build_version=0\" \"--node_napi_label=node-v79\"
gyp ERR! cwd /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/fsevents
gyp ERR! node -v v13.3.0
gyp ERR! node-gyp -v v5.0.5
gyp ERR! not ok
node-pre-gyp ERR! build error
node-pre-gyp ERR! stack Error: Failed to execute '/Users/dipesh/.nvm/versions/node/v13.3.0/bin/node /Users/dipesh/.nvm/versions/node/v13.3.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/fsevents/lib/binding/Release/node-v79-darwin-x64/fse.node --module_name=fse --module_path=/Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/fsevents/lib/binding/Release/node-v79-darwin-x64 --napi_version=5 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v79' (1)
node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:219:5)
node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1027:16)
node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:285:5)
node-pre-gyp ERR! System Darwin 18.0.0
node-pre-gyp ERR! command \"/Users/dipesh/.nvm/versions/node/v13.3.0/bin/node\" \"/Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/fsevents/node_modules/node-pre-gyp/bin/node-pre-gyp\" \"install\" \"--fallback-to-build\"
node-pre-gyp ERR! cwd /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/fsevents
node-pre-gyp ERR! node -v v13.3.0
node-pre-gyp ERR! node-pre-gyp -v v0.12.0
node-pre-gyp ERR! not ok
Failed to execute '/Users/dipesh/.nvm/versions/node/v13.3.0/bin/node /Users/dipesh/.nvm/versions/node/v13.3.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/fsevents/lib/binding/Release/node-v79-darwin-x64/fse.node --module_name=fse --module_path=/Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/fsevents/lib/binding/Release/node-v79-darwin-x64 --napi_version=5 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v79' (1)"
success Saved lockfile.
success Saved 236 new dependencies.
info Direct dependencies
β”œβ”€ react-dom@16.12.0
β”œβ”€ react-scripts@3.3.0
└─ react@16.12.0
info All dependencies
β”œβ”€ @babel/helper-builder-binary-assignment-operator-visitor@7.7.4
β”œβ”€ @babel/helper-call-delegate@7.7.4
β”œβ”€ @babel/helper-define-map@7.7.4
β”œβ”€ @babel/helper-explode-assignable-expression@7.7.4
β”œβ”€ @babel/helper-module-transforms@7.7.5
β”œβ”€ @babel/helper-wrap-function@7.7.4
β”œβ”€ @babel/plugin-proposal-class-properties@7.7.4
β”œβ”€ @babel/plugin-proposal-decorators@7.7.4
β”œβ”€ @babel/plugin-proposal-nullish-coalescing-operator@7.7.4
β”œβ”€ @babel/plugin-proposal-numeric-separator@7.7.4
β”œβ”€ @babel/plugin-proposal-optional-chaining@7.7.4
β”œβ”€ @babel/plugin-syntax-decorators@7.7.4
β”œβ”€ @babel/plugin-syntax-flow@7.7.4
β”œβ”€ @babel/plugin-syntax-nullish-coalescing-operator@7.7.4
β”œβ”€ @babel/plugin-syntax-numeric-separator@7.7.4
β”œβ”€ @babel/plugin-syntax-optional-chaining@7.7.4
β”œβ”€ @babel/plugin-syntax-typescript@7.7.4
β”œβ”€ @babel/plugin-transform-flow-strip-types@7.7.4
β”œβ”€ @babel/plugin-transform-modules-amd@7.7.5
β”œβ”€ @babel/plugin-transform-modules-commonjs@7.7.5
β”œβ”€ @babel/plugin-transform-react-display-name@7.7.4
β”œβ”€ @babel/plugin-transform-react-jsx-self@7.7.4
β”œβ”€ @babel/plugin-transform-react-jsx-source@7.7.4
β”œβ”€ @babel/plugin-transform-react-jsx@7.7.4
β”œβ”€ @babel/plugin-transform-regenerator@7.7.5
β”œβ”€ @babel/plugin-transform-runtime@7.7.4
β”œβ”€ @babel/plugin-transform-typescript@7.7.4
β”œβ”€ @babel/preset-env@7.7.4
β”œβ”€ @babel/preset-react@7.7.4
β”œβ”€ @babel/preset-typescript@7.7.4
β”œβ”€ @babel/runtime@7.7.6
β”œβ”€ @csstools/normalize.css@10.1.0
β”œβ”€ @jest/core@24.9.0
β”œβ”€ @jest/reporters@24.9.0
β”œβ”€ @jest/test-sequencer@24.9.0
β”œβ”€ @svgr/babel-plugin-svg-dynamic-title@4.3.3
β”œβ”€ @svgr/babel-preset@4.3.3
β”œβ”€ @svgr/core@4.3.3
β”œβ”€ @svgr/hast-util-to-babel-ast@4.3.2
β”œβ”€ @svgr/plugin-svgo@4.3.1
β”œβ”€ @svgr/webpack@4.3.3
β”œβ”€ @types/eslint-visitor-keys@1.0.0
β”œβ”€ @types/events@3.0.0
β”œβ”€ @types/glob@7.1.1
β”œβ”€ @types/json-schema@7.0.3
β”œβ”€ @types/minimatch@3.0.3
β”œβ”€ @types/parse-json@4.0.0
β”œβ”€ @types/yargs-parser@13.1.0
β”œβ”€ @typescript-eslint/eslint-plugin@2.11.0
β”œβ”€ @typescript-eslint/parser@2.11.0
β”œβ”€ address@1.1.2
β”œβ”€ adjust-sourcemap-loader@2.0.0
β”œβ”€ aggregate-error@3.0.1
β”œβ”€ arity-n@1.0.4
β”œβ”€ assert@1.4.1
β”œβ”€ async@2.6.3
β”œβ”€ autoprefixer@9.7.3
β”œβ”€ babel-eslint@10.0.3
β”œβ”€ babel-loader@8.0.6
β”œβ”€ babel-plugin-jest-hoist@24.9.0
β”œβ”€ babel-plugin-macros@2.7.1
β”œβ”€ babel-plugin-named-asset-import@0.3.5
β”œβ”€ babel-preset-jest@24.9.0
β”œβ”€ babel-preset-react-app@9.1.0
β”œβ”€ bluebird@3.7.2
β”œβ”€ body-parser@1.19.0
β”œβ”€ cacache@13.0.1
β”œβ”€ caniuse-lite@1.0.30001015
β”œβ”€ chrome-trace-event@1.0.2
β”œβ”€ clean-stack@2.2.0
β”œβ”€ cliui@5.0.0
β”œβ”€ clone-deep@4.0.1
β”œβ”€ compose-function@3.0.3
β”œβ”€ compression@1.7.4
β”œβ”€ confusing-browser-globals@1.0.9
β”œβ”€ connect-history-api-fallback@1.6.0
β”œβ”€ content-disposition@0.5.3
β”œβ”€ convert-source-map@1.7.0
β”œβ”€ cookie@0.4.0
β”œβ”€ core-js-compat@3.5.0
β”œβ”€ core-js@3.5.0
β”œβ”€ css-loader@3.2.0
β”œβ”€ css@2.2.4
β”œβ”€ cssdb@4.4.0
β”œβ”€ cssnano@4.1.10
β”œβ”€ csso@4.0.2
β”œβ”€ d@1.0.1
β”œβ”€ del@4.1.1
β”œβ”€ diff-sequences@24.9.0
β”œβ”€ dotenv-expand@5.1.0
β”œβ”€ dotenv@8.2.0
β”œβ”€ electron-to-chromium@1.3.322
β”œβ”€ es5-ext@0.10.53
β”œβ”€ es6-iterator@2.0.3
β”œβ”€ es6-symbol@3.1.3
β”œβ”€ eslint-config-react-app@5.1.0
β”œβ”€ eslint-loader@3.0.2
β”œβ”€ eslint-module-utils@2.5.0
β”œβ”€ eslint-plugin-flowtype@3.13.0
β”œβ”€ eslint-plugin-import@2.18.2
β”œβ”€ eslint-plugin-jsx-a11y@6.2.3
β”œβ”€ eslint-plugin-react-hooks@1.7.0
β”œβ”€ eslint-plugin-react@7.16.0
β”œβ”€ eslint@6.7.2
β”œβ”€ espree@6.1.2
β”œβ”€ express@4.17.1
β”œβ”€ ext@1.4.0
β”œβ”€ file-loader@4.3.0
β”œβ”€ finalhandler@1.1.2
β”œβ”€ fork-ts-checker-webpack-plugin@3.1.0
β”œβ”€ get-caller-file@2.0.5
β”œβ”€ gzip-size@5.1.1
β”œβ”€ html-entities@1.2.1
β”œβ”€ http-proxy-middleware@0.19.1
β”œβ”€ indent-string@4.0.0
β”œβ”€ infer-owner@1.0.4
β”œβ”€ inquirer@6.5.0
β”œβ”€ internal-ip@4.3.0
β”œβ”€ is-absolute-url@3.0.3
β”œβ”€ is-path-cwd@2.2.0
β”œβ”€ is-path-in-cwd@2.1.0
β”œβ”€ is-path-inside@2.1.0
β”œβ”€ is-plain-obj@1.1.0
β”œβ”€ is-root@2.1.0
β”œβ”€ istanbul-reports@2.2.6
β”œβ”€ jest-changed-files@24.9.0
β”œβ”€ jest-cli@24.9.0
β”œβ”€ jest-each@24.9.0
β”œβ”€ jest-environment-jsdom@24.9.0
β”œβ”€ jest-environment-node@24.9.0
β”œβ”€ jest-leak-detector@24.9.0
β”œβ”€ jest-resolve-dependencies@24.9.0
β”œβ”€ jest-serializer@24.9.0
β”œβ”€ jest-watch-typeahead@0.4.2
β”œβ”€ jest@24.9.0
β”œβ”€ killable@1.0.1
β”œβ”€ leven@3.1.0
β”œβ”€ lines-and-columns@1.1.6
β”œβ”€ loader-fs-cache@1.0.2
β”œβ”€ loader-runner@2.4.0
β”œβ”€ loglevel@1.6.6
β”œβ”€ microevent.ts@0.1.1
β”œβ”€ mini-css-extract-plugin@0.8.0
β”œβ”€ minipass-collect@1.0.2
β”œβ”€ minipass-flush@1.0.5
β”œβ”€ minipass-pipeline@1.2.2
β”œβ”€ minipass@3.1.1
β”œβ”€ next-tick@1.0.0
β”œβ”€ node-forge@0.9.0
β”œβ”€ node-libs-browser@2.2.1
β”œβ”€ node-notifier@5.4.3
β”œβ”€ node-releases@1.1.42
β”œβ”€ normalize-url@1.9.1
β”œβ”€ object-hash@1.3.1
β”œβ”€ object-inspect@1.7.0
β”œβ”€ object-path@0.11.4
β”œβ”€ open@7.0.0
β”œβ”€ opn@5.5.0
β”œβ”€ optimize-css-assets-webpack-plugin@5.0.3
β”œβ”€ optionator@0.8.3
β”œβ”€ p-map@2.1.0
β”œβ”€ p-retry@3.0.1
β”œβ”€ path-browserify@0.0.1
β”œβ”€ pnp-webpack-plugin@1.5.0
β”œβ”€ portfinder@1.0.25
β”œβ”€ postcss-color-hex-alpha@5.0.3
β”œβ”€ postcss-custom-media@7.0.8
β”œβ”€ postcss-custom-properties@8.0.11
β”œβ”€ postcss-modules-local-by-default@3.0.2
β”œβ”€ postcss-modules-values@3.0.0
β”œβ”€ postcss-normalize@8.0.1
β”œβ”€ postcss-preset-env@6.7.0
β”œβ”€ prepend-http@1.0.4
β”œβ”€ promise@8.0.3
β”œβ”€ proxy-addr@2.0.5
β”œβ”€ query-string@4.3.4
β”œβ”€ raf@3.4.1
β”œβ”€ raw-body@2.4.0
β”œβ”€ react-app-polyfill@1.0.5
β”œβ”€ react-dev-utils@10.0.0
β”œβ”€ react-dom@16.12.0
β”œβ”€ react-error-overlay@6.0.4
β”œβ”€ react-scripts@3.3.0
β”œβ”€ react@16.12.0
β”œβ”€ regenerate-unicode-properties@8.1.0
β”œβ”€ regenerator-transform@0.14.1
β”œβ”€ regex-parser@2.2.10
β”œβ”€ regexpu-core@4.6.0
β”œβ”€ resolve-url-loader@3.1.1
β”œβ”€ retry@0.12.0
β”œβ”€ rework-visit@1.0.0
β”œβ”€ rework@1.0.1
β”œβ”€ sanitize.css@10.0.0
β”œβ”€ sass-loader@8.0.0
β”œβ”€ scheduler@0.18.0
β”œβ”€ selfsigned@1.10.7
β”œβ”€ serialize-javascript@2.1.2
β”œβ”€ serve-index@1.9.1
β”œβ”€ serve-static@1.14.1
β”œβ”€ shallow-clone@3.0.1
β”œβ”€ shell-quote@1.7.2
β”œβ”€ sockjs-client@1.4.0
β”œβ”€ sort-keys@1.1.2
β”œβ”€ source-map-support@0.5.16
β”œβ”€ spdy@4.0.1
β”œβ”€ ssri@7.1.0
β”œβ”€ strict-uri-encode@1.1.0
β”œβ”€ string.prototype.trimleft@2.1.0
β”œβ”€ string.prototype.trimright@2.1.0
β”œβ”€ strip-json-comments@3.0.1
β”œβ”€ style-loader@1.0.0
β”œβ”€ svg-parser@2.0.2
β”œβ”€ svgo@1.3.2
β”œβ”€ terser-webpack-plugin@2.2.1
β”œβ”€ terser@4.4.2
β”œβ”€ ts-pnp@1.1.5
β”œβ”€ type-is@1.6.18
β”œβ”€ type@1.2.0
β”œβ”€ url-loader@2.3.0
β”œβ”€ v8-compile-cache@2.1.0
β”œβ”€ vm-browserify@1.1.2
β”œβ”€ watchpack@1.6.0
β”œβ”€ webpack-dev-middleware@3.7.2
β”œβ”€ webpack-dev-server@3.9.0
β”œβ”€ webpack-manifest-plugin@2.2.0
β”œβ”€ webpack-sources@1.4.3
β”œβ”€ webpack@4.41.2
β”œβ”€ whatwg-fetch@3.0.0
β”œβ”€ word-wrap@1.2.3
β”œβ”€ workbox-build@4.3.1
β”œβ”€ workbox-webpack-plugin@4.3.1
β”œβ”€ worker-farm@1.7.0
β”œβ”€ worker-rpc@0.1.1
β”œβ”€ wrap-ansi@5.1.0
β”œβ”€ yaml@1.7.2
└─ yargs-parser@13.1.1
✨  Done in 37.61s.

A template was not provided. This is likely because you're using an outdated version of create-react-app.
Please note that global installs of create-react-app are no longer supported.
{ parser: "babylon" } is deprecated; we now treat it as { parser: "babel" }.
npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated @hapi/hoek@6.2.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated left-pad@1.3.0: use String.prototype.padStart()
npm WARN rm not removing /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/.bin/jest as it wasn't installed by /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/jest
npm WARN rm not removing /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/.bin/rimraf as it wasn't installed by /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/rimraf
npm WARN rm not removing /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/.bin/svgo as it wasn't installed by /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/svgo
npm WARN rm not removing /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/.bin/uglifyjs as it wasn't installed by /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/uglify-js
npm WARN rm not removing /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/.bin/semver as it wasn't installed by /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/semver
npm WARN rm not removing /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/.bin/browserslist as it wasn't installed by /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/browserslist
npm WARN rm not removing /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/.bin/esvalidate as it wasn't installed by /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/esprima
npm WARN rm not removing /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/.bin/esparse as it wasn't installed by /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/esprima
npm WARN rm not removing /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/.bin/parser as it wasn't installed by /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/@babel/parser

> fsevents@1.2.9 install /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/fsevents
> node install

node-pre-gyp WARN Using request for node-pre-gyp https download
node-pre-gyp WARN Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.2.9/fse-v1.2.9-node-v79-darwin-x64.tar.gz
node-pre-gyp WARN Pre-built binaries not found for fsevents@1.2.9 and node@13.3.0 (node-v79 ABI, unknown) (falling back to source compile with node-gyp)
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
  File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5
ERROR:root:code for hash sha1 was not found.
Traceback (most recent call last):
  File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha1
ERROR:root:code for hash sha224 was not found.
Traceback (most recent call last):
  File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha224
ERROR:root:code for hash sha256 was not found.
Traceback (most recent call last):
  File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha256
ERROR:root:code for hash sha384 was not found.
Traceback (most recent call last):
  File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha384
ERROR:root:code for hash sha512 was not found.
Traceback (most recent call last):
  File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha512
xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist
Use `sudo xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools, or use `xcode-select --install` to install the standalone command line developer tools.
See `man xcode-select` for more details.
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (/Users/dipesh/.nvm/versions/node/v13.3.0/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack     at ChildProcess.emit (events.js:219:5)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:274:12)
gyp ERR! System Darwin 18.0.0
gyp ERR! command "/Users/dipesh/.nvm/versions/node/v13.3.0/bin/node" "/Users/dipesh/.nvm/versions/node/v13.3.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/fsevents/lib/binding/Release/node-v79-darwin-x64/fse.node" "--module_name=fse" "--module_path=/Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/fsevents/lib/binding/Release/node-v79-darwin-x64" "--napi_version=5" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v79"
gyp ERR! cwd /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/fsevents
gyp ERR! node -v v13.3.0
gyp ERR! node-gyp -v v5.0.5
gyp ERR! not ok
node-pre-gyp ERR! build error
node-pre-gyp ERR! stack Error: Failed to execute '/Users/dipesh/.nvm/versions/node/v13.3.0/bin/node /Users/dipesh/.nvm/versions/node/v13.3.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/fsevents/lib/binding/Release/node-v79-darwin-x64/fse.node --module_name=fse --module_path=/Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/fsevents/lib/binding/Release/node-v79-darwin-x64 --napi_version=5 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v79' (1)
node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:219:5)
node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1027:16)
node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:285:5)
node-pre-gyp ERR! System Darwin 18.0.0
node-pre-gyp ERR! command "/Users/dipesh/.nvm/versions/node/v13.3.0/bin/node" "/Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/fsevents/node_modules/node-pre-gyp/bin/node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/fsevents
node-pre-gyp ERR! node -v v13.3.0
node-pre-gyp ERR! node-pre-gyp -v v0.12.0
node-pre-gyp ERR! not ok
Failed to execute '/Users/dipesh/.nvm/versions/node/v13.3.0/bin/node /Users/dipesh/.nvm/versions/node/v13.3.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/fsevents/lib/binding/Release/node-v79-darwin-x64/fse.node --module_name=fse --module_path=/Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/fsevents/lib/binding/Release/node-v79-darwin-x64 --napi_version=5 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v79' (1)

> core-js@2.6.11 postinstall /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/babel-runtime/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"


> core-js@3.5.0 postinstall /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"


> core-js-pure@3.5.0 postinstall /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/core-js-pure
> node -e "try{require('./postinstall')}catch(e){}"


> core-js@2.6.11 postinstall /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/@cubejs-client/core/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"


> core-js@2.6.11 postinstall /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/@cubejs-client/react/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"


> core-js@2.6.11 postinstall /Users/dipesh/Desktop/Contentment Projects/TEST_REPO/super_admin/dashboard-app/node_modules/@cubejs-client/ws-transport/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"

npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN sass-loader@8.0.0 requires a peer of node-sass@^4.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN sass-loader@8.0.0 requires a peer of sass@^1.3.0 but none is installed. You must install peer dependencies yourself.
npm WARN sass-loader@8.0.0 requires a peer of fibers@>= 3.1.0 but none is installed. You must install peer dependencies yourself.
npm WARN tsutils@3.17.1 requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/fsevents):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 install: `node install`
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1

+ prop-types@15.7.2
+ chart.js@2.9.3
+ react-router@5.1.2
+ react-router-dom@5.1.2
+ @cubejs-client/react@0.13.0
+ antd@3.26.2
+ @cubejs-client/core@0.13.0
+ react-chartjs-2@2.8.0
+ @cubejs-client/ws-transport@0.13.0
added 277 packages from 308 contributors, removed 291 packages, updated 1352 packages and audited 905836 packages in 102.934s

22 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment